GET https://osm-commerces.cipherbliss.com/admin/stats/02372/followup-graph/healthcare

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"="02372"]->.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" => 8.856441
    "namelookup_time" => 0.00079
    "connect_time" => 0.019784
    "pretransfer_time" => 0.042359
    "size_upload" => 2410.0
    "size_download" => 42800.0
    "speed_download" => 4832.0
    "speed_upload" => 272.0
    "download_content_length" => 42800.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 8.819216
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 58280
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 42280
    "connect_time_us" => 19784
    "namelookup_time_us" => 790
    "pretransfer_time_us" => 42359
    "starttransfer_time_us" => 8819216
    "posttransfer_time_us" => 42358
    "total_time_us" => 8856441
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770199027.3868
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1098
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1117 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#978 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 09:57:07 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 42800\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 09:57:07 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 42800"
    "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-04T09:56:00Z",\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": 4756432705,\n
        "lat": 49.2695397,\n
        "lon": 3.3533064,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432706,\n
        "lat": 49.2696334,\n
        "lon": 3.3532861,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432707,\n
        "lat": 49.2696078,\n
        "lon": 3.3529865,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432708,\n
        "lat": 49.2695117,\n
        "lon": 3.3530000,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432709,\n
        "lat": 49.2695201,\n
        "lon": 3.3530763,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432710,\n
        "lat": 49.2694934,\n
        "lon": 3.3530827,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432711,\n
        "lat": 49.2695048,\n
        "lon": 3.3532235,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432712,\n
        "lat": 49.2695329,\n
        "lon": 3.3532202,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432713,\n
        "lat": 49.2688014,\n
        "lon": 3.3548737,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432714,\n
        "lat": 49.2688470,\n
        "lon": 3.3549036,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432715,\n
        "lat": 49.2688581,\n
        "lon": 3.3548595,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432716,\n
        "lat": 49.2688124,\n
        "lon": 3.3548299,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432717,\n
        "lat": 49.2686239,\n
        "lon": 3.3542763,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432718,\n
        "lat": 49.2686796,\n
        "lon": 3.3542276,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432719,\n
        "lat": 49.2686452,\n
        "lon": 3.3541340,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756432720,\n
        "lat": 49.2685899,\n
        "lon": 3.3541834,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433602,\n
        "lat": 49.2722868,\n
        "lon": 3.3522479,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433603,\n
        "lat": 49.2722806,\n
        "lon": 3.3523427,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433604,\n
        "lat": 49.2724079,\n
        "lon": 3.3523617,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433605,\n
        "lat": 49.2723082,\n
        "lon": 3.3495716,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433606,\n
        "lat": 49.2722345,\n
        "lon": 3.3495600,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433607,\n
        "lat": 49.2722240,\n
        "lon": 3.3497272,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433608,\n
        "lat": 49.2722967,\n
        "lon": 3.3497401,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433609,\n
        "lat": 49.2728003,\n
        "lon": 3.3508305,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433610,\n
        "lat": 49.2733806,\n
        "lon": 3.3496711,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433611,\n
        "lat": 49.2732728,\n
        "lon": 3.3496488,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433612,\n
        "lat": 49.2732661,\n
        "lon": 3.3497197,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433613,\n
        "lat": 49.2733130,\n
        "lon": 3.3497299,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433614,\n
        "lat": 49.2733008,\n
        "lon": 3.3498605,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433615,\n
        "lat": 49.2733709,\n
        "lon": 3.3498746,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433616,\n
        "lat": 49.2733843,\n
        "lon": 3.3497290,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433617,\n
        "lat": 49.2733762,\n
        "lon": 3.3497268,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433618,\n
        "lat": 49.2718886,\n
        "lon": 3.3475017,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433619,\n
        "lat": 49.2718639,\n
        "lon": 3.3473671,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433620,\n
        "lat": 49.2718046,\n
        "lon": 3.3473940,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433621,\n
        "lat": 49.2865615,\n
        "lon": 3.3482822,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433622,\n
        "lat": 49.2865893,\n
        "lon": 3.3482554,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433623,\n
        "lat": 49.2865646,\n
        "lon": 3.3481941,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433624,\n
        "lat": 49.2865352,\n
        "lon": 3.3482221,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433625,\n
        "lat": 49.2866217,\n
        "lon": 3.3480951,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433626,\n
        "lat": 49.2865701,\n
        "lon": 3.3481419,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433627,\n
        "lat": 49.2865818,\n
        "lon": 3.3481724,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433628,\n
        "lat": 49.2866330,\n
        "lon": 3.3481243,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433629,\n
        "lat": 49.2865437,\n
        "lon": 3.3486883,\n
        "timestamp": "2017-03-26T15:29:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433630,\n
        "lat": 49.2864881,\n
        "lon": 3.3487091,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433631,\n
        "lat": 49.2864890,\n
        "lon": 3.3487238,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433632,\n
        "lat": 49.2864987,\n
        "lon": 3.3487219,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433633,\n
        "lat": 49.2864995,\n
        "lon": 3.3487342,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433634,\n
        "lat": 49.2865089,\n
        "lon": 3.3487323,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433635,\n
        "lat": 49.2865077,\n
        "lon": 3.3487184,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433636,\n
        "lat": 49.2865458,\n
        "lon": 3.3487049,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433637,\n
        "lat": 49.2865475,\n
        "lon": 3.3487196,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433638,\n
        "lat": 49.2865577,\n
        "lon": 3.3487167,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433639,\n
        "lat": 49.2865553,\n
        "lon": 3.3486978,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433640,\n
        "lat": 49.2865635,\n
        "lon": 3.3486953,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433641,\n
        "lat": 49.2865613,\n
        "lon": 3.3486821,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433642,\n
        "lat": 49.2865531,\n
        "lon": 3.3486839,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433643,\n
        "lat": 49.2865496,\n
        "lon": 3.3486628,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433644,\n
        "lat": 49.2865410,\n
        "lon": 3.3486659,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433645,\n
        "lat": 49.2865263,\n
        "lon": 3.3496107,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433646,\n
        "lat": 49.2865008,\n
        "lon": 3.3496028,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433647,\n
        "lat": 49.2864952,\n
        "lon": 3.3496428,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433648,\n
        "lat": 49.2865210,\n
        "lon": 3.3496530,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433649,\n
        "lat": 49.2882899,\n
        "lon": 3.3502320,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433650,\n
        "lat": 49.2885390,\n
        "lon": 3.3503078,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433651,\n
        "lat": 49.2886180,\n
        "lon": 3.3498825,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433652,\n
        "lat": 49.2886549,\n
        "lon": 3.3498986,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433653,\n
        "lat": 49.2886809,\n
        "lon": 3.3497595,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433654,\n
        "lat": 49.2886442,\n
        "lon": 3.3497434,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433655,\n
        "lat": 49.2882201,\n
        "lon": 3.3497063,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433656,\n
        "lat": 49.2883259,\n
        "lon": 3.3497544,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433657,\n
        "lat": 49.2883153,\n
        "lon": 3.3498072,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433658,\n
        "lat": 49.2883505,\n
        "lon": 3.3498222,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433659,\n
        "lat": 49.2883612,\n
        "lon": 3.3497697,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433660,\n
        "lat": 49.2886045,\n
        "lon": 3.3498776,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433661,\n
        "lat": 49.2885839,\n
        "lon": 3.3499815,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433662,\n
        "lat": 49.2883411,\n
        "lon": 3.3498720,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433663,\n
        "lat": 49.2883018,\n
        "lon": 3.3500740,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433664,\n
        "lat": 49.2885460,\n
        "lon": 3.3501883,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433665,\n
        "lat": 49.2885210,\n
        "lon": 3.3503140,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433666,\n
        "lat": 49.2882935,\n
        "lon": 3.3502132,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433667,\n
        "lat": 49.2882735,\n
        "lon": 3.3524601,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433668,\n
        "lat": 49.2883543,\n
        "lon": 3.3525353,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433669,\n
        "lat": 49.2884837,\n
        "lon": 3.3517158,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433670,\n
        "lat": 49.2885116,\n
        "lon": 3.3517481,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433671,\n
        "lat": 49.2885335,\n
        "lon": 3.3517028,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433672,\n
        "lat": 49.2885038,\n
        "lon": 3.3516717,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433673,\n
        "lat": 49.2882754,\n
        "lon": 3.3503002,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433674,\n
        "lat": 49.2882575,\n
        "lon": 3.3502947,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433675,\n
        "lat": 49.2882257,\n
        "lon": 3.3503785,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433676,\n
        "lat": 49.2884159,\n
        "lon": 3.3519929,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433677,\n
        "lat": 49.2884283,\n
        "lon": 3.3519673,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433678,\n
        "lat": 49.2884084,\n
        "lon": 3.3519452,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433679,\n
        "lat": 49.2883961,\n
        "lon": 3.3519694,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433680,\n
        "lat": 49.2883671,\n
        "lon": 3.3520948,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433681,\n
        "lat": 49.2884545,\n
        "lon": 3.3521888,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433682,\n
        "lat": 49.2884728,\n
        "lon": 3.3521542,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433683,\n
        "lat": 49.2884513,\n
        "lon": 3.3521310,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433684,\n
        "lat": 49.2884571,\n
        "lon": 3.3521195,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433685,\n
        "lat": 49.2884988,\n
        "lon": 3.3521648,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433686,\n
        "lat": 49.2885139,\n
        "lon": 3.3521344,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433687,\n
        "lat": 49.2884062,\n
        "lon": 3.3520147,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433688,\n
        "lat": 49.2882606,\n
        "lon": 3.3521047,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433689,\n
        "lat": 49.2883149,\n
        "lon": 3.3521638,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433690,\n
        "lat": 49.2883917,\n
        "lon": 3.3519991,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433691,\n
        "lat": 49.2883370,\n
        "lon": 3.3519398,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433692,\n
        "lat": 49.2886654,\n
        "lon": 3.3505640,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433693,\n
        "lat": 49.2887033,\n
        "lon": 3.3503847,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433694,\n
        "lat": 49.2892124,\n
        "lon": 3.3496472,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433695,\n
        "lat": 49.2892007,\n
        "lon": 3.3495862,\n
        "timestamp": "2017-03-26T15:29:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433696,\n
        "lat": 49.2891746,\n
        "lon": 3.3495455,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433697,\n
        "lat": 49.2891460,\n
        "lon": 3.3495187,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433698,\n
        "lat": 49.2890960,\n
        "lon": 3.3495182,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433699,\n
        "lat": 49.2890534,\n
        "lon": 3.3495499,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433700,\n
        "lat": 49.2890252,\n
        "lon": 3.3496117,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433701,\n
        "lat": 49.2890202,\n
        "lon": 3.3496859,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433702,\n
        "lat": 49.2890312,\n
        "lon": 3.3497263,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433703,\n
        "lat": 49.2890597,\n
        "lon": 3.3497791,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433704,\n
        "lat": 49.2890924,\n
        "lon": 3.3498053,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433705,\n
        "lat": 49.2891286,\n
        "lon": 3.3498087,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433706,\n
        "lat": 49.2891575,\n
        "lon": 3.3497961,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433707,\n
        "lat": 49.2891919,\n
        "lon": 3.3497518,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433708,\n
        "lat": 49.2892096,\n
        "lon": 3.3497060,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433709,\n
        "lat": 49.2746005,\n
        "lon": 3.3496749,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433710,\n
        "lat": 49.2746122,\n
        "lon": 3.3497230,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433711,\n
        "lat": 49.2746300,\n
        "lon": 3.3497131,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433712,\n
        "lat": 49.2746538,\n
        "lon": 3.3498170,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433713,\n
        "lat": 49.2747312,\n
        "lon": 3.3497742,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433714,\n
        "lat": 49.2746942,\n
        "lon": 3.3496224,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433715,\n
        "lat": 49.2747642,\n
        "lon": 3.3504552,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433716,\n
        "lat": 49.2747464,\n
        "lon": 3.3504688,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433717,\n
        "lat": 49.2747457,\n
        "lon": 3.3504663,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433718,\n
        "lat": 49.2746636,\n
        "lon": 3.3505126,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433719,\n
        "lat": 49.2746979,\n
        "lon": 3.3506600,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756433720,\n
        "lat": 49.2748022,\n
        "lon": 3.3505942,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434021,\n
        "lat": 49.2748051,\n
        "lon": 3.3505778,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434022,\n
        "lat": 49.2747949,\n
        "lon": 3.3505399,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434023,\n
        "lat": 49.2747993,\n
        "lon": 3.3505226,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434024,\n
        "lat": 49.2747886,\n
        "lon": 3.3504797,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434025,\n
        "lat": 49.2747782,\n
        "lon": 3.3504759,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434026,\n
        "lat": 49.2747747,\n
        "lon": 3.3504606,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434027,\n
        "lat": 49.2747154,\n
        "lon": 3.3507950,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434028,\n
        "lat": 49.2747637,\n
        "lon": 3.3509589,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434029,\n
        "lat": 49.2748382,\n
        "lon": 3.3509062,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434030,\n
        "lat": 49.2747907,\n
        "lon": 3.3507481,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434031,\n
        "lat": 49.2748207,\n
        "lon": 3.3510896,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434032,\n
        "lat": 49.2748920,\n
        "lon": 3.3512285,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434033,\n
        "lat": 49.2749515,\n
        "lon": 3.3511500,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434034,\n
        "lat": 49.2748799,\n
        "lon": 3.3510185,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434035,\n
        "lat": 49.2749701,\n
        "lon": 3.3513365,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434036,\n
        "lat": 49.2750504,\n
        "lon": 3.3514307,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434037,\n
        "lat": 49.2750930,\n
        "lon": 3.3513346,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434038,\n
        "lat": 49.2750143,\n
        "lon": 3.3512449,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434039,\n
        "lat": 49.2752313,\n
        "lon": 3.3513144,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434040,\n
        "lat": 49.2751955,\n
        "lon": 3.3514185,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434041,\n
        "lat": 49.2752926,\n
        "lon": 3.3515015,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434042,\n
        "lat": 49.2753273,\n
        "lon": 3.3513972,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434043,\n
        "lat": 49.2748388,\n
        "lon": 3.3515038,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434044,\n
        "lat": 49.2747679,\n
        "lon": 3.3516287,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434045,\n
        "lat": 49.2748553,\n
        "lon": 3.3517536,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434046,\n
        "lat": 49.2749266,\n
        "lon": 3.3516300,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434047,\n
        "lat": 49.2750142,\n
        "lon": 3.3516873,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434048,\n
        "lat": 49.2749487,\n
        "lon": 3.3517411,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434049,\n
        "lat": 49.2749963,\n
        "lon": 3.3518795,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434050,\n
        "lat": 49.2750635,\n
        "lon": 3.3518276,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434051,\n
        "lat": 49.2747201,\n
        "lon": 3.3499143,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434052,\n
        "lat": 49.2746478,\n
        "lon": 3.3499538,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434053,\n
        "lat": 49.2746836,\n
        "lon": 3.3500908,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434054,\n
        "lat": 49.2747546,\n
        "lon": 3.3500497,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434055,\n
        "lat": 49.2741730,\n
        "lon": 3.3498511,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434056,\n
        "lat": 49.2742032,\n
        "lon": 3.3497443,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434057,\n
        "lat": 49.2739857,\n
        "lon": 3.3496020,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434058,\n
        "lat": 49.2739651,\n
        "lon": 3.3496755,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434059,\n
        "lat": 49.2739352,\n
        "lon": 3.3496559,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434060,\n
        "lat": 49.2739265,\n
        "lon": 3.3496854,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434061,\n
        "lat": 49.2739151,\n
        "lon": 3.3496783,\n
        "timestamp": "2017-03-26T15:29:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434062,\n
        "lat": 49.2738832,\n
        "lon": 3.3497935,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434063,\n
        "lat": 49.2739550,\n
        "lon": 3.3498420,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434064,\n
        "lat": 49.2738219,\n
        "lon": 3.3503052,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434065,\n
        "lat": 49.2738994,\n
        "lon": 3.3503566,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434066,\n
        "lat": 49.2740538,\n
        "lon": 3.3498182,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434067,\n
        "lat": 49.2740714,\n
        "lon": 3.3498307,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434068,\n
        "lat": 49.2740763,\n
        "lon": 3.3498154,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434069,\n
        "lat": 49.2740920,\n
        "lon": 3.3498252,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434070,\n
        "lat": 49.2740988,\n
        "lon": 3.3498015,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434071,\n
        "lat": 49.2751045,\n
        "lon": 3.3524017,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434072,\n
        "lat": 49.2751125,\n
        "lon": 3.3524812,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434073,\n
        "lat": 49.2751351,\n
        "lon": 3.3524759,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434074,\n
        "lat": 49.2751402,\n
        "lon": 3.3525254,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434075,\n
        "lat": 49.2752455,\n
        "lon": 3.3525006,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434076,\n
        "lat": 49.2752325,\n
        "lon": 3.3523716,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434077,\n
        "lat": 49.2679454,\n
        "lon": 3.3608725,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434078,\n
        "lat": 49.2678890,\n
        "lon": 3.3606658,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434079,\n
        "lat": 49.2677786,\n
        "lon": 3.3607362,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434080,\n
        "lat": 49.2677456,\n
        "lon": 3.3606150,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434081,\n
        "lat": 49.2675766,\n
        "lon": 3.3607222,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434082,\n
        "lat": 49.2676093,\n
        "lon": 3.3608435,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434083,\n
        "lat": 49.2674839,\n
        "lon": 3.3609242,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434084,\n
        "lat": 49.2676254,\n
        "lon": 3.3614432,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434085,\n
        "lat": 49.2679247,\n
        "lon": 3.3612521,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434086,\n
        "lat": 49.2679421,\n
        "lon": 3.3613161,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434087,\n
        "lat": 49.2680481,\n
        "lon": 3.3612488,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434088,\n
        "lat": 49.2680106,\n
        "lon": 3.3611116,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434089,\n
        "lat": 49.2680408,\n
        "lon": 3.3610948,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434090,\n
        "lat": 49.2680251,\n
        "lon": 3.3610344,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434091,\n
        "lat": 49.2679941,\n
        "lon": 3.3610514,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434092,\n
        "lat": 49.2680812,\n
        "lon": 3.3553671,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434093,\n
        "lat": 49.2679299,\n
        "lon": 3.3555112,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434094,\n
        "lat": 49.2680019,\n
        "lon": 3.3556780,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434095,\n
        "lat": 49.2681509,\n
        "lon": 3.3555330,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434096,\n
        "lat": 49.2670658,\n
        "lon": 3.3563014,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434097,\n
        "lat": 49.2669856,\n
        "lon": 3.3563823,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434098,\n
        "lat": 49.2670369,\n
        "lon": 3.3565021,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434099,\n
        "lat": 49.2671171,\n
        "lon": 3.3564211,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434100,\n
        "lat": 49.2677337,\n
        "lon": 3.3551416,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434101,\n
        "lat": 49.2676960,\n
        "lon": 3.3550524,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434102,\n
        "lat": 49.2677406,\n
        "lon": 3.3550063,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434103,\n
        "lat": 49.2676963,\n
        "lon": 3.3549023,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434104,\n
        "lat": 49.2675962,\n
        "lon": 3.3550021,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434105,\n
        "lat": 49.2676279,\n
        "lon": 3.3550768,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434106,\n
        "lat": 49.2675477,\n
        "lon": 3.3551537,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434107,\n
        "lat": 49.2675988,\n
        "lon": 3.3552740,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434108,\n
        "lat": 49.2666763,\n
        "lon": 3.3569429,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434109,\n
        "lat": 49.2667715,\n
        "lon": 3.3571710,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434110,\n
        "lat": 49.2667743,\n
        "lon": 3.3571681,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434111,\n
        "lat": 49.2667894,\n
        "lon": 3.3572044,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434112,\n
        "lat": 49.2668175,\n
        "lon": 3.3571770,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434113,\n
        "lat": 49.2668024,\n
        "lon": 3.3571409,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434114,\n
        "lat": 49.2669343,\n
        "lon": 3.3566826,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434115,\n
        "lat": 49.2675702,\n
        "lon": 3.3575759,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434116,\n
        "lat": 49.2675254,\n
        "lon": 3.3574677,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434117,\n
        "lat": 49.2672887,\n
        "lon": 3.3576968,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434118,\n
        "lat": 49.2673325,\n
        "lon": 3.3578026,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434119,\n
        "lat": 49.2734837,\n
        "lon": 3.3555473,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434120,\n
        "lat": 49.2735110,\n
        "lon": 3.3555163,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434321,\n
        "lat": 49.2734967,\n
        "lon": 3.3554787,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434322,\n
        "lat": 49.2734688,\n
        "lon": 3.3555108,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434323,\n
        "lat": 49.2737835,\n
        "lon": 3.3556488,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434324,\n
        "lat": 49.2738725,\n
        "lon": 3.3557716,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434325,\n
        "lat": 49.2739223,\n
        "lon": 3.3556856,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434326,\n
        "lat": 49.2738350,\n
        "lon": 3.3555629,\n
        "timestamp": "2017-03-26T15:29:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434327,\n
        "lat": 49.2736655,\n
        "lon": 3.3554904,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434328,\n
        "lat": 49.2736453,\n
        "lon": 3.3554628,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434329,\n
        "lat": 49.2735967,\n
        "lon": 3.3555460,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434330,\n
        "lat": 49.2736687,\n
        "lon": 3.3556445,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434331,\n
        "lat": 49.2737262,\n
        "lon": 3.3555448,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434332,\n
        "lat": 49.2736936,\n
        "lon": 3.3555007,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434333,\n
        "lat": 49.2736837,\n
        "lon": 3.3555161,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434334,\n
        "lat": 49.2735375,\n
        "lon": 3.3551728,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434335,\n
        "lat": 49.2735285,\n
        "lon": 3.3551943,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434336,\n
        "lat": 49.2735455,\n
        "lon": 3.3552132,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434337,\n
        "lat": 49.2735246,\n
        "lon": 3.3552664,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434338,\n
        "lat": 49.2735039,\n
        "lon": 3.3552298,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434339,\n
        "lat": 49.2734875,\n
        "lon": 3.3552452,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434340,\n
        "lat": 49.2733939,\n
        "lon": 3.3550451,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434341,\n
        "lat": 49.2733332,\n
        "lon": 3.3551133,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434342,\n
        "lat": 49.2734658,\n
        "lon": 3.3553875,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434343,\n
        "lat": 49.2734954,\n
        "lon": 3.3553521,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434344,\n
        "lat": 49.2734844,\n
        "lon": 3.3553255,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434345,\n
        "lat": 49.2735141,\n
        "lon": 3.3552943,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434346,\n
        "lat": 49.2735377,\n
        "lon": 3.3553237,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434347,\n
        "lat": 49.2735249,\n
        "lon": 3.3553543,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434348,\n
        "lat": 49.2735471,\n
        "lon": 3.3553735,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434349,\n
        "lat": 49.2735606,\n
        "lon": 3.3553440,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434350,\n
        "lat": 49.2735730,\n
        "lon": 3.3553529,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434351,\n
        "lat": 49.2736150,\n
        "lon": 3.3552516,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434352,\n
        "lat": 49.2729716,\n
        "lon": 3.3565435,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434353,\n
        "lat": 49.2729003,\n
        "lon": 3.3565620,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434354,\n
        "lat": 49.2729064,\n
        "lon": 3.3566338,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434355,\n
        "lat": 49.2729783,\n
        "lon": 3.3566168,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434356,\n
        "lat": 49.2744468,\n
        "lon": 3.3471915,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434357,\n
        "lat": 49.2744082,\n
        "lon": 3.3472337,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434358,\n
        "lat": 49.2744555,\n
        "lon": 3.3473356,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434359,\n
        "lat": 49.2745147,\n
        "lon": 3.3472674,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434360,\n
        "lat": 49.2744676,\n
        "lon": 3.3471687,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434361,\n
        "lat": 49.2741855,\n
        "lon": 3.3474299,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434362,\n
        "lat": 49.2741211,\n
        "lon": 3.3475593,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434363,\n
        "lat": 49.2741736,\n
        "lon": 3.3476246,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434364,\n
        "lat": 49.2742368,\n
        "lon": 3.3474935,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434365,\n
        "lat": 49.2741018,\n
        "lon": 3.3482765,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434366,\n
        "lat": 49.2741517,\n
        "lon": 3.3481571,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434367,\n
        "lat": 49.2741977,\n
        "lon": 3.3472579,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434368,\n
        "lat": 49.2742266,\n
        "lon": 3.3472377,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434369,\n
        "lat": 49.2741852,\n
        "lon": 3.3471193,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434370,\n
        "lat": 49.2741554,\n
        "lon": 3.3471315,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434371,\n
        "lat": 49.2745092,\n
        "lon": 3.3489898,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434372,\n
        "lat": 49.2744241,\n
        "lon": 3.3490211,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434373,\n
        "lat": 49.2744358,\n
        "lon": 3.3491092,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434374,\n
        "lat": 49.2744282,\n
        "lon": 3.3491119,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434375,\n
        "lat": 49.2744322,\n
        "lon": 3.3491469,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434376,\n
        "lat": 49.2744434,\n
        "lon": 3.3491443,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434377,\n
        "lat": 49.2744542,\n
        "lon": 3.3492379,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434378,\n
        "lat": 49.2745423,\n
        "lon": 3.3492064,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434379,\n
        "lat": 49.2745530,\n
        "lon": 3.3495484,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434380,\n
        "lat": 49.2746767,\n
        "lon": 3.3494744,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434381,\n
        "lat": 49.2746575,\n
        "lon": 3.3494037,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434382,\n
        "lat": 49.2745897,\n
        "lon": 3.3494453,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434383,\n
        "lat": 49.2745769,\n
        "lon": 3.3494007,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434384,\n
        "lat": 49.2745214,\n
        "lon": 3.3494348,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434385,\n
        "lat": 49.2740936,\n
        "lon": 3.3480976,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434386,\n
        "lat": 49.2740438,\n
        "lon": 3.3482178,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434387,\n
        "lat": 49.2740099,\n
        "lon": 3.3485297,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434388,\n
        "lat": 49.2740601,\n
        "lon": 3.3483826,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434389,\n
        "lat": 49.2740000,\n
        "lon": 3.3483210,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434390,\n
        "lat": 49.2739858,\n
        "lon": 3.3494856,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434391,\n
        "lat": 49.2739251,\n
        "lon": 3.3494243,\n
        "timestamp": "2017-03-26T15:29:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434392,\n
        "lat": 49.2738720,\n
        "lon": 3.3495428,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434393,\n
        "lat": 49.2738965,\n
        "lon": 3.3495676,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434394,\n
        "lat": 49.2738891,\n
        "lon": 3.3495909,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434395,\n
        "lat": 49.2739277,\n
        "lon": 3.3496192,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434396,\n
        "lat": 49.2740872,\n
        "lon": 3.3490577,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434397,\n
        "lat": 49.2740317,\n
        "lon": 3.3491801,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434398,\n
        "lat": 49.2740902,\n
        "lon": 3.3492421,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434399,\n
        "lat": 49.2741459,\n
        "lon": 3.3491195,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434400,\n
        "lat": 49.2739440,\n
        "lon": 3.3484699,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434401,\n
        "lat": 49.2739539,\n
        "lon": 3.3468901,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434402,\n
        "lat": 49.2739610,\n
        "lon": 3.3470019,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434403,\n
        "lat": 49.2740875,\n
        "lon": 3.3469841,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434404,\n
        "lat": 49.2740814,\n
        "lon": 3.3468720,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434405,\n
        "lat": 49.2740013,\n
        "lon": 3.3468834,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434406,\n
        "lat": 49.2739985,\n
        "lon": 3.3468368,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434407,\n
        "lat": 49.2739511,\n
        "lon": 3.3468441,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434409,\n
        "lat": 49.2726527,\n
        "lon": 3.3508005,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434410,\n
        "lat": 49.2726380,\n
        "lon": 3.3509695,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434411,\n
        "lat": 49.2727856,\n
        "lon": 3.3509996,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434413,\n
        "lat": 49.2733375,\n
        "lon": 3.3511046,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434414,\n
        "lat": 49.2733300,\n
        "lon": 3.3511229,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434415,\n
        "lat": 49.2733583,\n
        "lon": 3.3511493,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434416,\n
        "lat": 49.2733759,\n
        "lon": 3.3511075,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434417,\n
        "lat": 49.2733599,\n
        "lon": 3.3510905,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434418,\n
        "lat": 49.2733716,\n
        "lon": 3.3510624,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434419,\n
        "lat": 49.2733606,\n
        "lon": 3.3510512,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434420,\n
        "lat": 49.2722359,\n
        "lon": 3.3518530,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434621,\n
        "lat": 49.2721767,\n
        "lon": 3.3518693,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434622,\n
        "lat": 49.2721818,\n
        "lon": 3.3519205,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434623,\n
        "lat": 49.2722330,\n
        "lon": 3.3518995,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434624,\n
        "lat": 49.2722773,\n
        "lon": 3.3507894,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434625,\n
        "lat": 49.2722740,\n
        "lon": 3.3508356,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434626,\n
        "lat": 49.2721955,\n
        "lon": 3.3508058,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434627,\n
        "lat": 49.2721925,\n
        "lon": 3.3508221,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434628,\n
        "lat": 49.2721722,\n
        "lon": 3.3508148,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434629,\n
        "lat": 49.2721696,\n
        "lon": 3.3508328,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434630,\n
        "lat": 49.2721417,\n
        "lon": 3.3508234,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434631,\n
        "lat": 49.2721375,\n
        "lon": 3.3508455,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434632,\n
        "lat": 49.2722974,\n
        "lon": 3.3509097,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434633,\n
        "lat": 49.2723060,\n
        "lon": 3.3507894,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434634,\n
        "lat": 49.2722777,\n
        "lon": 3.3507826,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434635,\n
        "lat": 49.2729174,\n
        "lon": 3.3517327,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434636,\n
        "lat": 49.2729100,\n
        "lon": 3.3517235,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434637,\n
        "lat": 49.2729034,\n
        "lon": 3.3517354,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434638,\n
        "lat": 49.2729105,\n
        "lon": 3.3517446,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434639,\n
        "lat": 49.2733259,\n
        "lon": 3.3515750,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434640,\n
        "lat": 49.2733033,\n
        "lon": 3.3516011,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434641,\n
        "lat": 49.2733178,\n
        "lon": 3.3516247,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434642,\n
        "lat": 49.2733401,\n
        "lon": 3.3515995,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434643,\n
        "lat": 49.2727047,\n
        "lon": 3.3520394,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434644,\n
        "lat": 49.2726770,\n
        "lon": 3.3520906,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434645,\n
        "lat": 49.2727484,\n
        "lon": 3.3521827,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434646,\n
        "lat": 49.2727739,\n
        "lon": 3.3521367,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434647,\n
        "lat": 49.2729214,\n
        "lon": 3.3518228,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434648,\n
        "lat": 49.2728920,\n
        "lon": 3.3517826,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434649,\n
        "lat": 49.2728616,\n
        "lon": 3.3518345,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434650,\n
        "lat": 49.2728896,\n
        "lon": 3.3518724,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434651,\n
        "lat": 49.2728567,\n
        "lon": 3.3519284,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434652,\n
        "lat": 49.2728293,\n
        "lon": 3.3518912,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434653,\n
        "lat": 49.2727458,\n
        "lon": 3.3520402,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434654,\n
        "lat": 49.2727935,\n
        "lon": 3.3521024,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434655,\n
        "lat": 49.2729396,\n
        "lon": 3.3518474,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434656,\n
        "lat": 49.2729955,\n
        "lon": 3.3522286,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434657,\n
        "lat": 49.2729377,\n
        "lon": 3.3523051,\n
        "timestamp": "2017-03-26T15:30:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434658,\n
        "lat": 49.2729446,\n
        "lon": 3.3523206,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434659,\n
        "lat": 49.2729394,\n
        "lon": 3.3523374,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434660,\n
        "lat": 49.2729526,\n
        "lon": 3.3523592,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434661,\n
        "lat": 49.2729704,\n
        "lon": 3.3523591,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434662,\n
        "lat": 49.2729966,\n
        "lon": 3.3524060,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434663,\n
        "lat": 49.2729846,\n
        "lon": 3.3524219,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434664,\n
        "lat": 49.2730122,\n
        "lon": 3.3524686,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434665,\n
        "lat": 49.2730367,\n
        "lon": 3.3524356,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434666,\n
        "lat": 49.2730450,\n
        "lon": 3.3524411,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434667,\n
        "lat": 49.2730528,\n
        "lon": 3.3524401,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434668,\n
        "lat": 49.2730578,\n
        "lon": 3.3524350,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434669,\n
        "lat": 49.2730610,\n
        "lon": 3.3524172,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434670,\n
        "lat": 49.2730584,\n
        "lon": 3.3524082,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434671,\n
        "lat": 49.2730861,\n
        "lon": 3.3523720,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434672,\n
        "lat": 49.2730682,\n
        "lon": 3.3523363,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434673,\n
        "lat": 49.2730728,\n
        "lon": 3.3523306,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434674,\n
        "lat": 49.2730667,\n
        "lon": 3.3523041,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434675,\n
        "lat": 49.2730530,\n
        "lon": 3.3522750,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434676,\n
        "lat": 49.2730318,\n
        "lon": 3.3522622,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434677,\n
        "lat": 49.2730222,\n
        "lon": 3.3522741,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434678,\n
        "lat": 49.2730276,\n
        "lon": 3.3513614,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434679,\n
        "lat": 49.2730129,\n
        "lon": 3.3513438,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434680,\n
        "lat": 49.2729853,\n
        "lon": 3.3514050,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434681,\n
        "lat": 49.2729923,\n
        "lon": 3.3514151,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434682,\n
        "lat": 49.2729984,\n
        "lon": 3.3514165,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434683,\n
        "lat": 49.2729862,\n
        "lon": 3.3513135,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434684,\n
        "lat": 49.2729581,\n
        "lon": 3.3513743,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434685,\n
        "lat": 49.2729834,\n
        "lon": 3.3514093,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434686,\n
        "lat": 49.2732067,\n
        "lon": 3.3511537,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434687,\n
        "lat": 49.2731809,\n
        "lon": 3.3511228,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434688,\n
        "lat": 49.2731870,\n
        "lon": 3.3511078,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434689,\n
        "lat": 49.2731628,\n
        "lon": 3.3510799,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434690,\n
        "lat": 49.2731555,\n
        "lon": 3.3510936,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434691,\n
        "lat": 49.2731431,\n
        "lon": 3.3510792,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434692,\n
        "lat": 49.2730924,\n
        "lon": 3.3511812,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434693,\n
        "lat": 49.2730946,\n
        "lon": 3.3511846,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434694,\n
        "lat": 49.2730740,\n
        "lon": 3.3512263,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434695,\n
        "lat": 49.2731356,\n
        "lon": 3.3512941,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434696,\n
        "lat": 49.2732161,\n
        "lon": 3.3508071,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434697,\n
        "lat": 49.2731903,\n
        "lon": 3.3508634,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434698,\n
        "lat": 49.2732394,\n
        "lon": 3.3509172,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434699,\n
        "lat": 49.2732587,\n
        "lon": 3.3508728,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434700,\n
        "lat": 49.2732454,\n
        "lon": 3.3508591,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434701,\n
        "lat": 49.2732513,\n
        "lon": 3.3508430,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434702,\n
        "lat": 49.2732545,\n
        "lon": 3.3511123,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434703,\n
        "lat": 49.2732931,\n
        "lon": 3.3510465,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434704,\n
        "lat": 49.2731783,\n
        "lon": 3.3508895,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434705,\n
        "lat": 49.2731481,\n
        "lon": 3.3509556,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434706,\n
        "lat": 49.2733898,\n
        "lon": 3.3507841,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434707,\n
        "lat": 49.2733206,\n
        "lon": 3.3507164,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434708,\n
        "lat": 49.2732609,\n
        "lon": 3.3508526,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434709,\n
        "lat": 49.2733301,\n
        "lon": 3.3509234,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434710,\n
        "lat": 49.2733499,\n
        "lon": 3.3505296,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434711,\n
        "lat": 49.2733449,\n
        "lon": 3.3505240,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434712,\n
        "lat": 49.2733186,\n
        "lon": 3.3505820,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434713,\n
        "lat": 49.2733284,\n
        "lon": 3.3505943,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434714,\n
        "lat": 49.2733330,\n
        "lon": 3.3505854,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434715,\n
        "lat": 49.2733427,\n
        "lon": 3.3505954,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434716,\n
        "lat": 49.2733651,\n
        "lon": 3.3505462,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434717,\n
        "lat": 49.2734963,\n
        "lon": 3.3507057,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434718,\n
        "lat": 49.2734851,\n
        "lon": 3.3507298,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434719,\n
        "lat": 49.2734971,\n
        "lon": 3.3507428,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434720,\n
        "lat": 49.2735083,\n
        "lon": 3.3507168,\n
        "timestamp": "2017-03-26T15:30:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434921,\n
        "lat": 49.2734975,\n
        "lon": 3.3507031,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434922,\n
        "lat": 49.2736133,\n
        "lon": 3.3504007,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434923,\n
        "lat": 49.2735326,\n
        "lon": 3.3503200,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434924,\n
        "lat": 49.2735053,\n
        "lon": 3.3503803,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434925,\n
        "lat": 49.2735205,\n
        "lon": 3.3503971,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434926,\n
        "lat": 49.2734749,\n
        "lon": 3.3505038,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434927,\n
        "lat": 49.2735416,\n
        "lon": 3.3505698,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434928,\n
        "lat": 49.2725736,\n
        "lon": 3.3510675,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434929,\n
        "lat": 49.2725833,\n
        "lon": 3.3509675,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434930,\n
        "lat": 49.2723717,\n
        "lon": 3.3509161,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434931,\n
        "lat": 49.2723657,\n
        "lon": 3.3510196,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434932,\n
        "lat": 49.2725185,\n
        "lon": 3.3513372,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434933,\n
        "lat": 49.2725245,\n
        "lon": 3.3512127,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434934,\n
        "lat": 49.2724707,\n
        "lon": 3.3512064,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434935,\n
        "lat": 49.2724646,\n
        "lon": 3.3513321,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434936,\n
        "lat": 49.2735756,\n
        "lon": 3.3511159,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434937,\n
        "lat": 49.2735724,\n
        "lon": 3.3511139,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434938,\n
        "lat": 49.2735117,\n
        "lon": 3.3512807,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434939,\n
        "lat": 49.2735542,\n
        "lon": 3.3513109,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434940,\n
        "lat": 49.2736123,\n
        "lon": 3.3511457,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434941,\n
        "lat": 49.2722753,\n
        "lon": 3.3511720,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434942,\n
        "lat": 49.2720954,\n
        "lon": 3.3511159,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434943,\n
        "lat": 49.2720834,\n
        "lon": 3.3512076,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434944,\n
        "lat": 49.2722580,\n
        "lon": 3.3512641,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434945,\n
        "lat": 49.2721664,\n
        "lon": 3.3523137,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434946,\n
        "lat": 49.2721710,\n
        "lon": 3.3523523,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434947,\n
        "lat": 49.2721290,\n
        "lon": 3.3523636,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434948,\n
        "lat": 49.2721398,\n
        "lon": 3.3524605,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434949,\n
        "lat": 49.2722008,\n
        "lon": 3.3524487,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434950,\n
        "lat": 49.2722084,\n
        "lon": 3.3522866,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434951,\n
        "lat": 49.2721645,\n
        "lon": 3.3522970,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434952,\n
        "lat": 49.2721661,\n
        "lon": 3.3505453,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434953,\n
        "lat": 49.2721008,\n
        "lon": 3.3505094,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434954,\n
        "lat": 49.2720633,\n
        "lon": 3.3506505,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434955,\n
        "lat": 49.2721275,\n
        "lon": 3.3506903,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434956,\n
        "lat": 49.2721975,\n
        "lon": 3.3505643,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434957,\n
        "lat": 49.2721943,\n
        "lon": 3.3506061,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434958,\n
        "lat": 49.2722686,\n
        "lon": 3.3506342,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434959,\n
        "lat": 49.2722713,\n
        "lon": 3.3505955,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434960,\n
        "lat": 49.2722256,\n
        "lon": 3.3505802,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434961,\n
        "lat": 49.2723203,\n
        "lon": 3.3506118,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434962,\n
        "lat": 49.2722619,\n
        "lon": 3.3507282,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434963,\n
        "lat": 49.2723098,\n
        "lon": 3.3507368,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434964,\n
        "lat": 49.2727864,\n
        "lon": 3.3521147,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434965,\n
        "lat": 49.2727761,\n
        "lon": 3.3521013,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434966,\n
        "lat": 49.2727637,\n
        "lon": 3.3521223,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434967,\n
        "lat": 49.2725142,\n
        "lon": 3.3505690,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434968,\n
        "lat": 49.2725118,\n
        "lon": 3.3506108,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434969,\n
        "lat": 49.2724622,\n
        "lon": 3.3506045,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434970,\n
        "lat": 49.2724360,\n
        "lon": 3.3506009,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434971,\n
        "lat": 49.2724385,\n
        "lon": 3.3505590,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434972,\n
        "lat": 49.2723948,\n
        "lon": 3.3505533,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434973,\n
        "lat": 49.2723843,\n
        "lon": 3.3506992,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434974,\n
        "lat": 49.2726037,\n
        "lon": 3.3507259,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434975,\n
        "lat": 49.2726201,\n
        "lon": 3.3505497,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434976,\n
        "lat": 49.2725168,\n
        "lon": 3.3505321,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434977,\n
        "lat": 49.2724965,\n
        "lon": 3.3516757,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434978,\n
        "lat": 49.2724886,\n
        "lon": 3.3517592,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434979,\n
        "lat": 49.2725126,\n
        "lon": 3.3517630,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434980,\n
        "lat": 49.2725204,\n
        "lon": 3.3516785,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434981,\n
        "lat": 49.2726738,\n
        "lon": 3.3516671,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434982,\n
        "lat": 49.2726263,\n
        "lon": 3.3516183,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434983,\n
        "lat": 49.2726085,\n
        "lon": 3.3516103,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434984,\n
        "lat": 49.2725680,\n
        "lon": 3.3516115,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434985,\n
        "lat": 49.2725690,\n
        "lon": 3.3516337,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434986,\n
        "lat": 49.2725974,\n
        "lon": 3.3516308,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434987,\n
        "lat": 49.2726152,\n
        "lon": 3.3516454,\n
        "timestamp": "2017-03-26T15:30:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434988,\n
        "lat": 49.2725906,\n
        "lon": 3.3517109,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434989,\n
        "lat": 49.2725745,\n
        "lon": 3.3516980,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434990,\n
        "lat": 49.2725525,\n
        "lon": 3.3517548,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434991,\n
        "lat": 49.2725457,\n
        "lon": 3.3517499,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434992,\n
        "lat": 49.2725355,\n
        "lon": 3.3517739,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434993,\n
        "lat": 49.2725414,\n
        "lon": 3.3517797,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434994,\n
        "lat": 49.2725319,\n
        "lon": 3.3518064,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434995,\n
        "lat": 49.2725086,\n
        "lon": 3.3517970,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434996,\n
        "lat": 49.2725028,\n
        "lon": 3.3518696,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434997,\n
        "lat": 49.2725975,\n
        "lon": 3.3519234,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434998,\n
        "lat": 49.2726106,\n
        "lon": 3.3518912,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756434999,\n
        "lat": 49.2725890,\n
        "lon": 3.3518764,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435000,\n
        "lat": 49.2725234,\n
        "lon": 3.3519003,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435001,\n
        "lat": 49.2724612,\n
        "lon": 3.3520455,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435002,\n
        "lat": 49.2725218,\n
        "lon": 3.3520974,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435003,\n
        "lat": 49.2725821,\n
        "lon": 3.3519571,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435004,\n
        "lat": 49.2723846,\n
        "lon": 3.3518605,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435005,\n
        "lat": 49.2723088,\n
        "lon": 3.3518617,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435006,\n
        "lat": 49.2723050,\n
        "lon": 3.3519191,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435007,\n
        "lat": 49.2723650,\n
        "lon": 3.3519190,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435008,\n
        "lat": 49.2723655,\n
        "lon": 3.3519016,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435009,\n
        "lat": 49.2723747,\n
        "lon": 3.3519018,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435010,\n
        "lat": 49.2723748,\n
        "lon": 3.3518926,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435011,\n
        "lat": 49.2724057,\n
        "lon": 3.3518931,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435012,\n
        "lat": 49.2724064,\n
        "lon": 3.3518710,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435013,\n
        "lat": 49.2723845,\n
        "lon": 3.3518707,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435014,\n
        "lat": 49.2724476,\n
        "lon": 3.3522696,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435015,\n
        "lat": 49.2724061,\n
        "lon": 3.3522633,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435016,\n
        "lat": 49.2724156,\n
        "lon": 3.3521478,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435017,\n
        "lat": 49.2723829,\n
        "lon": 3.3521418,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435018,\n
        "lat": 49.2723863,\n
        "lon": 3.3521103,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435019,\n
        "lat": 49.2723416,\n
        "lon": 3.3521036,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435020,\n
        "lat": 49.2723323,\n
        "lon": 3.3522533,\n
        "timestamp": "2017-03-26T15:30:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435321,\n
        "lat": 49.2718064,\n
        "lon": 3.3474052,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435322,\n
        "lat": 49.2717610,\n
        "lon": 3.3474266,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435323,\n
        "lat": 49.2717840,\n
        "lon": 3.3475488,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435324,\n
        "lat": 49.2720389,\n
        "lon": 3.3483625,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435325,\n
        "lat": 49.2720342,\n
        "lon": 3.3483648,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435326,\n
        "lat": 49.2720231,\n
        "lon": 3.3483118,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435327,\n
        "lat": 49.2719270,\n
        "lon": 3.3483576,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435328,\n
        "lat": 49.2719362,\n
        "lon": 3.3484085,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435329,\n
        "lat": 49.2719055,\n
        "lon": 3.3484225,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435330,\n
        "lat": 49.2719268,\n
        "lon": 3.3485329,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435331,\n
        "lat": 49.2720604,\n
        "lon": 3.3484745,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435332,\n
        "lat": 49.2717750,\n
        "lon": 3.3477436,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435333,\n
        "lat": 49.2717457,\n
        "lon": 3.3477575,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435334,\n
        "lat": 49.2717611,\n
        "lon": 3.3478417,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435335,\n
        "lat": 49.2717919,\n
        "lon": 3.3478314,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435336,\n
        "lat": 49.2720791,\n
        "lon": 3.3472956,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435337,\n
        "lat": 49.2720451,\n
        "lon": 3.3473215,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435338,\n
        "lat": 49.2720617,\n
        "lon": 3.3473729,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435339,\n
        "lat": 49.2720135,\n
        "lon": 3.3474095,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435340,\n
        "lat": 49.2720417,\n
        "lon": 3.3474961,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435341,\n
        "lat": 49.2721204,\n
        "lon": 3.3474364,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435342,\n
        "lat": 49.2721756,\n
        "lon": 3.3473944,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435343,\n
        "lat": 49.2721475,\n
        "lon": 3.3473078,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435344,\n
        "lat": 49.2721184,\n
        "lon": 3.3473298,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435345,\n
        "lat": 49.2721018,\n
        "lon": 3.3472785,\n
        "timestamp": "2017-03-26T15:30:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435346,\n
        "lat": 49.2732570,\n
        "lon": 3.3547538,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435347,\n
        "lat": 49.2733049,\n
        "lon": 3.3548261,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435348,\n
        "lat": 49.2733223,\n
        "lon": 3.3547988,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435349,\n
        "lat": 49.2733422,\n
        "lon": 3.3548283,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435350,\n
        "lat": 49.2733771,\n
        "lon": 3.3547782,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435351,\n
        "lat": 49.2733571,\n
        "lon": 3.3547484,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435352,\n
        "lat": 49.2733455,\n
        "lon": 3.3547661,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435353,\n
        "lat": 49.2732962,\n
        "lon": 3.3546924,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435354,\n
        "lat": 49.2733771,\n
        "lon": 3.3545797,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435355,\n
        "lat": 49.2733610,\n
        "lon": 3.3546021,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435356,\n
        "lat": 49.2734064,\n
        "lon": 3.3546731,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435357,\n
        "lat": 49.2734214,\n
        "lon": 3.3546486,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435358,\n
        "lat": 49.2732899,\n
        "lon": 3.3544473,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435359,\n
        "lat": 49.2732597,\n
        "lon": 3.3544898,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435360,\n
        "lat": 49.2732595,\n
        "lon": 3.3545092,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435361,\n
        "lat": 49.2733374,\n
        "lon": 3.3546271,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435362,\n
        "lat": 49.2732011,\n
        "lon": 3.3545724,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435363,\n
        "lat": 49.2731907,\n
        "lon": 3.3545575,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435364,\n
        "lat": 49.2731626,\n
        "lon": 3.3546052,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435365,\n
        "lat": 49.2731793,\n
        "lon": 3.3546313,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435366,\n
        "lat": 49.2732080,\n
        "lon": 3.3545832,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435367,\n
        "lat": 49.2732400,\n
        "lon": 3.3544777,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435368,\n
        "lat": 49.2732259,\n
        "lon": 3.3544985,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435369,\n
        "lat": 49.2732371,\n
        "lon": 3.3545170,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435370,\n
        "lat": 49.2732514,\n
        "lon": 3.3544962,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435371,\n
        "lat": 49.2732517,\n
        "lon": 3.3543377,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435372,\n
        "lat": 49.2731262,\n
        "lon": 3.3545511,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435373,\n
        "lat": 49.2732959,\n
        "lon": 3.3543951,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435374,\n
        "lat": 49.2731348,\n
        "lon": 3.3542430,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435375,\n
        "lat": 49.2731059,\n
        "lon": 3.3542044,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435376,\n
        "lat": 49.2730715,\n
        "lon": 3.3542668,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435377,\n
        "lat": 49.2730994,\n
        "lon": 3.3543055,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435378,\n
        "lat": 49.2727317,\n
        "lon": 3.3536844,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435379,\n
        "lat": 49.2726830,\n
        "lon": 3.3537503,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435380,\n
        "lat": 49.2727767,\n
        "lon": 3.3539043,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435381,\n
        "lat": 49.2728244,\n
        "lon": 3.3538384,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435382,\n
        "lat": 49.2725944,\n
        "lon": 3.3533946,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435383,\n
        "lat": 49.2725657,\n
        "lon": 3.3534196,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435384,\n
        "lat": 49.2725794,\n
        "lon": 3.3534571,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435385,\n
        "lat": 49.2725515,\n
        "lon": 3.3534829,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435386,\n
        "lat": 49.2725970,\n
        "lon": 3.3535932,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435387,\n
        "lat": 49.2726543,\n
        "lon": 3.3535433,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435388,\n
        "lat": 49.2723090,\n
        "lon": 3.3527277,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435389,\n
        "lat": 49.2722886,\n
        "lon": 3.3527392,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435390,\n
        "lat": 49.2723045,\n
        "lon": 3.3528031,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435391,\n
        "lat": 49.2723253,\n
        "lon": 3.3527898,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435392,\n
        "lat": 49.2723132,\n
        "lon": 3.3534174,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435393,\n
        "lat": 49.2723088,\n
        "lon": 3.3534127,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435394,\n
        "lat": 49.2722959,\n
        "lon": 3.3534074,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435395,\n
        "lat": 49.2722817,\n
        "lon": 3.3534113,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435396,\n
        "lat": 49.2722703,\n
        "lon": 3.3534219,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435397,\n
        "lat": 49.2722625,\n
        "lon": 3.3534389,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435398,\n
        "lat": 49.2722609,\n
        "lon": 3.3534575,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435399,\n
        "lat": 49.2722639,\n
        "lon": 3.3534745,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435400,\n
        "lat": 49.2722698,\n
        "lon": 3.3534913,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435401,\n
        "lat": 49.2722822,\n
        "lon": 3.3535042,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435402,\n
        "lat": 49.2722978,\n
        "lon": 3.3535065,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435403,\n
        "lat": 49.2723110,\n
        "lon": 3.3534984,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435404,\n
        "lat": 49.2723212,\n
        "lon": 3.3534819,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435405,\n
        "lat": 49.2723256,\n
        "lon": 3.3534642,\n
        "timestamp": "2017-03-26T15:30:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435406,\n
        "lat": 49.2723256,\n
        "lon": 3.3534486,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435407,\n
        "lat": 49.2723211,\n
        "lon": 3.3534311,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435408,\n
        "lat": 49.2724158,\n
        "lon": 3.3527927,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435409,\n
        "lat": 49.2723895,\n
        "lon": 3.3526910,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435410,\n
        "lat": 49.2723716,\n
        "lon": 3.3527009,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435411,\n
        "lat": 49.2723699,\n
        "lon": 3.3526957,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435412,\n
        "lat": 49.2723375,\n
        "lon": 3.3528366,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435413,\n
        "lat": 49.2724928,\n
        "lon": 3.3529696,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435414,\n
        "lat": 49.2724605,\n
        "lon": 3.3528712,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435415,\n
        "lat": 49.2724054,\n
        "lon": 3.3529048,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435416,\n
        "lat": 49.2724329,\n
        "lon": 3.3530053,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435417,\n
        "lat": 49.2723989,\n
        "lon": 3.3526856,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435418,\n
        "lat": 49.2724348,\n
        "lon": 3.3528535,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435419,\n
        "lat": 49.2724507,\n
        "lon": 3.3528416,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435420,\n
        "lat": 49.2723897,\n
        "lon": 3.3546338,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435821,\n
        "lat": 49.2723936,\n
        "lon": 3.3547523,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435822,\n
        "lat": 49.2724273,\n
        "lon": 3.3547495,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435823,\n
        "lat": 49.2724232,\n
        "lon": 3.3546295,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435824,\n
        "lat": 49.2724859,\n
        "lon": 3.3548922,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435825,\n
        "lat": 49.2724105,\n
        "lon": 3.3549092,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435826,\n
        "lat": 49.2724355,\n
        "lon": 3.3551395,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435827,\n
        "lat": 49.2725092,\n
        "lon": 3.3551220,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435828,\n
        "lat": 49.2726711,\n
        "lon": 3.3547346,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435829,\n
        "lat": 49.2726916,\n
        "lon": 3.3548571,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435830,\n
        "lat": 49.2726390,\n
        "lon": 3.3548799,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435831,\n
        "lat": 49.2726458,\n
        "lon": 3.3549171,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435832,\n
        "lat": 49.2727239,\n
        "lon": 3.3548848,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435833,\n
        "lat": 49.2726946,\n
        "lon": 3.3547245,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435834,\n
        "lat": 49.2727634,\n
        "lon": 3.3544739,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435835,\n
        "lat": 49.2728215,\n
        "lon": 3.3545833,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435836,\n
        "lat": 49.2728765,\n
        "lon": 3.3545139,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435837,\n
        "lat": 49.2728192,\n
        "lon": 3.3544070,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435838,\n
        "lat": 49.2723159,\n
        "lon": 3.3533773,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435839,\n
        "lat": 49.2722949,\n
        "lon": 3.3532880,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435840,\n
        "lat": 49.2722972,\n
        "lon": 3.3532866,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435841,\n
        "lat": 49.2722982,\n
        "lon": 3.3532899,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435842,\n
        "lat": 49.2723012,\n
        "lon": 3.3532883,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435843,\n
        "lat": 49.2723029,\n
        "lon": 3.3532922,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435844,\n
        "lat": 49.2723137,\n
        "lon": 3.3532870,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435845,\n
        "lat": 49.2723172,\n
        "lon": 3.3532778,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435846,\n
        "lat": 49.2723167,\n
        "lon": 3.3532668,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435847,\n
        "lat": 49.2723245,\n
        "lon": 3.3532618,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435848,\n
        "lat": 49.2722649,\n
        "lon": 3.3530004,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435849,\n
        "lat": 49.2722630,\n
        "lon": 3.3529810,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435850,\n
        "lat": 49.2722282,\n
        "lon": 3.3529996,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435851,\n
        "lat": 49.2722238,\n
        "lon": 3.3529868,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435852,\n
        "lat": 49.2722209,\n
        "lon": 3.3529891,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435853,\n
        "lat": 49.2722186,\n
        "lon": 3.3529819,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435854,\n
        "lat": 49.2722130,\n
        "lon": 3.3529862,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435855,\n
        "lat": 49.2722148,\n
        "lon": 3.3529931,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435856,\n
        "lat": 49.2721826,\n
        "lon": 3.3530111,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435857,\n
        "lat": 49.2721800,\n
        "lon": 3.3530024,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435858,\n
        "lat": 49.2721723,\n
        "lon": 3.3530062,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435859,\n
        "lat": 49.2721738,\n
        "lon": 3.3530142,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435860,\n
        "lat": 49.2721672,\n
        "lon": 3.3530183,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435861,\n
        "lat": 49.2721702,\n
        "lon": 3.3530318,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435862,\n
        "lat": 49.2721353,\n
        "lon": 3.3530497,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435863,\n
        "lat": 49.2721377,\n
        "lon": 3.3530611,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435864,\n
        "lat": 49.2721446,\n
        "lon": 3.3530580,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435865,\n
        "lat": 49.2722008,\n
        "lon": 3.3533200,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435866,\n
        "lat": 49.2722124,\n
        "lon": 3.3533369,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435867,\n
        "lat": 49.2722212,\n
        "lon": 3.3533404,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435868,\n
        "lat": 49.2722336,\n
        "lon": 3.3533302,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435869,\n
        "lat": 49.2722512,\n
        "lon": 3.3534107,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435870,\n
        "lat": 49.2722137,\n
        "lon": 3.3535397,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435871,\n
        "lat": 49.2720621,\n
        "lon": 3.3535855,\n
        "timestamp": "2017-03-26T15:30:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435872,\n
        "lat": 49.2720770,\n
        "lon": 3.3536982,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435873,\n
        "lat": 49.2722296,\n
        "lon": 3.3536512,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435874,\n
        "lat": 49.2721736,\n
        "lon": 3.3542205,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435875,\n
        "lat": 49.2721200,\n
        "lon": 3.3542232,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435876,\n
        "lat": 49.2721214,\n
        "lon": 3.3543047,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435877,\n
        "lat": 49.2721757,\n
        "lon": 3.3543009,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435878,\n
        "lat": 49.2735375,\n
        "lon": 3.3549166,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435879,\n
        "lat": 49.2735165,\n
        "lon": 3.3548946,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435880,\n
        "lat": 49.2735228,\n
        "lon": 3.3548805,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435881,\n
        "lat": 49.2734862,\n
        "lon": 3.3548426,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435882,\n
        "lat": 49.2734779,\n
        "lon": 3.3548613,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435883,\n
        "lat": 49.2734668,\n
        "lon": 3.3548500,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435884,\n
        "lat": 49.2734580,\n
        "lon": 3.3548703,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435885,\n
        "lat": 49.2734277,\n
        "lon": 3.3548392,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435886,\n
        "lat": 49.2734029,\n
        "lon": 3.3548957,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435887,\n
        "lat": 49.2734330,\n
        "lon": 3.3549264,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435888,\n
        "lat": 49.2734399,\n
        "lon": 3.3549105,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435889,\n
        "lat": 49.2735083,\n
        "lon": 3.3549810,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435890,\n
        "lat": 49.2882385,\n
        "lon": 3.3525481,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435891,\n
        "lat": 49.2883187,\n
        "lon": 3.3526229,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435892,\n
        "lat": 49.2645239,\n
        "lon": 3.3591428,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435893,\n
        "lat": 49.2644541,\n
        "lon": 3.3591940,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435894,\n
        "lat": 49.2644979,\n
        "lon": 3.3593479,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435895,\n
        "lat": 49.2645062,\n
        "lon": 3.3593422,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435896,\n
        "lat": 49.2645192,\n
        "lon": 3.3593876,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435897,\n
        "lat": 49.2645813,\n
        "lon": 3.3593411,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435898,\n
        "lat": 49.2648820,\n
        "lon": 3.3588085,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435899,\n
        "lat": 49.2648790,\n
        "lon": 3.3587957,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435900,\n
        "lat": 49.2647783,\n
        "lon": 3.3588513,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435901,\n
        "lat": 49.2648036,\n
        "lon": 3.3589688,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435902,\n
        "lat": 49.2649384,\n
        "lon": 3.3588946,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435903,\n
        "lat": 49.2649156,\n
        "lon": 3.3587903,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435904,\n
        "lat": 49.2647212,\n
        "lon": 3.3589359,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435905,\n
        "lat": 49.2645932,\n
        "lon": 3.3590021,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435906,\n
        "lat": 49.2646180,\n
        "lon": 3.3591144,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435907,\n
        "lat": 49.2647460,\n
        "lon": 3.3590484,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435908,\n
        "lat": 49.2648587,\n
        "lon": 3.3594047,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435909,\n
        "lat": 49.2648733,\n
        "lon": 3.3594457,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435910,\n
        "lat": 49.2649545,\n
        "lon": 3.3593879,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435911,\n
        "lat": 49.2649401,\n
        "lon": 3.3593394,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435912,\n
        "lat": 49.2649753,\n
        "lon": 3.3582891,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435913,\n
        "lat": 49.2648997,\n
        "lon": 3.3583583,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435914,\n
        "lat": 49.2649395,\n
        "lon": 3.3584596,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435915,\n
        "lat": 49.2650151,\n
        "lon": 3.3583904,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435916,\n
        "lat": 49.2683125,\n
        "lon": 3.3551035,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435917,\n
        "lat": 49.2683860,\n
        "lon": 3.3551236,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435918,\n
        "lat": 49.2683979,\n
        "lon": 3.3550332,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435919,\n
        "lat": 49.2683090,\n
        "lon": 3.3550096,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756435920,\n
        "lat": 49.2683008,\n
        "lon": 3.3550753,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436121,\n
        "lat": 49.2683153,\n
        "lon": 3.3550800,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436122,\n
        "lat": 49.2679914,\n
        "lon": 3.3547033,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436123,\n
        "lat": 49.2678478,\n
        "lon": 3.3548291,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436124,\n
        "lat": 49.2678911,\n
        "lon": 3.3549454,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436125,\n
        "lat": 49.2680005,\n
        "lon": 3.3548508,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436126,\n
        "lat": 49.2681473,\n
        "lon": 3.3546783,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436127,\n
        "lat": 49.2681754,\n
        "lon": 3.3546608,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436128,\n
        "lat": 49.2681475,\n
        "lon": 3.3545531,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436129,\n
        "lat": 49.2680747,\n
        "lon": 3.3545986,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436130,\n
        "lat": 49.2680697,\n
        "lon": 3.3545778,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436131,\n
        "lat": 49.2680248,\n
        "lon": 3.3546059,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436132,\n
        "lat": 49.2680559,\n
        "lon": 3.3547349,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436133,\n
        "lat": 49.2680984,\n
        "lon": 3.3547086,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436134,\n
        "lat": 49.2681035,\n
        "lon": 3.3546847,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436135,\n
        "lat": 49.2681404,\n
        "lon": 3.3546586,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436136,\n
        "lat": 49.2683983,\n
        "lon": 3.3545069,\n
        "timestamp": "2017-03-26T15:30:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436137,\n
        "lat": 49.2683732,\n
        "lon": 3.3545315,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436138,\n
        "lat": 49.2683492,\n
        "lon": 3.3544773,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436139,\n
        "lat": 49.2682975,\n
        "lon": 3.3545287,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436140,\n
        "lat": 49.2683401,\n
        "lon": 3.3546307,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436141,\n
        "lat": 49.2684017,\n
        "lon": 3.3545717,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436142,\n
        "lat": 49.2684652,\n
        "lon": 3.3545143,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436143,\n
        "lat": 49.2684341,\n
        "lon": 3.3544751,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436144,\n
        "lat": 49.2685854,\n
        "lon": 3.3541901,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436145,\n
        "lat": 49.2685521,\n
        "lon": 3.3542175,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436146,\n
        "lat": 49.2685637,\n
        "lon": 3.3542525,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436147,\n
        "lat": 49.2684428,\n
        "lon": 3.3543513,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436148,\n
        "lat": 49.2684703,\n
        "lon": 3.3544299,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436149,\n
        "lat": 49.2685749,\n
        "lon": 3.3543448,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436150,\n
        "lat": 49.2685683,\n
        "lon": 3.3543237,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436151,\n
        "lat": 49.2685929,\n
        "lon": 3.3543025,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436152,\n
        "lat": 49.2702534,\n
        "lon": 3.3536449,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436153,\n
        "lat": 49.2702640,\n
        "lon": 3.3537409,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436154,\n
        "lat": 49.2703719,\n
        "lon": 3.3537131,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436155,\n
        "lat": 49.2703613,\n
        "lon": 3.3536171,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436156,\n
        "lat": 49.2697376,\n
        "lon": 3.3526871,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436157,\n
        "lat": 49.2697342,\n
        "lon": 3.3527741,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436158,\n
        "lat": 49.2697299,\n
        "lon": 3.3527819,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436159,\n
        "lat": 49.2697310,\n
        "lon": 3.3529149,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436160,\n
        "lat": 49.2697706,\n
        "lon": 3.3529103,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436161,\n
        "lat": 49.2697710,\n
        "lon": 3.3526481,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436162,\n
        "lat": 49.2697389,\n
        "lon": 3.3526436,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436163,\n
        "lat": 49.2698807,\n
        "lon": 3.3523703,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436164,\n
        "lat": 49.2698780,\n
        "lon": 3.3524522,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436165,\n
        "lat": 49.2698853,\n
        "lon": 3.3524527,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436166,\n
        "lat": 49.2698857,\n
        "lon": 3.3524662,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436167,\n
        "lat": 49.2699137,\n
        "lon": 3.3524663,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436168,\n
        "lat": 49.2699164,\n
        "lon": 3.3523723,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436169,\n
        "lat": 49.2699367,\n
        "lon": 3.3527006,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436170,\n
        "lat": 49.2699361,\n
        "lon": 3.3527530,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436171,\n
        "lat": 49.2699550,\n
        "lon": 3.3527500,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436172,\n
        "lat": 49.2699533,\n
        "lon": 3.3527015,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436173,\n
        "lat": 49.2699368,\n
        "lon": 3.3526446,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436174,\n
        "lat": 49.2699376,\n
        "lon": 3.3525746,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436175,\n
        "lat": 49.2699659,\n
        "lon": 3.3525702,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436176,\n
        "lat": 49.2699629,\n
        "lon": 3.3524913,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436177,\n
        "lat": 49.2698598,\n
        "lon": 3.3525067,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436178,\n
        "lat": 49.2698455,\n
        "lon": 3.3528299,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436179,\n
        "lat": 49.2698050,\n
        "lon": 3.3528347,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436180,\n
        "lat": 49.2698070,\n
        "lon": 3.3529057,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436181,\n
        "lat": 49.2698435,\n
        "lon": 3.3529014,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436182,\n
        "lat": 49.2698436,\n
        "lon": 3.3528575,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436183,\n
        "lat": 49.2699588,\n
        "lon": 3.3528386,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436184,\n
        "lat": 49.2698786,\n
        "lon": 3.3527623,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436185,\n
        "lat": 49.2698795,\n
        "lon": 3.3527122,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436186,\n
        "lat": 49.2698736,\n
        "lon": 3.3527104,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436187,\n
        "lat": 49.2698763,\n
        "lon": 3.3526601,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436188,\n
        "lat": 49.2698717,\n
        "lon": 3.3526590,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436189,\n
        "lat": 49.2698737,\n
        "lon": 3.3525988,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436190,\n
        "lat": 49.2699028,\n
        "lon": 3.3525922,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436191,\n
        "lat": 49.2699018,\n
        "lon": 3.3525803,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436192,\n
        "lat": 49.2699285,\n
        "lon": 3.3525764,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436193,\n
        "lat": 49.2699289,\n
        "lon": 3.3526442,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436194,\n
        "lat": 49.2701217,\n
        "lon": 3.3525489,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436195,\n
        "lat": 49.2701246,\n
        "lon": 3.3524692,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436196,\n
        "lat": 49.2701213,\n
        "lon": 3.3525596,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436197,\n
        "lat": 49.2701018,\n
        "lon": 3.3525626,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436198,\n
        "lat": 49.2700984,\n
        "lon": 3.3526522,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436199,\n
        "lat": 49.2699990,\n
        "lon": 3.3526682,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436200,\n
        "lat": 49.2700020,\n
        "lon": 3.3527057,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436201,\n
        "lat": 49.2699927,\n
        "lon": 3.3527217,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436202,\n
        "lat": 49.2699937,\n
        "lon": 3.3527419,\n
        "timestamp": "2017-03-26T15:30:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436203,\n
        "lat": 49.2701219,\n
        "lon": 3.3528174,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436204,\n
        "lat": 49.2701160,\n
        "lon": 3.3527198,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436205,\n
        "lat": 49.2701710,\n
        "lon": 3.3525228,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436206,\n
        "lat": 49.2701352,\n
        "lon": 3.3525237,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436207,\n
        "lat": 49.2701355,\n
        "lon": 3.3526413,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436208,\n
        "lat": 49.2701715,\n
        "lon": 3.3526384,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436209,\n
        "lat": 49.2701705,\n
        "lon": 3.3524753,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436210,\n
        "lat": 49.2701704,\n
        "lon": 3.3524159,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436211,\n
        "lat": 49.2701325,\n
        "lon": 3.3524137,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436212,\n
        "lat": 49.2701304,\n
        "lon": 3.3524582,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436213,\n
        "lat": 49.2701354,\n
        "lon": 3.3524750,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436214,\n
        "lat": 49.2702734,\n
        "lon": 3.3527032,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436215,\n
        "lat": 49.2701897,\n
        "lon": 3.3527187,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436216,\n
        "lat": 49.2701962,\n
        "lon": 3.3528282,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436217,\n
        "lat": 49.2702756,\n
        "lon": 3.3528137,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436218,\n
        "lat": 49.2703044,\n
        "lon": 3.3524859,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436219,\n
        "lat": 49.2703048,\n
        "lon": 3.3524177,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436220,\n
        "lat": 49.2702975,\n
        "lon": 3.3524176,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436421,\n
        "lat": 49.2702973,\n
        "lon": 3.3524076,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436422,\n
        "lat": 49.2702743,\n
        "lon": 3.3524088,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436423,\n
        "lat": 49.2702720,\n
        "lon": 3.3525212,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436424,\n
        "lat": 49.2702719,\n
        "lon": 3.3526285,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436425,\n
        "lat": 49.2702763,\n
        "lon": 3.3528465,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436426,\n
        "lat": 49.2703482,\n
        "lon": 3.3528340,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436427,\n
        "lat": 49.2703438,\n
        "lon": 3.3526432,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436428,\n
        "lat": 49.2703083,\n
        "lon": 3.3526421,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436429,\n
        "lat": 49.2703082,\n
        "lon": 3.3525700,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436430,\n
        "lat": 49.2703043,\n
        "lon": 3.3525696,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436431,\n
        "lat": 49.2703505,\n
        "lon": 3.3531848,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436432,\n
        "lat": 49.2703604,\n
        "lon": 3.3532456,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436433,\n
        "lat": 49.2703769,\n
        "lon": 3.3532389,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436434,\n
        "lat": 49.2703684,\n
        "lon": 3.3531799,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436435,\n
        "lat": 49.2702187,\n
        "lon": 3.3531280,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436436,\n
        "lat": 49.2702589,\n
        "lon": 3.3532386,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436437,\n
        "lat": 49.2703191,\n
        "lon": 3.3531912,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436438,\n
        "lat": 49.2703312,\n
        "lon": 3.3532644,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436439,\n
        "lat": 49.2703363,\n
        "lon": 3.3532620,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436440,\n
        "lat": 49.2703519,\n
        "lon": 3.3533257,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436441,\n
        "lat": 49.2703815,\n
        "lon": 3.3533138,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436442,\n
        "lat": 49.2703668,\n
        "lon": 3.3532430,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436443,\n
        "lat": 49.2703480,\n
        "lon": 3.3531692,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436444,\n
        "lat": 49.2703439,\n
        "lon": 3.3531704,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436445,\n
        "lat": 49.2703194,\n
        "lon": 3.3530504,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436446,\n
        "lat": 49.2702040,\n
        "lon": 3.3533451,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436447,\n
        "lat": 49.2701471,\n
        "lon": 3.3534099,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436448,\n
        "lat": 49.2701657,\n
        "lon": 3.3534548,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436449,\n
        "lat": 49.2702157,\n
        "lon": 3.3534069,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436450,\n
        "lat": 49.2702076,\n
        "lon": 3.3533424,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436451,\n
        "lat": 49.2694371,\n
        "lon": 3.3531315,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436452,\n
        "lat": 49.2694390,\n
        "lon": 3.3531964,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436453,\n
        "lat": 49.2694589,\n
        "lon": 3.3531946,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436454,\n
        "lat": 49.2694574,\n
        "lon": 3.3531307,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436455,\n
        "lat": 49.2694331,\n
        "lon": 3.3544632,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436456,\n
        "lat": 49.2693519,\n
        "lon": 3.3544915,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436457,\n
        "lat": 49.2693595,\n
        "lon": 3.3545373,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436458,\n
        "lat": 49.2693491,\n
        "lon": 3.3545416,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436459,\n
        "lat": 49.2693643,\n
        "lon": 3.3546334,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436460,\n
        "lat": 49.2694548,\n
        "lon": 3.3546016,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436461,\n
        "lat": 49.2693836,\n
        "lon": 3.3546636,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436462,\n
        "lat": 49.2693119,\n
        "lon": 3.3546885,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436463,\n
        "lat": 49.2693340,\n
        "lon": 3.3548380,\n
        "timestamp": "2017-03-26T15:30:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436464,\n
        "lat": 49.2694043,\n
        "lon": 3.3548150,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436465,\n
        "lat": 49.2694788,\n
        "lon": 3.3540040,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436466,\n
        "lat": 49.2695740,\n
        "lon": 3.3539101,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436467,\n
        "lat": 49.2695431,\n
        "lon": 3.3538336,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436468,\n
        "lat": 49.2694453,\n
        "lon": 3.3539297,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436469,\n
        "lat": 49.2686639,\n
        "lon": 3.3549092,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436470,\n
        "lat": 49.2686223,\n
        "lon": 3.3548978,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436471,\n
        "lat": 49.2686002,\n
        "lon": 3.3550791,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436472,\n
        "lat": 49.2686621,\n
        "lon": 3.3550964,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436473,\n
        "lat": 49.2686811,\n
        "lon": 3.3549459,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436474,\n
        "lat": 49.2686602,\n
        "lon": 3.3549392,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436475,\n
        "lat": 49.2687796,\n
        "lon": 3.3547252,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436476,\n
        "lat": 49.2687441,\n
        "lon": 3.3547161,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436477,\n
        "lat": 49.2687419,\n
        "lon": 3.3547320,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436478,\n
        "lat": 49.2686855,\n
        "lon": 3.3547170,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436479,\n
        "lat": 49.2686730,\n
        "lon": 3.3548210,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436480,\n
        "lat": 49.2687658,\n
        "lon": 3.3548464,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436481,\n
        "lat": 49.2689170,\n
        "lon": 3.3549484,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436482,\n
        "lat": 49.2688846,\n
        "lon": 3.3550935,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436483,\n
        "lat": 49.2689209,\n
        "lon": 3.3551153,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436484,\n
        "lat": 49.2689149,\n
        "lon": 3.3551442,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436485,\n
        "lat": 49.2689509,\n
        "lon": 3.3551624,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436486,\n
        "lat": 49.2689908,\n
        "lon": 3.3549905,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436487,\n
        "lat": 49.2689379,\n
        "lon": 3.3549019,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436488,\n
        "lat": 49.2690016,\n
        "lon": 3.3549439,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436489,\n
        "lat": 49.2690377,\n
        "lon": 3.3548190,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436490,\n
        "lat": 49.2689730,\n
        "lon": 3.3547757,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436491,\n
        "lat": 49.2689942,\n
        "lon": 3.3543942,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436492,\n
        "lat": 49.2688509,\n
        "lon": 3.3545203,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436493,\n
        "lat": 49.2688846,\n
        "lon": 3.3546080,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436494,\n
        "lat": 49.2689533,\n
        "lon": 3.3545484,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436495,\n
        "lat": 49.2689886,\n
        "lon": 3.3546417,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436496,\n
        "lat": 49.2690662,\n
        "lon": 3.3545730,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436497,\n
        "lat": 49.2692866,\n
        "lon": 3.3542021,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436498,\n
        "lat": 49.2692776,\n
        "lon": 3.3541776,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436499,\n
        "lat": 49.2692426,\n
        "lon": 3.3542108,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436500,\n
        "lat": 49.2692522,\n
        "lon": 3.3542346,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436501,\n
        "lat": 49.2686356,\n
        "lon": 3.3543084,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436502,\n
        "lat": 49.2685932,\n
        "lon": 3.3543478,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436503,\n
        "lat": 49.2685954,\n
        "lon": 3.3543936,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436504,\n
        "lat": 49.2686484,\n
        "lon": 3.3543433,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436505,\n
        "lat": 49.2687552,\n
        "lon": 3.3535590,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436506,\n
        "lat": 49.2687081,\n
        "lon": 3.3535806,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436507,\n
        "lat": 49.2687226,\n
        "lon": 3.3536516,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436508,\n
        "lat": 49.2687692,\n
        "lon": 3.3536299,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436509,\n
        "lat": 49.2689387,\n
        "lon": 3.3537539,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436510,\n
        "lat": 49.2688491,\n
        "lon": 3.3538569,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436511,\n
        "lat": 49.2688858,\n
        "lon": 3.3539413,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436512,\n
        "lat": 49.2689339,\n
        "lon": 3.3538866,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436513,\n
        "lat": 49.2689407,\n
        "lon": 3.3539023,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436514,\n
        "lat": 49.2689866,\n
        "lon": 3.3538500,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436515,\n
        "lat": 49.2690008,\n
        "lon": 3.3543885,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436516,\n
        "lat": 49.2690380,\n
        "lon": 3.3544841,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436517,\n
        "lat": 49.2692296,\n
        "lon": 3.3543122,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436518,\n
        "lat": 49.2691913,\n
        "lon": 3.3542141,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436519,\n
        "lat": 49.2696332,\n
        "lon": 3.3528668,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436520,\n
        "lat": 49.2696339,\n
        "lon": 3.3528257,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436721,\n
        "lat": 49.2695938,\n
        "lon": 3.3528329,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436722,\n
        "lat": 49.2695952,\n
        "lon": 3.3529310,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436723,\n
        "lat": 49.2696339,\n
        "lon": 3.3529265,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436724,\n
        "lat": 49.2696296,\n
        "lon": 3.3525994,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436725,\n
        "lat": 49.2696026,\n
        "lon": 3.3525987,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436726,\n
        "lat": 49.2696022,\n
        "lon": 3.3526540,\n
        "timestamp": "2017-03-26T15:30:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436727,\n
        "lat": 49.2696294,\n
        "lon": 3.3526545,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436728,\n
        "lat": 49.2697415,\n
        "lon": 3.3525539,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436729,\n
        "lat": 49.2697308,\n
        "lon": 3.3525531,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436730,\n
        "lat": 49.2697306,\n
        "lon": 3.3525725,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436731,\n
        "lat": 49.2697411,\n
        "lon": 3.3525728,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436732,\n
        "lat": 49.2696798,\n
        "lon": 3.3527462,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436733,\n
        "lat": 49.2696797,\n
        "lon": 3.3527745,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436734,\n
        "lat": 49.2696511,\n
        "lon": 3.3527749,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436735,\n
        "lat": 49.2696505,\n
        "lon": 3.3528676,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436736,\n
        "lat": 49.2697306,\n
        "lon": 3.3528660,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436737,\n
        "lat": 49.2697165,\n
        "lon": 3.3526845,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436738,\n
        "lat": 49.2697142,\n
        "lon": 3.3527766,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436739,\n
        "lat": 49.2697043,\n
        "lon": 3.3527754,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436740,\n
        "lat": 49.2697042,\n
        "lon": 3.3527472,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436741,\n
        "lat": 49.2702584,\n
        "lon": 3.3525775,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436742,\n
        "lat": 49.2702588,\n
        "lon": 3.3526278,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436743,\n
        "lat": 49.2702719,\n
        "lon": 3.3525782,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436744,\n
        "lat": 49.2703289,\n
        "lon": 3.3524866,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436745,\n
        "lat": 49.2703277,\n
        "lon": 3.3524074,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436746,\n
        "lat": 49.2703357,\n
        "lon": 3.3531304,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436747,\n
        "lat": 49.2704568,\n
        "lon": 3.3530926,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436748,\n
        "lat": 49.2704475,\n
        "lon": 3.3530080,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436749,\n
        "lat": 49.2703303,\n
        "lon": 3.3530451,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436750,\n
        "lat": 49.2700136,\n
        "lon": 3.3533259,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436751,\n
        "lat": 49.2700975,\n
        "lon": 3.3535156,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436752,\n
        "lat": 49.2701522,\n
        "lon": 3.3534764,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436753,\n
        "lat": 49.2701681,\n
        "lon": 3.3534605,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436754,\n
        "lat": 49.2701253,\n
        "lon": 3.3533572,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436755,\n
        "lat": 49.2702063,\n
        "lon": 3.3532669,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436756,\n
        "lat": 49.2701601,\n
        "lon": 3.3531750,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436757,\n
        "lat": 49.2698268,\n
        "lon": 3.3536739,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436758,\n
        "lat": 49.2698178,\n
        "lon": 3.3536806,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436759,\n
        "lat": 49.2698290,\n
        "lon": 3.3537348,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436760,\n
        "lat": 49.2698391,\n
        "lon": 3.3537299,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436761,\n
        "lat": 49.2700407,\n
        "lon": 3.3536519,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436762,\n
        "lat": 49.2700402,\n
        "lon": 3.3536499,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436763,\n
        "lat": 49.2699133,\n
        "lon": 3.3537244,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436764,\n
        "lat": 49.2699317,\n
        "lon": 3.3537913,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436765,\n
        "lat": 49.2699854,\n
        "lon": 3.3537556,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436766,\n
        "lat": 49.2699834,\n
        "lon": 3.3537473,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436767,\n
        "lat": 49.2700534,\n
        "lon": 3.3537024,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436768,\n
        "lat": 49.2697957,\n
        "lon": 3.3535319,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436769,\n
        "lat": 49.2698435,\n
        "lon": 3.3537502,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436770,\n
        "lat": 49.2698919,\n
        "lon": 3.3537258,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436771,\n
        "lat": 49.2698689,\n
        "lon": 3.3535964,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436772,\n
        "lat": 49.2700171,\n
        "lon": 3.3534529,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436773,\n
        "lat": 49.2700380,\n
        "lon": 3.3536512,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436774,\n
        "lat": 49.2700774,\n
        "lon": 3.3536305,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436775,\n
        "lat": 49.2700531,\n
        "lon": 3.3534151,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436776,\n
        "lat": 49.2696525,\n
        "lon": 3.3539397,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436777,\n
        "lat": 49.2696971,\n
        "lon": 3.3539177,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436778,\n
        "lat": 49.2697018,\n
        "lon": 3.3539389,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436779,\n
        "lat": 49.2697147,\n
        "lon": 3.3539309,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436780,\n
        "lat": 49.2697108,\n
        "lon": 3.3539122,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436781,\n
        "lat": 49.2697213,\n
        "lon": 3.3539070,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436782,\n
        "lat": 49.2696990,\n
        "lon": 3.3537961,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436783,\n
        "lat": 49.2696446,\n
        "lon": 3.3538188,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436784,\n
        "lat": 49.2697923,\n
        "lon": 3.3537814,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436785,\n
        "lat": 49.2697778,\n
        "lon": 3.3537891,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436786,\n
        "lat": 49.2697729,\n
        "lon": 3.3537725,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436787,\n
        "lat": 49.2697328,\n
        "lon": 3.3537774,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436788,\n
        "lat": 49.2697341,\n
        "lon": 3.3537970,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436789,\n
        "lat": 49.2697637,\n
        "lon": 3.3537931,\n
        "timestamp": "2017-03-26T15:30:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436790,\n
        "lat": 49.2697725,\n
        "lon": 3.3538326,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436791,\n
        "lat": 49.2697593,\n
        "lon": 3.3538427,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436792,\n
        "lat": 49.2697669,\n
        "lon": 3.3538692,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436793,\n
        "lat": 49.2697785,\n
        "lon": 3.3538629,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436794,\n
        "lat": 49.2697825,\n
        "lon": 3.3538774,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436795,\n
        "lat": 49.2698667,\n
        "lon": 3.3538368,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436796,\n
        "lat": 49.2698548,\n
        "lon": 3.3537793,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436797,\n
        "lat": 49.2698502,\n
        "lon": 3.3537819,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436798,\n
        "lat": 49.2698446,\n
        "lon": 3.3537554,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436799,\n
        "lat": 49.2698182,\n
        "lon": 3.3536345,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436800,\n
        "lat": 49.2696507,\n
        "lon": 3.3536713,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756436801,\n
        "lat": 49.2696840,\n
        "lon": 3.3537574,\n
        "timestamp": "2017-03-26T15:30:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437121,\n
        "lat": 49.2686572,\n
        "lon": 3.3539837,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437122,\n
        "lat": 49.2686996,\n
        "lon": 3.3540959,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437123,\n
        "lat": 49.2687628,\n
        "lon": 3.3540387,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437124,\n
        "lat": 49.2687722,\n
        "lon": 3.3540631,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437125,\n
        "lat": 49.2688082,\n
        "lon": 3.3540312,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437126,\n
        "lat": 49.2687705,\n
        "lon": 3.3539335,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437127,\n
        "lat": 49.2687330,\n
        "lon": 3.3539671,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437128,\n
        "lat": 49.2687198,\n
        "lon": 3.3539293,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437129,\n
        "lat": 49.2690386,\n
        "lon": 3.3536813,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437130,\n
        "lat": 49.2690724,\n
        "lon": 3.3537633,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437131,\n
        "lat": 49.2690959,\n
        "lon": 3.3537418,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437132,\n
        "lat": 49.2691011,\n
        "lon": 3.3537528,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437133,\n
        "lat": 49.2691800,\n
        "lon": 3.3536781,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437134,\n
        "lat": 49.2691424,\n
        "lon": 3.3535843,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437135,\n
        "lat": 49.2691633,\n
        "lon": 3.3551800,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437136,\n
        "lat": 49.2692444,\n
        "lon": 3.3552678,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437137,\n
        "lat": 49.2692880,\n
        "lon": 3.3551710,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437138,\n
        "lat": 49.2692081,\n
        "lon": 3.3550835,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437139,\n
        "lat": 49.2701731,\n
        "lon": 3.3550239,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437140,\n
        "lat": 49.2700883,\n
        "lon": 3.3550743,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437141,\n
        "lat": 49.2701135,\n
        "lon": 3.3551579,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437142,\n
        "lat": 49.2701397,\n
        "lon": 3.3551449,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437143,\n
        "lat": 49.2701557,\n
        "lon": 3.3552011,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437144,\n
        "lat": 49.2702149,\n
        "lon": 3.3551670,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437145,\n
        "lat": 49.2698370,\n
        "lon": 3.3547744,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437146,\n
        "lat": 49.2699072,\n
        "lon": 3.3547638,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437147,\n
        "lat": 49.2698978,\n
        "lon": 3.3546163,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437148,\n
        "lat": 49.2698274,\n
        "lon": 3.3546236,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437149,\n
        "lat": 49.2692525,\n
        "lon": 3.3528512,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437150,\n
        "lat": 49.2692568,\n
        "lon": 3.3529804,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437151,\n
        "lat": 49.2693164,\n
        "lon": 3.3529773,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437152,\n
        "lat": 49.2693124,\n
        "lon": 3.3528471,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437153,\n
        "lat": 49.2692782,\n
        "lon": 3.3532145,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437154,\n
        "lat": 49.2692389,\n
        "lon": 3.3533045,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437155,\n
        "lat": 49.2692948,\n
        "lon": 3.3533557,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437156,\n
        "lat": 49.2693307,\n
        "lon": 3.3532675,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437157,\n
        "lat": 49.2697260,\n
        "lon": 3.3551293,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437158,\n
        "lat": 49.2696808,\n
        "lon": 3.3552309,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437159,\n
        "lat": 49.2697624,\n
        "lon": 3.3553056,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437160,\n
        "lat": 49.2698049,\n
        "lon": 3.3552063,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437161,\n
        "lat": 49.2695563,\n
        "lon": 3.3549830,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437162,\n
        "lat": 49.2696361,\n
        "lon": 3.3550652,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437163,\n
        "lat": 49.2696820,\n
        "lon": 3.3549682,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437164,\n
        "lat": 49.2696041,\n
        "lon": 3.3548846,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437165,\n
        "lat": 49.2700139,\n
        "lon": 3.3548279,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437166,\n
        "lat": 49.2699400,\n
        "lon": 3.3548734,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437167,\n
        "lat": 49.2699773,\n
        "lon": 3.3550125,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437168,\n
        "lat": 49.2700538,\n
        "lon": 3.3549653,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437169,\n
        "lat": 49.2695798,\n
        "lon": 3.3542555,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437170,\n
        "lat": 49.2695777,\n
        "lon": 3.3541685,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437171,\n
        "lat": 49.2695270,\n
        "lon": 3.3541703,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437172,\n
        "lat": 49.2695305,\n
        "lon": 3.3544158,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437173,\n
        "lat": 49.2695813,\n
        "lon": 3.3544141,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437174,\n
        "lat": 49.2693988,\n
        "lon": 3.3539751,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437175,\n
        "lat": 49.2693595,\n
        "lon": 3.3541639,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437176,\n
        "lat": 49.2694227,\n
        "lon": 3.3541883,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437177,\n
        "lat": 49.2694491,\n
        "lon": 3.3540321,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437178,\n
        "lat": 49.2730995,\n
        "lon": 3.3467672,\n
        "timestamp": "2017-03-26T15:30:13Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437179,\n
        "lat": 49.2731090,\n
        "lon": 3.3468470,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437180,\n
        "lat": 49.2731598,\n
        "lon": 3.3468361,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437181,\n
        "lat": 49.2731231,\n
        "lon": 3.3465802,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437182,\n
        "lat": 49.2731015,\n
        "lon": 3.3465822,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437183,\n
        "lat": 49.2730927,\n
        "lon": 3.3467057,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437184,\n
        "lat": 49.2730013,\n
        "lon": 3.3471714,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437185,\n
        "lat": 49.2730297,\n
        "lon": 3.3468980,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437186,\n
        "lat": 49.2730235,\n
        "lon": 3.3468969,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437187,\n
        "lat": 49.2730390,\n
        "lon": 3.3467526,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437188,\n
        "lat": 49.2729841,\n
        "lon": 3.3467386,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437189,\n
        "lat": 49.2729389,\n
        "lon": 3.3471586,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437190,\n
        "lat": 49.2738163,\n
        "lon": 3.3469489,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437191,\n
        "lat": 49.2737221,\n
        "lon": 3.3469712,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437192,\n
        "lat": 49.2737334,\n
        "lon": 3.3470847,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437193,\n
        "lat": 49.2738278,\n
        "lon": 3.3470627,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437194,\n
        "lat": 49.2738427,\n
        "lon": 3.3466888,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437195,\n
        "lat": 49.2738603,\n
        "lon": 3.3468148,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437196,\n
        "lat": 49.2738836,\n
        "lon": 3.3468072,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437197,\n
        "lat": 49.2738727,\n
        "lon": 3.3467296,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437198,\n
        "lat": 49.2738917,\n
        "lon": 3.3467234,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437199,\n
        "lat": 49.2738850,\n
        "lon": 3.3466750,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437200,\n
        "lat": 49.2879380,\n
        "lon": 3.3505750,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437201,\n
        "lat": 49.2879406,\n
        "lon": 3.3505640,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437202,\n
        "lat": 49.2878983,\n
        "lon": 3.3505338,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437203,\n
        "lat": 49.2872919,\n
        "lon": 3.3507076,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437204,\n
        "lat": 49.2872859,\n
        "lon": 3.3507232,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437205,\n
        "lat": 49.2872968,\n
        "lon": 3.3507335,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437206,\n
        "lat": 49.2873039,\n
        "lon": 3.3507177,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437207,\n
        "lat": 49.2871550,\n
        "lon": 3.3511028,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437208,\n
        "lat": 49.2872027,\n
        "lon": 3.3511504,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437209,\n
        "lat": 49.2872193,\n
        "lon": 3.3511163,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437210,\n
        "lat": 49.2871706,\n
        "lon": 3.3510669,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437211,\n
        "lat": 49.2872395,\n
        "lon": 3.3509872,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437212,\n
        "lat": 49.2872783,\n
        "lon": 3.3510178,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437213,\n
        "lat": 49.2872701,\n
        "lon": 3.3509048,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437214,\n
        "lat": 49.2873070,\n
        "lon": 3.3509392,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437215,\n
        "lat": 49.2876800,\n
        "lon": 3.3509901,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437216,\n
        "lat": 49.2877506,\n
        "lon": 3.3511749,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437217,\n
        "lat": 49.2878102,\n
        "lon": 3.3511182,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437218,\n
        "lat": 49.2877573,\n
        "lon": 3.3509770,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437219,\n
        "lat": 49.2877383,\n
        "lon": 3.3509370,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437220,\n
        "lat": 49.2878479,\n
        "lon": 3.3507000,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437421,\n
        "lat": 49.2878784,\n
        "lon": 3.3507238,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437422,\n
        "lat": 49.2879089,\n
        "lon": 3.3506773,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437423,\n
        "lat": 49.2880144,\n
        "lon": 3.3507545,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437424,\n
        "lat": 49.2880446,\n
        "lon": 3.3506523,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437425,\n
        "lat": 49.2879510,\n
        "lon": 3.3520017,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437426,\n
        "lat": 49.2879208,\n
        "lon": 3.3518798,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437427,\n
        "lat": 49.2878652,\n
        "lon": 3.3519113,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437428,\n
        "lat": 49.2878748,\n
        "lon": 3.3519580,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437429,\n
        "lat": 49.2878163,\n
        "lon": 3.3519936,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437430,\n
        "lat": 49.2878344,\n
        "lon": 3.3520691,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437431,\n
        "lat": 49.2880744,\n
        "lon": 3.3521665,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437432,\n
        "lat": 49.2881267,\n
        "lon": 3.3522519,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437433,\n
        "lat": 49.2881753,\n
        "lon": 3.3521809,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437434,\n
        "lat": 49.2881723,\n
        "lon": 3.3521755,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437435,\n
        "lat": 49.2881865,\n
        "lon": 3.3521552,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437436,\n
        "lat": 49.2881538,\n
        "lon": 3.3521056,\n
        "timestamp": "2017-03-26T15:30:14Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437437,\n
        "lat": 49.2881391,\n
        "lon": 3.3521257,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437438,\n
        "lat": 49.2881222,\n
        "lon": 3.3521001,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437439,\n
        "lat": 49.2871255,\n
        "lon": 3.3505652,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437440,\n
        "lat": 49.2871184,\n
        "lon": 3.3505857,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437441,\n
        "lat": 49.2871450,\n
        "lon": 3.3506101,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437442,\n
        "lat": 49.2871535,\n
        "lon": 3.3505884,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437443,\n
        "lat": 49.2873756,\n
        "lon": 3.3509111,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437444,\n
        "lat": 49.2874118,\n
        "lon": 3.3509435,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437445,\n
        "lat": 49.2874507,\n
        "lon": 3.3508418,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437446,\n
        "lat": 49.2874142,\n
        "lon": 3.3508096,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437447,\n
        "lat": 49.2873023,\n
        "lon": 3.3509525,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437448,\n
        "lat": 49.2873448,\n
        "lon": 3.3509922,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437449,\n
        "lat": 49.2873858,\n
        "lon": 3.3507863,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437450,\n
        "lat": 49.2873634,\n
        "lon": 3.3508476,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437451,\n
        "lat": 49.2873471,\n
        "lon": 3.3508336,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437452,\n
        "lat": 49.2873388,\n
        "lon": 3.3508565,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437453,\n
        "lat": 49.2873004,\n
        "lon": 3.3508237,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437454,\n
        "lat": 49.2871924,\n
        "lon": 3.3508323,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437455,\n
        "lat": 49.2873024,\n
        "lon": 3.3508182,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437456,\n
        "lat": 49.2872208,\n
        "lon": 3.3507441,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437457,\n
        "lat": 49.2872327,\n
        "lon": 3.3507068,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437458,\n
        "lat": 49.2872425,\n
        "lon": 3.3507146,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437459,\n
        "lat": 49.2872438,\n
        "lon": 3.3507108,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437460,\n
        "lat": 49.2872517,\n
        "lon": 3.3507169,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437461,\n
        "lat": 49.2872638,\n
        "lon": 3.3506839,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437462,\n
        "lat": 49.2872452,\n
        "lon": 3.3506682,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437463,\n
        "lat": 49.2871977,\n
        "lon": 3.3506781,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437464,\n
        "lat": 49.2872093,\n
        "lon": 3.3506362,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437465,\n
        "lat": 49.2871879,\n
        "lon": 3.3507099,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437466,\n
        "lat": 49.2870687,\n
        "lon": 3.3505860,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437467,\n
        "lat": 49.2870471,\n
        "lon": 3.3506337,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437468,\n
        "lat": 49.2870548,\n
        "lon": 3.3506424,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437469,\n
        "lat": 49.2870489,\n
        "lon": 3.3506586,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437470,\n
        "lat": 49.2870782,\n
        "lon": 3.3506887,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437471,\n
        "lat": 49.2870682,\n
        "lon": 3.3507125,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437472,\n
        "lat": 49.2871136,\n
        "lon": 3.3507553,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437473,\n
        "lat": 49.2871022,\n
        "lon": 3.3507858,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437474,\n
        "lat": 49.2871712,\n
        "lon": 3.3508443,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437475,\n
        "lat": 49.2871803,\n
        "lon": 3.3508214,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437476,\n
        "lat": 49.2870313,\n
        "lon": 3.3505501,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437477,\n
        "lat": 49.2870118,\n
        "lon": 3.3505948,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437478,\n
        "lat": 49.2870292,\n
        "lon": 3.3506136,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437479,\n
        "lat": 49.2870707,\n
        "lon": 3.3505192,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437480,\n
        "lat": 49.2870528,\n
        "lon": 3.3505016,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437481,\n
        "lat": 49.2869822,\n
        "lon": 3.3505517,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437482,\n
        "lat": 49.2870155,\n
        "lon": 3.3505862,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437483,\n
        "lat": 49.2869924,\n
        "lon": 3.3505116,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437484,\n
        "lat": 49.2875044,\n
        "lon": 3.3504314,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437485,\n
        "lat": 49.2876667,\n
        "lon": 3.3498449,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437486,\n
        "lat": 49.2876041,\n
        "lon": 3.3498040,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437487,\n
        "lat": 49.2875765,\n
        "lon": 3.3499101,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437488,\n
        "lat": 49.2875478,\n
        "lon": 3.3499591,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437489,\n
        "lat": 49.2875372,\n
        "lon": 3.3499976,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437490,\n
        "lat": 49.2875385,\n
        "lon": 3.3500548,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437491,\n
        "lat": 49.2874467,\n
        "lon": 3.3503926,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437492,\n
        "lat": 49.2872498,\n
        "lon": 3.3497827,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437493,\n
        "lat": 49.2872202,\n
        "lon": 3.3498808,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437494,\n
        "lat": 49.2872179,\n
        "lon": 3.3498791,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437495,\n
        "lat": 49.2872030,\n
        "lon": 3.3499312,\n
        "timestamp": "2017-03-26T15:30:15Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437496,\n
        "lat": 49.2873311,\n
        "lon": 3.3500209,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437497,\n
        "lat": 49.2874281,\n
        "lon": 3.3496889,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437498,\n
        "lat": 49.2873436,\n
        "lon": 3.3496336,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437499,\n
        "lat": 49.2872914,\n
        "lon": 3.3498098,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437500,\n
        "lat": 49.2870848,\n
        "lon": 3.3504392,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437501,\n
        "lat": 49.2871298,\n
        "lon": 3.3504855,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437502,\n
        "lat": 49.2871566,\n
        "lon": 3.3504125,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437503,\n
        "lat": 49.2871146,\n
        "lon": 3.3503763,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437504,\n
        "lat": 49.2872230,\n
        "lon": 3.3502763,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437505,\n
        "lat": 49.2873094,\n
        "lon": 3.3500852,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437506,\n
        "lat": 49.2872665,\n
        "lon": 3.3500554,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437507,\n
        "lat": 49.2873117,\n
        "lon": 3.3506159,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437508,\n
        "lat": 49.2874095,\n
        "lon": 3.3503473,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437509,\n
        "lat": 49.2873478,\n
        "lon": 3.3502982,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437510,\n
        "lat": 49.2872494,\n
        "lon": 3.3505638,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437511,\n
        "lat": 49.2879629,\n
        "lon": 3.3512981,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437512,\n
        "lat": 49.2879300,\n
        "lon": 3.3512742,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437513,\n
        "lat": 49.2880486,\n
        "lon": 3.3508511,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437514,\n
        "lat": 49.2879952,\n
        "lon": 3.3508166,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437515,\n
        "lat": 49.2879817,\n
        "lon": 3.3508099,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437516,\n
        "lat": 49.2878568,\n
        "lon": 3.3512642,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437517,\n
        "lat": 49.2878673,\n
        "lon": 3.3512731,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437518,\n
        "lat": 49.2878364,\n
        "lon": 3.3513610,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437519,\n
        "lat": 49.2878646,\n
        "lon": 3.3514185,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437520,\n
        "lat": 49.2878906,\n
        "lon": 3.3514205,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437721,\n
        "lat": 49.2878999,\n
        "lon": 3.3513864,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437722,\n
        "lat": 49.2879350,\n
        "lon": 3.3514064,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437723,\n
        "lat": 49.2881705,\n
        "lon": 3.3523210,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437724,\n
        "lat": 49.2882063,\n
        "lon": 3.3522302,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437725,\n
        "lat": 49.2881832,\n
        "lon": 3.3521945,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437726,\n
        "lat": 49.2881467,\n
        "lon": 3.3522830,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437727,\n
        "lat": 49.2733513,\n
        "lon": 3.3471077,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437728,\n
        "lat": 49.2732447,\n
        "lon": 3.3471479,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437729,\n
        "lat": 49.2732611,\n
        "lon": 3.3472495,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437730,\n
        "lat": 49.2733239,\n
        "lon": 3.3472257,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437731,\n
        "lat": 49.2733235,\n
        "lon": 3.3472223,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437732,\n
        "lat": 49.2733669,\n
        "lon": 3.3472049,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437733,\n
        "lat": 49.2735648,\n
        "lon": 3.3470081,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437734,\n
        "lat": 49.2734678,\n
        "lon": 3.3470343,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437735,\n
        "lat": 49.2734814,\n
        "lon": 3.3471499,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437736,\n
        "lat": 49.2735125,\n
        "lon": 3.3471413,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437737,\n
        "lat": 49.2735118,\n
        "lon": 3.3471345,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437738,\n
        "lat": 49.2735409,\n
        "lon": 3.3471265,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437739,\n
        "lat": 49.2735418,\n
        "lon": 3.3471332,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437740,\n
        "lat": 49.2735781,\n
        "lon": 3.3471232,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437741,\n
        "lat": 49.2724691,\n
        "lon": 3.3477539,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437742,\n
        "lat": 49.2725171,\n
        "lon": 3.3478430,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437743,\n
        "lat": 49.2726283,\n
        "lon": 3.3477049,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437744,\n
        "lat": 49.2725804,\n
        "lon": 3.3476158,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437745,\n
        "lat": 49.2724326,\n
        "lon": 3.3470671,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437746,\n
        "lat": 49.2724038,\n
        "lon": 3.3469718,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437747,\n
        "lat": 49.2723258,\n
        "lon": 3.3470291,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437748,\n
        "lat": 49.2723582,\n
        "lon": 3.3471368,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437749,\n
        "lat": 49.2723871,\n
        "lon": 3.3471154,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437750,\n
        "lat": 49.2723840,\n
        "lon": 3.3471027,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437751,\n
        "lat": 49.2728919,\n
        "lon": 3.3473784,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437752,\n
        "lat": 49.2729757,\n
        "lon": 3.3473921,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437753,\n
        "lat": 49.2729930,\n
        "lon": 3.3472101,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437754,\n
        "lat": 49.2729372,\n
        "lon": 3.3472013,\n
        "timestamp": "2017-03-26T15:30:16Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437755,\n
        "lat": 49.2729329,\n
        "lon": 3.3472502,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437756,\n
        "lat": 49.2728884,\n
        "lon": 3.3472416,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437757,\n
        "lat": 49.2728753,\n
        "lon": 3.3473743,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437758,\n
        "lat": 49.2733395,\n
        "lon": 3.3480062,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437759,\n
        "lat": 49.2733155,\n
        "lon": 3.3480193,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437760,\n
        "lat": 49.2733301,\n
        "lon": 3.3480796,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437761,\n
        "lat": 49.2733543,\n
        "lon": 3.3480662,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437762,\n
        "lat": 49.2736646,\n
        "lon": 3.3474205,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437763,\n
        "lat": 49.2736872,\n
        "lon": 3.3475383,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437764,\n
        "lat": 49.2737775,\n
        "lon": 3.3475018,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437765,\n
        "lat": 49.2737557,\n
        "lon": 3.3473833,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437766,\n
        "lat": 49.2728410,\n
        "lon": 3.3471800,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437767,\n
        "lat": 49.2729218,\n
        "lon": 3.3471969,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437768,\n
        "lat": 49.2729280,\n
        "lon": 3.3471339,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437769,\n
        "lat": 49.2728488,\n
        "lon": 3.3471166,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437770,\n
        "lat": 49.2734822,\n
        "lon": 3.3475546,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437771,\n
        "lat": 49.2735122,\n
        "lon": 3.3476630,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437772,\n
        "lat": 49.2736025,\n
        "lon": 3.3475998,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437773,\n
        "lat": 49.2735732,\n
        "lon": 3.3474938,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437774,\n
        "lat": 49.2727098,\n
        "lon": 3.3482527,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437775,\n
        "lat": 49.2726638,\n
        "lon": 3.3482825,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437776,\n
        "lat": 49.2726830,\n
        "lon": 3.3483532,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437777,\n
        "lat": 49.2727298,\n
        "lon": 3.3483239,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437778,\n
        "lat": 49.2725578,\n
        "lon": 3.3484620,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437779,\n
        "lat": 49.2725474,\n
        "lon": 3.3486511,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437780,\n
        "lat": 49.2726151,\n
        "lon": 3.3486507,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437781,\n
        "lat": 49.2726168,\n
        "lon": 3.3485435,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437782,\n
        "lat": 49.2726390,\n
        "lon": 3.3485452,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437783,\n
        "lat": 49.2726405,\n
        "lon": 3.3485034,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437784,\n
        "lat": 49.2726566,\n
        "lon": 3.3485033,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437785,\n
        "lat": 49.2726578,\n
        "lon": 3.3484719,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437786,\n
        "lat": 49.2726940,\n
        "lon": 3.3485568,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437787,\n
        "lat": 49.2726928,\n
        "lon": 3.3486257,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437788,\n
        "lat": 49.2726793,\n
        "lon": 3.3486263,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437789,\n
        "lat": 49.2726789,\n
        "lon": 3.3486428,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437790,\n
        "lat": 49.2726446,\n
        "lon": 3.3486428,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437791,\n
        "lat": 49.2726447,\n
        "lon": 3.3486560,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437792,\n
        "lat": 49.2726713,\n
        "lon": 3.3486569,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437793,\n
        "lat": 49.2727494,\n
        "lon": 3.3486536,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437794,\n
        "lat": 49.2727168,\n
        "lon": 3.3485398,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437795,\n
        "lat": 49.2726710,\n
        "lon": 3.3487384,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437796,\n
        "lat": 49.2727017,\n
        "lon": 3.3487431,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437797,\n
        "lat": 49.2727504,\n
        "lon": 3.3487377,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437798,\n
        "lat": 49.2728230,\n
        "lon": 3.3489962,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437799,\n
        "lat": 49.2728120,\n
        "lon": 3.3489970,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437800,\n
        "lat": 49.2728129,\n
        "lon": 3.3490138,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437801,\n
        "lat": 49.2728240,\n
        "lon": 3.3490127,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437802,\n
        "lat": 49.2729787,\n
        "lon": 3.3486534,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437803,\n
        "lat": 49.2729346,\n
        "lon": 3.3486793,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437804,\n
        "lat": 49.2729446,\n
        "lon": 3.3487169,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437805,\n
        "lat": 49.2729886,\n
        "lon": 3.3486908,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437806,\n
        "lat": 49.2738192,\n
        "lon": 3.3487112,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437807,\n
        "lat": 49.2737903,\n
        "lon": 3.3488059,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437808,\n
        "lat": 49.2738586,\n
        "lon": 3.3488542,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437809,\n
        "lat": 49.2738886,\n
        "lon": 3.3487567,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437810,\n
        "lat": 49.2739144,\n
        "lon": 3.3486685,\n
        "timestamp": "2017-03-26T15:30:17Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437811,\n
        "lat": 49.2738462,\n
        "lon": 3.3486214,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437812,\n
        "lat": 49.2737362,\n
        "lon": 3.3490922,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437813,\n
        "lat": 49.2736684,\n
        "lon": 3.3490455,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437814,\n
        "lat": 49.2736416,\n
        "lon": 3.3491319,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437815,\n
        "lat": 49.2737073,\n
        "lon": 3.3491794,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437816,\n
        "lat": 49.2727881,\n
        "lon": 3.3493833,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437817,\n
        "lat": 49.2727777,\n
        "lon": 3.3493797,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437818,\n
        "lat": 49.2727761,\n
        "lon": 3.3493946,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437819,\n
        "lat": 49.2727867,\n
        "lon": 3.3493977,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437820,\n
        "lat": 49.2727357,\n
        "lon": 3.3493732,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437923,\n
        "lat": 49.2890975,\n
        "lon": 3.3491485,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437924,\n
        "lat": 49.2891132,\n
        "lon": 3.3491323,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437925,\n
        "lat": 49.2891264,\n
        "lon": 3.3491115,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437926,\n
        "lat": 49.2891366,\n
        "lon": 3.3490871,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437927,\n
        "lat": 49.2891431,\n
        "lon": 3.3490600,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437928,\n
        "lat": 49.2891458,\n
        "lon": 3.3490314,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437929,\n
        "lat": 49.2891445,\n
        "lon": 3.3490025,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437930,\n
        "lat": 49.2702969,\n
        "lon": 3.3523976,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437931,\n
        "lat": 49.2702743,\n
        "lon": 3.3523960,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437932,\n
        "lat": 49.2687045,\n
        "lon": 3.3555760,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437933,\n
        "lat": 49.2689469,\n
        "lon": 3.3556436,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437934,\n
        "lat": 49.2689933,\n
        "lon": 3.3552770,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437935,\n
        "lat": 49.2687545,\n
        "lon": 3.3552085,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437936,\n
        "lat": 49.2691756,\n
        "lon": 3.3554282,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437937,\n
        "lat": 49.2691358,\n
        "lon": 3.3555135,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437938,\n
        "lat": 49.2692137,\n
        "lon": 3.3556016,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437939,\n
        "lat": 49.2692550,\n
        "lon": 3.3555122,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437940,\n
        "lat": 49.2694631,\n
        "lon": 3.3553348,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437941,\n
        "lat": 49.2694521,\n
        "lon": 3.3552766,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437942,\n
        "lat": 49.2694225,\n
        "lon": 3.3552897,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437943,\n
        "lat": 49.2694341,\n
        "lon": 3.3553479,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437944,\n
        "lat": 49.2694388,\n
        "lon": 3.3552056,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437945,\n
        "lat": 49.2694083,\n
        "lon": 3.3552190,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437946,\n
        "lat": 49.2694800,\n
        "lon": 3.3552645,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437947,\n
        "lat": 49.2694668,\n
        "lon": 3.3551933,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437948,\n
        "lat": 49.2694908,\n
        "lon": 3.3553225,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437949,\n
        "lat": 49.2702777,\n
        "lon": 3.3552498,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437950,\n
        "lat": 49.2702100,\n
        "lon": 3.3552911,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437951,\n
        "lat": 49.2702481,\n
        "lon": 3.3554244,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437952,\n
        "lat": 49.2703166,\n
        "lon": 3.3553817,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437953,\n
        "lat": 49.2865840,\n
        "lon": 3.3483328,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437954,\n
        "lat": 49.2866010,\n
        "lon": 3.3483164,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437955,\n
        "lat": 49.2866088,\n
        "lon": 3.3483014,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437956,\n
        "lat": 49.2883130,\n
        "lon": 3.3509064,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437957,\n
        "lat": 49.2883981,\n
        "lon": 3.3506291,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437958,\n
        "lat": 49.2881888,\n
        "lon": 3.3504876,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437959,\n
        "lat": 49.2881089,\n
        "lon": 3.3507631,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437960,\n
        "lat": 49.2884634,\n
        "lon": 3.3523182,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437961,\n
        "lat": 49.2885084,\n
        "lon": 3.3522104,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437962,\n
        "lat": 49.2884686,\n
        "lon": 3.3521721,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437963,\n
        "lat": 49.2884258,\n
        "lon": 3.3522802,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437964,\n
        "lat": 49.2740320,\n
        "lon": 3.3498943,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437965,\n
        "lat": 49.2741399,\n
        "lon": 3.3499659,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437966,\n
        "lat": 49.2747838,\n
        "lon": 3.3521091,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437967,\n
        "lat": 49.2747967,\n
        "lon": 3.3521468,\n
        "timestamp": "2017-03-26T15:30:32Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437968,\n
        "lat": 49.2748454,\n
        "lon": 3.3521081,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437969,\n
        "lat": 49.2748325,\n
        "lon": 3.3520704,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437970,\n
        "lat": 49.2679885,\n
        "lon": 3.3608449,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437971,\n
        "lat": 49.2679669,\n
        "lon": 3.3607656,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437972,\n
        "lat": 49.2679237,\n
        "lon": 3.3607930,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437973,\n
        "lat": 49.2669582,\n
        "lon": 3.3569846,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437974,\n
        "lat": 49.2669864,\n
        "lon": 3.3570505,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437975,\n
        "lat": 49.2670597,\n
        "lon": 3.3569773,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437976,\n
        "lat": 49.2670318,\n
        "lon": 3.3569108,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437977,\n
        "lat": 49.2736748,\n
        "lon": 3.3554751,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437978,\n
        "lat": 49.2736352,\n
        "lon": 3.3555987,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437979,\n
        "lat": 49.2736280,\n
        "lon": 3.3556125,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437980,\n
        "lat": 49.2736610,\n
        "lon": 3.3556577,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437981,\n
        "lat": 49.2744538,\n
        "lon": 3.3490102,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437982,\n
        "lat": 49.2744507,\n
        "lon": 3.3489859,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437983,\n
        "lat": 49.2744055,\n
        "lon": 3.3490015,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437984,\n
        "lat": 49.2744184,\n
        "lon": 3.3491155,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437985,\n
        "lat": 49.2744123,\n
        "lon": 3.3472292,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437986,\n
        "lat": 49.2744280,\n
        "lon": 3.3471510,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437987,\n
        "lat": 49.2743934,\n
        "lon": 3.3471887,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437988,\n
        "lat": 49.2778596,\n
        "lon": 3.3516078,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437989,\n
        "lat": 49.2779574,\n
        "lon": 3.3519046,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437990,\n
        "lat": 49.2781228,\n
        "lon": 3.3517821,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437991,\n
        "lat": 49.2780202,\n
        "lon": 3.3514823,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437992,\n
        "lat": 49.2729615,\n
        "lon": 3.3517509,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437993,\n
        "lat": 49.2729805,\n
        "lon": 3.3517756,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437994,\n
        "lat": 49.2732113,\n
        "lon": 3.3509347,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437995,\n
        "lat": 49.2732269,\n
        "lon": 3.3509035,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437996,\n
        "lat": 49.2733049,\n
        "lon": 3.3511844,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437997,\n
        "lat": 49.2733482,\n
        "lon": 3.3508812,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437998,\n
        "lat": 49.2733655,\n
        "lon": 3.3508972,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756437999,\n
        "lat": 49.2734064,\n
        "lon": 3.3508015,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438000,\n
        "lat": 49.2729543,\n
        "lon": 3.3510798,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438001,\n
        "lat": 49.2729993,\n
        "lon": 3.3509788,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438002,\n
        "lat": 49.2728942,\n
        "lon": 3.3509514,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438003,\n
        "lat": 49.2728799,\n
        "lon": 3.3510639,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438004,\n
        "lat": 49.2724654,\n
        "lon": 3.3505626,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438005,\n
        "lat": 49.2726382,\n
        "lon": 3.3510141,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438006,\n
        "lat": 49.2725801,\n
        "lon": 3.3510002,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438007,\n
        "lat": 49.2726317,\n
        "lon": 3.3510794,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438008,\n
        "lat": 49.2721419,\n
        "lon": 3.3523198,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438009,\n
        "lat": 49.2727334,\n
        "lon": 3.3513576,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438010,\n
        "lat": 49.2726940,\n
        "lon": 3.3516879,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438011,\n
        "lat": 49.2728155,\n
        "lon": 3.3514026,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438012,\n
        "lat": 49.2727429,\n
        "lon": 3.3513335,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438013,\n
        "lat": 49.2723461,\n
        "lon": 3.3513209,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438014,\n
        "lat": 49.2723381,\n
        "lon": 3.3514266,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438015,\n
        "lat": 49.2725161,\n
        "lon": 3.3514414,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438016,\n
        "lat": 49.2725135,\n
        "lon": 3.3515002,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438017,\n
        "lat": 49.2726693,\n
        "lon": 3.3515137,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438018,\n
        "lat": 49.2725262,\n
        "lon": 3.3516154,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438019,\n
        "lat": 49.2725024,\n
        "lon": 3.3516134,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438020,\n
        "lat": 49.2723846,\n
        "lon": 3.3518553,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438021,\n
        "lat": 49.2727312,\n
        "lon": 3.3494163,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438022,\n
        "lat": 49.2727470,\n
        "lon": 3.3494205,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438023,\n
        "lat": 49.2727436,\n
        "lon": 3.3494601,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438024,\n
        "lat": 49.2727773,\n
        "lon": 3.3494679,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438025,\n
        "lat": 49.2727835,\n
        "lon": 3.3494097,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438026,\n
        "lat": 49.2727653,\n
        "lon": 3.3494042,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438027,\n
        "lat": 49.2727675,\n
        "lon": 3.3493800,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438028,\n
        "lat": 49.2724971,\n
        "lon": 3.3492036,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438029,\n
        "lat": 49.2725203,\n
        "lon": 3.3492055,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438030,\n
        "lat": 49.2725211,\n
        "lon": 3.3491919,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438031,\n
        "lat": 49.2725398,\n
        "lon": 3.3491937,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438032,\n
        "lat": 49.2725425,\n
        "lon": 3.3491394,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438033,\n
        "lat": 49.2725027,\n
        "lon": 3.3491300,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438034,\n
        "lat": 49.2724813,\n
        "lon": 3.3494115,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438035,\n
        "lat": 49.2724785,\n
        "lon": 3.3494509,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438036,\n
        "lat": 49.2725127,\n
        "lon": 3.3494574,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438037,\n
        "lat": 49.2725160,\n
        "lon": 3.3494200,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438038,\n
        "lat": 49.2727498,\n
        "lon": 3.3488126,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438039,\n
        "lat": 49.2727491,\n
        "lon": 3.3488752,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438040,\n
        "lat": 49.2728157,\n
        "lon": 3.3488606,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438041,\n
        "lat": 49.2728127,\n
        "lon": 3.3488046,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438042,\n
        "lat": 49.2723996,\n
        "lon": 3.3490161,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438043,\n
        "lat": 49.2723078,\n
        "lon": 3.3490024,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438044,\n
        "lat": 49.2723044,\n
        "lon": 3.3490611,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438045,\n
        "lat": 49.2723960,\n
        "lon": 3.3490741,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438046,\n
        "lat": 49.2722662,\n
        "lon": 3.3491335,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438047,\n
        "lat": 49.2722530,\n
        "lon": 3.3493132,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438048,\n
        "lat": 49.2723265,\n
        "lon": 3.3493265,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438049,\n
        "lat": 49.2723419,\n
        "lon": 3.3491449,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438050,\n
        "lat": 49.2723069,\n
        "lon": 3.3487611,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438051,\n
        "lat": 49.2723499,\n
        "lon": 3.3487688,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438052,\n
        "lat": 49.2723508,\n
        "lon": 3.3487581,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438053,\n
        "lat": 49.2723243,\n
        "lon": 3.3487519,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438054,\n
        "lat": 49.2723250,\n
        "lon": 3.3487420,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438055,\n
        "lat": 49.2723088,\n
        "lon": 3.3487390,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438056,\n
        "lat": 49.2724133,\n
        "lon": 3.3485560,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438057,\n
        "lat": 49.2724035,\n
        "lon": 3.3487857,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438058,\n
        "lat": 49.2724553,\n
        "lon": 3.3487958,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438059,\n
        "lat": 49.2724732,\n
        "lon": 3.3484304,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438060,\n
        "lat": 49.2724311,\n
        "lon": 3.3484229,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438061,\n
        "lat": 49.2724187,\n
        "lon": 3.3484289,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438062,\n
        "lat": 49.2724221,\n
        "lon": 3.3483555,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438063,\n
        "lat": 49.2724116,\n
        "lon": 3.3483267,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438064,\n
        "lat": 49.2723895,\n
        "lon": 3.3483442,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438065,\n
        "lat": 49.2723922,\n
        "lon": 3.3483527,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438066,\n
        "lat": 49.2723839,\n
        "lon": 3.3483587,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438067,\n
        "lat": 49.2723679,\n
        "lon": 3.3483072,\n
        "timestamp": "2017-03-26T15:30:18Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438068,\n
        "lat": 49.2723017,\n
        "lon": 3.3483583,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438069,\n
        "lat": 49.2723259,\n
        "lon": 3.3484297,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438070,\n
        "lat": 49.2724121,\n
        "lon": 3.3481661,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438071,\n
        "lat": 49.2723354,\n
        "lon": 3.3482279,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438072,\n
        "lat": 49.2723605,\n
        "lon": 3.3482983,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438073,\n
        "lat": 49.2724210,\n
        "lon": 3.3482541,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438074,\n
        "lat": 49.2724466,\n
        "lon": 3.3483365,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438075,\n
        "lat": 49.2724961,\n
        "lon": 3.3482957,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438076,\n
        "lat": 49.2724713,\n
        "lon": 3.3482184,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438077,\n
        "lat": 49.2724886,\n
        "lon": 3.3482044,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438078,\n
        "lat": 49.2724581,\n
        "lon": 3.3481327,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438079,\n
        "lat": 49.2724402,\n
        "lon": 3.3481491,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438080,\n
        "lat": 49.2724353,\n
        "lon": 3.3481360,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438081,\n
        "lat": 49.2724206,\n
        "lon": 3.3481480,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438082,\n
        "lat": 49.2724235,\n
        "lon": 3.3481571,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438083,\n
        "lat": 49.2724825,\n
        "lon": 3.3481901,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438084,\n
        "lat": 49.2725596,\n
        "lon": 3.3481194,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438085,\n
        "lat": 49.2725382,\n
        "lon": 3.3480562,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438086,\n
        "lat": 49.2724888,\n
        "lon": 3.3481018,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438087,\n
        "lat": 49.2724514,\n
        "lon": 3.3480049,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438088,\n
        "lat": 49.2724208,\n
        "lon": 3.3480295,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438089,\n
        "lat": 49.2724608,\n
        "lon": 3.3481303,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438090,\n
        "lat": 49.2723932,\n
        "lon": 3.3478110,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438091,\n
        "lat": 49.2724260,\n
        "lon": 3.3478997,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438092,\n
        "lat": 49.2724641,\n
        "lon": 3.3478671,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438093,\n
        "lat": 49.2724333,\n
        "lon": 3.3477797,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438094,\n
        "lat": 49.2725416,\n
        "lon": 3.3486511,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438095,\n
        "lat": 49.2725356,\n
        "lon": 3.3487200,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438096,\n
        "lat": 49.2725399,\n
        "lon": 3.3487201,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438097,\n
        "lat": 49.2725301,\n
        "lon": 3.3488167,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438098,\n
        "lat": 49.2725844,\n
        "lon": 3.3488268,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438099,\n
        "lat": 49.2725873,\n
        "lon": 3.3487936,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438100,\n
        "lat": 49.2725975,\n
        "lon": 3.3487950,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438101,\n
        "lat": 49.2726024,\n
        "lon": 3.3487233,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438102,\n
        "lat": 49.2726181,\n
        "lon": 3.3487256,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438103,\n
        "lat": 49.2726200,\n
        "lon": 3.3486906,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438104,\n
        "lat": 49.2726454,\n
        "lon": 3.3486921,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438105,\n
        "lat": 49.2726452,\n
        "lon": 3.3486991,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438106,\n
        "lat": 49.2726711,\n
        "lon": 3.3486997,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438107,\n
        "lat": 49.2726232,\n
        "lon": 3.3486552,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438108,\n
        "lat": 49.2726232,\n
        "lon": 3.3486505,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438109,\n
        "lat": 49.2726750,\n
        "lon": 3.3490487,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438110,\n
        "lat": 49.2726750,\n
        "lon": 3.3489939,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438111,\n
        "lat": 49.2726930,\n
        "lon": 3.3489947,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438112,\n
        "lat": 49.2726928,\n
        "lon": 3.3489715,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438113,\n
        "lat": 49.2726869,\n
        "lon": 3.3489681,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438114,\n
        "lat": 49.2726862,\n
        "lon": 3.3489189,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438115,\n
        "lat": 49.2727490,\n
        "lon": 3.3489067,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438116,\n
        "lat": 49.2726876,\n
        "lon": 3.3488886,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438117,\n
        "lat": 49.2726079,\n
        "lon": 3.3488852,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438118,\n
        "lat": 49.2726054,\n
        "lon": 3.3489565,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438119,\n
        "lat": 49.2726089,\n
        "lon": 3.3489566,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438120,\n
        "lat": 49.2726041,\n
        "lon": 3.3491234,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438221,\n
        "lat": 49.2726361,\n
        "lon": 3.3491287,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438222,\n
        "lat": 49.2726358,\n
        "lon": 3.3491380,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438223,\n
        "lat": 49.2726584,\n
        "lon": 3.3491420,\n
        "timestamp": "2017-03-26T15:30:19Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438224,\n
        "lat": 49.2726595,\n
        "lon": 3.3491195,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438225,\n
        "lat": 49.2726735,\n
        "lon": 3.3491203,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438226,\n
        "lat": 49.2737650,\n
        "lon": 3.3490007,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438227,\n
        "lat": 49.2736978,\n
        "lon": 3.3489523,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438228,\n
        "lat": 49.2725915,\n
        "lon": 3.3494567,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438229,\n
        "lat": 49.2726002,\n
        "lon": 3.3493671,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438230,\n
        "lat": 49.2726067,\n
        "lon": 3.3493691,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438231,\n
        "lat": 49.2726188,\n
        "lon": 3.3491919,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438232,\n
        "lat": 49.2725938,\n
        "lon": 3.3491796,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438233,\n
        "lat": 49.2725955,\n
        "lon": 3.3491593,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438234,\n
        "lat": 49.2725594,\n
        "lon": 3.3491439,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438235,\n
        "lat": 49.2725299,\n
        "lon": 3.3494498,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438236,\n
        "lat": 49.2722436,\n
        "lon": 3.3494431,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438237,\n
        "lat": 49.2723167,\n
        "lon": 3.3494561,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438238,\n
        "lat": 49.2722382,\n
        "lon": 3.3495060,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438239,\n
        "lat": 49.2722181,\n
        "lon": 3.3494387,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438240,\n
        "lat": 49.2722135,\n
        "lon": 3.3495017,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438241,\n
        "lat": 49.2724395,\n
        "lon": 3.3480765,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438242,\n
        "lat": 49.2723958,\n
        "lon": 3.3481164,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438243,\n
        "lat": 49.2730133,\n
        "lon": 3.3478970,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438244,\n
        "lat": 49.2729793,\n
        "lon": 3.3479239,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438245,\n
        "lat": 49.2729880,\n
        "lon": 3.3479513,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438246,\n
        "lat": 49.2729411,\n
        "lon": 3.3479899,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438247,\n
        "lat": 49.2729757,\n
        "lon": 3.3480914,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438248,\n
        "lat": 49.2730879,\n
        "lon": 3.3480062,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438249,\n
        "lat": 49.2730662,\n
        "lon": 3.3479409,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438250,\n
        "lat": 49.2730357,\n
        "lon": 3.3479646,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438251,\n
        "lat": 49.2726761,\n
        "lon": 3.3487545,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438252,\n
        "lat": 49.2726266,\n
        "lon": 3.3487495,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438253,\n
        "lat": 49.2726237,\n
        "lon": 3.3487826,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438254,\n
        "lat": 49.2726105,\n
        "lon": 3.3487807,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438255,\n
        "lat": 49.2726867,\n
        "lon": 3.3488205,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438256,\n
        "lat": 49.2726855,\n
        "lon": 3.3487984,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438257,\n
        "lat": 49.2726756,\n
        "lon": 3.3487982,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438258,\n
        "lat": 49.2724638,\n
        "lon": 3.3473104,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438259,\n
        "lat": 49.2724841,\n
        "lon": 3.3473747,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438260,\n
        "lat": 49.2725474,\n
        "lon": 3.3473282,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438261,\n
        "lat": 49.2725271,\n
        "lon": 3.3472639,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438262,\n
        "lat": 49.2651238,\n
        "lon": 3.3581798,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438263,\n
        "lat": 49.2650281,\n
        "lon": 3.3582675,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438264,\n
        "lat": 49.2650667,\n
        "lon": 3.3583657,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438265,\n
        "lat": 49.2651624,\n
        "lon": 3.3582780,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438266,\n
        "lat": 49.2652405,\n
        "lon": 3.3594420,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438267,\n
        "lat": 49.2652989,\n
        "lon": 3.3593940,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438268,\n
        "lat": 49.2652266,\n
        "lon": 3.3591840,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438269,\n
        "lat": 49.2651571,\n
        "lon": 3.3592418,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438270,\n
        "lat": 49.2652002,\n
        "lon": 3.3593689,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438271,\n
        "lat": 49.2652125,\n
        "lon": 3.3593587,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438272,\n
        "lat": 49.2653408,\n
        "lon": 3.3597893,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438273,\n
        "lat": 49.2653721,\n
        "lon": 3.3597645,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438274,\n
        "lat": 49.2653766,\n
        "lon": 3.3597078,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438275,\n
        "lat": 49.2653408,\n
        "lon": 3.3597342,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438276,\n
        "lat": 49.2653456,\n
        "lon": 3.3597557,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438277,\n
        "lat": 49.2653349,\n
        "lon": 3.3597643,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438278,\n
        "lat": 49.2651513,\n
        "lon": 3.3596147,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438279,\n
        "lat": 49.2652090,\n
        "lon": 3.3597896,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438280,\n
        "lat": 49.2652626,\n
        "lon": 3.3597497,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438281,\n
        "lat": 49.2652037,\n
        "lon": 3.3595737,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438282,\n
        "lat": 49.2651469,\n
        "lon": 3.3598455,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438283,\n
        "lat": 49.2651127,\n
        "lon": 3.3598694,\n
        "timestamp": "2017-03-26T15:30:20Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438284,\n
        "lat": 49.2651387,\n
        "lon": 3.3599500,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438285,\n
        "lat": 49.2652441,\n
        "lon": 3.3598662,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438286,\n
        "lat": 49.2652307,\n
        "lon": 3.3598164,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438287,\n
        "lat": 49.2652003,\n
        "lon": 3.3598347,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438288,\n
        "lat": 49.2651938,\n
        "lon": 3.3598104,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438289,\n
        "lat": 49.2651781,\n
        "lon": 3.3601524,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438290,\n
        "lat": 49.2651632,\n
        "lon": 3.3602728,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438291,\n
        "lat": 49.2652257,\n
        "lon": 3.3602866,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438292,\n
        "lat": 49.2652403,\n
        "lon": 3.3601665,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438293,\n
        "lat": 49.2651921,\n
        "lon": 3.3605348,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438294,\n
        "lat": 49.2651960,\n
        "lon": 3.3607850,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438295,\n
        "lat": 49.2652445,\n
        "lon": 3.3607835,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438296,\n
        "lat": 49.2652394,\n
        "lon": 3.3605329,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438297,\n
        "lat": 49.2665298,\n
        "lon": 3.3596401,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438298,\n
        "lat": 49.2665232,\n
        "lon": 3.3597131,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438299,\n
        "lat": 49.2666631,\n
        "lon": 3.3597431,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438300,\n
        "lat": 49.2666795,\n
        "lon": 3.3595421,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438301,\n
        "lat": 49.2666579,\n
        "lon": 3.3595385,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438302,\n
        "lat": 49.2666734,\n
        "lon": 3.3593943,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438303,\n
        "lat": 49.2666119,\n
        "lon": 3.3593796,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438304,\n
        "lat": 49.2666255,\n
        "lon": 3.3592354,\n
        "timestamp": "2017-03-26T15:30:21Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438305,\n
        "lat": 49.2663188,\n
        "lon": 3.3591741,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438306,\n
        "lat": 49.2662823,\n
        "lon": 3.3595896,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438307,\n
        "lat": 49.2654146,\n
        "lon": 3.3592540,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438308,\n
        "lat": 49.2653852,\n
        "lon": 3.3592487,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438309,\n
        "lat": 49.2653818,\n
        "lon": 3.3592947,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438310,\n
        "lat": 49.2654104,\n
        "lon": 3.3593024,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438311,\n
        "lat": 49.2654749,\n
        "lon": 3.3585452,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438312,\n
        "lat": 49.2654834,\n
        "lon": 3.3584459,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438313,\n
        "lat": 49.2654304,\n
        "lon": 3.3584344,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438314,\n
        "lat": 49.2654195,\n
        "lon": 3.3585360,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438315,\n
        "lat": 49.2654052,\n
        "lon": 3.3581625,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438316,\n
        "lat": 49.2652942,\n
        "lon": 3.3582591,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438317,\n
        "lat": 49.2653225,\n
        "lon": 3.3583388,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438318,\n
        "lat": 49.2653424,\n
        "lon": 3.3583268,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438319,\n
        "lat": 49.2653527,\n
        "lon": 3.3583545,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438320,\n
        "lat": 49.2653950,\n
        "lon": 3.3583196,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438521,\n
        "lat": 49.2653858,\n
        "lon": 3.3582919,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438522,\n
        "lat": 49.2654360,\n
        "lon": 3.3582476,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438523,\n
        "lat": 49.2661255,\n
        "lon": 3.3587456,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438524,\n
        "lat": 49.2661205,\n
        "lon": 3.3587879,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438525,\n
        "lat": 49.2661608,\n
        "lon": 3.3588001,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438526,\n
        "lat": 49.2661658,\n
        "lon": 3.3587566,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438527,\n
        "lat": 49.2664528,\n
        "lon": 3.3604127,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438528,\n
        "lat": 49.2662034,\n
        "lon": 3.3603605,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438529,\n
        "lat": 49.2661935,\n
        "lon": 3.3604732,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438530,\n
        "lat": 49.2662975,\n
        "lon": 3.3604947,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438531,\n
        "lat": 49.2662925,\n
        "lon": 3.3605509,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438532,\n
        "lat": 49.2664381,\n
        "lon": 3.3605812,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438533,\n
        "lat": 49.2652722,\n
        "lon": 3.3625620,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438534,\n
        "lat": 49.2652855,\n
        "lon": 3.3625464,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438535,\n
        "lat": 49.2652953,\n
        "lon": 3.3625649,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438536,\n
        "lat": 49.2653144,\n
        "lon": 3.3625431,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438537,\n
        "lat": 49.2653075,\n
        "lon": 3.3625280,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438538,\n
        "lat": 49.2653215,\n
        "lon": 3.3625112,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438539,\n
        "lat": 49.2652762,\n
        "lon": 3.3624198,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438540,\n
        "lat": 49.2652638,\n
        "lon": 3.3624330,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438541,\n
        "lat": 49.2652373,\n
        "lon": 3.3623792,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438542,\n
        "lat": 49.2652091,\n
        "lon": 3.3624113,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438543,\n
        "lat": 49.2652362,\n
        "lon": 3.3624666,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438544,\n
        "lat": 49.2652290,\n
        "lon": 3.3624743,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438545,\n
        "lat": 49.2650310,\n
        "lon": 3.3623735,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438546,\n
        "lat": 49.2650528,\n
        "lon": 3.3624135,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438547,\n
        "lat": 49.2651185,\n
        "lon": 3.3623394,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438548,\n
        "lat": 49.2650979,\n
        "lon": 3.3622976,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438549,\n
        "lat": 49.2654188,\n
        "lon": 3.3627058,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438550,\n
        "lat": 49.2653709,\n
        "lon": 3.3627600,\n
        "timestamp": "2017-03-26T15:30:22Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438551,\n
        "lat": 49.2653859,\n
        "lon": 3.3627899,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438552,\n
        "lat": 49.2654345,\n
        "lon": 3.3627364,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438553,\n
        "lat": 49.2653035,\n
        "lon": 3.3628146,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438554,\n
        "lat": 49.2652647,\n
        "lon": 3.3628571,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438555,\n
        "lat": 49.2652794,\n
        "lon": 3.3628870,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438556,\n
        "lat": 49.2653176,\n
        "lon": 3.3628462,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438557,\n
        "lat": 49.2652736,\n
        "lon": 3.3629194,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438558,\n
        "lat": 49.2654635,\n
        "lon": 3.3632980,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438559,\n
        "lat": 49.2655416,\n
        "lon": 3.3632078,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438560,\n
        "lat": 49.2654104,\n
        "lon": 3.3629350,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438561,\n
        "lat": 49.2654139,\n
        "lon": 3.3629300,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438562,\n
        "lat": 49.2653614,\n
        "lon": 3.3628225,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438564,\n
        "lat": 49.2651240,\n
        "lon": 3.3611433,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438565,\n
        "lat": 49.2652111,\n
        "lon": 3.3611522,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438566,\n
        "lat": 49.2652190,\n
        "lon": 3.3610030,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438567,\n
        "lat": 49.2652573,\n
        "lon": 3.3610085,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438568,\n
        "lat": 49.2652663,\n
        "lon": 3.3609172,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438570,\n
        "lat": 49.2651896,\n
        "lon": 3.3609501,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438571,\n
        "lat": 49.2651917,\n
        "lon": 3.3609139,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438572,\n
        "lat": 49.2651645,\n
        "lon": 3.3609490,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438573,\n
        "lat": 49.2651641,\n
        "lon": 3.3609675,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438574,\n
        "lat": 49.2651314,\n
        "lon": 3.3609657,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438575,\n
        "lat": 49.2664148,\n
        "lon": 3.3608473,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438576,\n
        "lat": 49.2660537,\n
        "lon": 3.3607764,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438577,\n
        "lat": 49.2659715,\n
        "lon": 3.3617264,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438578,\n
        "lat": 49.2663345,\n
        "lon": 3.3617997,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438579,\n
        "lat": 49.2652361,\n
        "lon": 3.3618560,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438580,\n
        "lat": 49.2652196,\n
        "lon": 3.3618696,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438581,\n
        "lat": 49.2652385,\n
        "lon": 3.3619229,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438582,\n
        "lat": 49.2652431,\n
        "lon": 3.3619191,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438583,\n
        "lat": 49.2652628,\n
        "lon": 3.3619029,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438584,\n
        "lat": 49.2652440,\n
        "lon": 3.3618496,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438585,\n
        "lat": 49.2886620,\n
        "lon": 3.3495848,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438586,\n
        "lat": 49.2886446,\n
        "lon": 3.3496724,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438587,\n
        "lat": 49.2882606,\n
        "lon": 3.3495007,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438588,\n
        "lat": 49.2886744,\n
        "lon": 3.3495903,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438589,\n
        "lat": 49.2866271,\n
        "lon": 3.3483809,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438590,\n
        "lat": 49.2866867,\n
        "lon": 3.3483228,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438591,\n
        "lat": 49.2866882,\n
        "lon": 3.3483264,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438592,\n
        "lat": 49.2867682,\n
        "lon": 3.3482487,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438593,\n
        "lat": 49.2867483,\n
        "lon": 3.3481691,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438594,\n
        "lat": 49.2865988,\n
        "lon": 3.3483109,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438595,\n
        "lat": 49.2882692,\n
        "lon": 3.3493818,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438596,\n
        "lat": 49.2889952,\n
        "lon": 3.3496992,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438597,\n
        "lat": 49.2890370,\n
        "lon": 3.3494747,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438598,\n
        "lat": 49.2886828,\n
        "lon": 3.3493115,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438599,\n
        "lat": 49.2883183,\n
        "lon": 3.3491328,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438600,\n
        "lat": 49.2705686,\n
        "lon": 3.3527003,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438601,\n
        "lat": 49.2705995,\n
        "lon": 3.3526999,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438602,\n
        "lat": 49.2706013,\n
        "lon": 3.3525861,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438603,\n
        "lat": 49.2706075,\n
        "lon": 3.3525850,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438604,\n
        "lat": 49.2706071,\n
        "lon": 3.3525614,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438605,\n
        "lat": 49.2705457,\n
        "lon": 3.3525621,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438606,\n
        "lat": 49.2705455,\n
        "lon": 3.3524803,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438607,\n
        "lat": 49.2704783,\n
        "lon": 3.3524802,\n
        "timestamp": "2017-03-26T15:30:23Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438608,\n
        "lat": 49.2704801,\n
        "lon": 3.3528113,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438609,\n
        "lat": 49.2705488,\n
        "lon": 3.3527998,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438610,\n
        "lat": 49.2705461,\n
        "lon": 3.3525954,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438611,\n
        "lat": 49.2705628,\n
        "lon": 3.3525957,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438612,\n
        "lat": 49.2705634,\n
        "lon": 3.3526367,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438613,\n
        "lat": 49.2705699,\n
        "lon": 3.3526370,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438614,\n
        "lat": 49.2706058,\n
        "lon": 3.3524119,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438615,\n
        "lat": 49.2705737,\n
        "lon": 3.3524121,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438616,\n
        "lat": 49.2705751,\n
        "lon": 3.3524794,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438617,\n
        "lat": 49.2705942,\n
        "lon": 3.3524788,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438618,\n
        "lat": 49.2705941,\n
        "lon": 3.3525087,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438619,\n
        "lat": 49.2706060,\n
        "lon": 3.3525085,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438620,\n
        "lat": 49.2714539,\n
        "lon": 3.3521364,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438821,\n
        "lat": 49.2713732,\n
        "lon": 3.3521304,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438822,\n
        "lat": 49.2713730,\n
        "lon": 3.3521543,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438823,\n
        "lat": 49.2714012,\n
        "lon": 3.3521563,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438824,\n
        "lat": 49.2713939,\n
        "lon": 3.3524613,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438825,\n
        "lat": 49.2713536,\n
        "lon": 3.3524688,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438826,\n
        "lat": 49.2714482,\n
        "lon": 3.3525811,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438827,\n
        "lat": 49.2714396,\n
        "lon": 3.3524721,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438828,\n
        "lat": 49.2714343,\n
        "lon": 3.3524722,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438829,\n
        "lat": 49.2714494,\n
        "lon": 3.3522441,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438830,\n
        "lat": 49.2713639,\n
        "lon": 3.3525933,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438831,\n
        "lat": 49.2713538,\n
        "lon": 3.3524716,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438832,\n
        "lat": 49.2712836,\n
        "lon": 3.3524851,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438833,\n
        "lat": 49.2712865,\n
        "lon": 3.3525239,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438834,\n
        "lat": 49.2712450,\n
        "lon": 3.3525279,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438835,\n
        "lat": 49.2712510,\n
        "lon": 3.3526179,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438836,\n
        "lat": 49.2711677,\n
        "lon": 3.3522354,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438837,\n
        "lat": 49.2711260,\n
        "lon": 3.3524083,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438838,\n
        "lat": 49.2711853,\n
        "lon": 3.3524501,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438839,\n
        "lat": 49.2711922,\n
        "lon": 3.3524262,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438840,\n
        "lat": 49.2711792,\n
        "lon": 3.3524183,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438841,\n
        "lat": 49.2712213,\n
        "lon": 3.3522669,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438842,\n
        "lat": 49.2707159,\n
        "lon": 3.3524133,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438843,\n
        "lat": 49.2707172,\n
        "lon": 3.3525028,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438844,\n
        "lat": 49.2707452,\n
        "lon": 3.3525018,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438845,\n
        "lat": 49.2707439,\n
        "lon": 3.3524130,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438846,\n
        "lat": 49.2707807,\n
        "lon": 3.3525252,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438847,\n
        "lat": 49.2707696,\n
        "lon": 3.3525254,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438848,\n
        "lat": 49.2707695,\n
        "lon": 3.3525553,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438849,\n
        "lat": 49.2707798,\n
        "lon": 3.3525556,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438850,\n
        "lat": 49.2709364,\n
        "lon": 3.3526476,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438851,\n
        "lat": 49.2709341,\n
        "lon": 3.3526203,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438852,\n
        "lat": 49.2708468,\n
        "lon": 3.3526351,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438853,\n
        "lat": 49.2708447,\n
        "lon": 3.3525793,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438854,\n
        "lat": 49.2708143,\n
        "lon": 3.3525814,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438855,\n
        "lat": 49.2708273,\n
        "lon": 3.3527512,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438856,\n
        "lat": 49.2709422,\n
        "lon": 3.3527284,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438857,\n
        "lat": 49.2715883,\n
        "lon": 3.3524458,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438858,\n
        "lat": 49.2715873,\n
        "lon": 3.3524675,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438859,\n
        "lat": 49.2715754,\n
        "lon": 3.3524693,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438860,\n
        "lat": 49.2715873,\n
        "lon": 3.3526093,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438861,\n
        "lat": 49.2716267,\n
        "lon": 3.3526033,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438862,\n
        "lat": 49.2716184,\n
        "lon": 3.3524662,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438863,\n
        "lat": 49.2716023,\n
        "lon": 3.3524666,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438864,\n
        "lat": 49.2716020,\n
        "lon": 3.3524460,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438865,\n
        "lat": 49.2717127,\n
        "lon": 3.3531213,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438866,\n
        "lat": 49.2717151,\n
        "lon": 3.3531455,\n
        "timestamp": "2017-03-26T15:30:24Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438867,\n
        "lat": 49.2717305,\n
        "lon": 3.3531417,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438868,\n
        "lat": 49.2717282,\n
        "lon": 3.3531182,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438869,\n
        "lat": 49.2711345,\n
        "lon": 3.3526906,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438870,\n
        "lat": 49.2711308,\n
        "lon": 3.3526701,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438871,\n
        "lat": 49.2711900,\n
        "lon": 3.3524534,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438872,\n
        "lat": 49.2710645,\n
        "lon": 3.3526267,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438873,\n
        "lat": 49.2710586,\n
        "lon": 3.3526310,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438874,\n
        "lat": 49.2709956,\n
        "lon": 3.3526380,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438875,\n
        "lat": 49.2709943,\n
        "lon": 3.3526186,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438876,\n
        "lat": 49.2709566,\n
        "lon": 3.3526232,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438877,\n
        "lat": 49.2709558,\n
        "lon": 3.3526451,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438878,\n
        "lat": 49.2709627,\n
        "lon": 3.3527246,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438879,\n
        "lat": 49.2707785,\n
        "lon": 3.3525882,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438880,\n
        "lat": 49.2707145,\n
        "lon": 3.3525976,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438881,\n
        "lat": 49.2707164,\n
        "lon": 3.3526224,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438882,\n
        "lat": 49.2706964,\n
        "lon": 3.3526254,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438883,\n
        "lat": 49.2707049,\n
        "lon": 3.3527726,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438884,\n
        "lat": 49.2708232,\n
        "lon": 3.3523208,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438885,\n
        "lat": 49.2707866,\n
        "lon": 3.3523187,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438886,\n
        "lat": 49.2708275,\n
        "lon": 3.3525445,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438887,\n
        "lat": 49.2708288,\n
        "lon": 3.3524677,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438888,\n
        "lat": 49.2708182,\n
        "lon": 3.3524659,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438889,\n
        "lat": 49.2708156,\n
        "lon": 3.3525439,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438890,\n
        "lat": 49.2715732,\n
        "lon": 3.3522571,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438891,\n
        "lat": 49.2715699,\n
        "lon": 3.3523126,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438892,\n
        "lat": 49.2715516,\n
        "lon": 3.3523108,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438893,\n
        "lat": 49.2715474,\n
        "lon": 3.3524058,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438894,\n
        "lat": 49.2715507,\n
        "lon": 3.3524652,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438895,\n
        "lat": 49.2715253,\n
        "lon": 3.3524695,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438896,\n
        "lat": 49.2715220,\n
        "lon": 3.3524034,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438897,\n
        "lat": 49.2714651,\n
        "lon": 3.3524114,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438898,\n
        "lat": 49.2714698,\n
        "lon": 3.3524973,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438899,\n
        "lat": 49.2714771,\n
        "lon": 3.3525812,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438900,\n
        "lat": 49.2715831,\n
        "lon": 3.3525598,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438901,\n
        "lat": 49.2715942,\n
        "lon": 3.3523121,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438902,\n
        "lat": 49.2715988,\n
        "lon": 3.3522611,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438903,\n
        "lat": 49.2720612,\n
        "lon": 3.3523785,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438904,\n
        "lat": 49.2720755,\n
        "lon": 3.3524751,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438905,\n
        "lat": 49.2721394,\n
        "lon": 3.3524567,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438906,\n
        "lat": 49.2721467,\n
        "lon": 3.3523588,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438907,\n
        "lat": 49.2721376,\n
        "lon": 3.3522845,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438908,\n
        "lat": 49.2721137,\n
        "lon": 3.3522930,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438909,\n
        "lat": 49.2721220,\n
        "lon": 3.3523645,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438910,\n
        "lat": 49.2720557,\n
        "lon": 3.3523412,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438911,\n
        "lat": 49.2719996,\n
        "lon": 3.3523535,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438912,\n
        "lat": 49.2719875,\n
        "lon": 3.3522511,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438913,\n
        "lat": 49.2719707,\n
        "lon": 3.3522566,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438914,\n
        "lat": 49.2719652,\n
        "lon": 3.3522253,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438915,\n
        "lat": 49.2719431,\n
        "lon": 3.3522316,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438916,\n
        "lat": 49.2719466,\n
        "lon": 3.3522829,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438917,\n
        "lat": 49.2719575,\n
        "lon": 3.3523544,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438918,\n
        "lat": 49.2719603,\n
        "lon": 3.3524109,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438919,\n
        "lat": 49.2719793,\n
        "lon": 3.3525005,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756438920,\n
        "lat": 49.2719585,\n
        "lon": 3.3523745,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439021,\n
        "lat": 49.2718936,\n
        "lon": 3.3523914,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439022,\n
        "lat": 49.2718979,\n
        "lon": 3.3524334,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439023,\n
        "lat": 49.2717736,\n
        "lon": 3.3524629,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439024,\n
        "lat": 49.2717752,\n
        "lon": 3.3524832,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439025,\n
        "lat": 49.2717899,\n
        "lon": 3.3524805,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439026,\n
        "lat": 49.2717956,\n
        "lon": 3.3525408,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439027,\n
        "lat": 49.2716124,\n
        "lon": 3.3544825,\n
        "timestamp": "2017-03-26T15:30:25Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439028,\n
        "lat": 49.2715911,\n
        "lon": 3.3545008,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439029,\n
        "lat": 49.2716095,\n
        "lon": 3.3545521,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439030,\n
        "lat": 49.2716307,\n
        "lon": 3.3545345,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439031,\n
        "lat": 49.2708332,\n
        "lon": 3.3531033,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439032,\n
        "lat": 49.2708363,\n
        "lon": 3.3531828,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439033,\n
        "lat": 49.2708794,\n
        "lon": 3.3531773,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439034,\n
        "lat": 49.2708751,\n
        "lon": 3.3530980,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439035,\n
        "lat": 49.2716431,\n
        "lon": 3.3529221,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439036,\n
        "lat": 49.2716652,\n
        "lon": 3.3529522,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439037,\n
        "lat": 49.2716930,\n
        "lon": 3.3529456,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439038,\n
        "lat": 49.2716880,\n
        "lon": 3.3529139,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439039,\n
        "lat": 49.2710047,\n
        "lon": 3.3540904,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439040,\n
        "lat": 49.2709275,\n
        "lon": 3.3540911,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439041,\n
        "lat": 49.2709265,\n
        "lon": 3.3542144,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439042,\n
        "lat": 49.2710050,\n
        "lon": 3.3542116,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439043,\n
        "lat": 49.2713178,\n
        "lon": 3.3546417,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439044,\n
        "lat": 49.2713188,\n
        "lon": 3.3546498,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439045,\n
        "lat": 49.2713484,\n
        "lon": 3.3546397,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439046,\n
        "lat": 49.2713472,\n
        "lon": 3.3546323,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439047,\n
        "lat": 49.2713369,\n
        "lon": 3.3545585,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439048,\n
        "lat": 49.2713076,\n
        "lon": 3.3545692,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439049,\n
        "lat": 49.2713104,\n
        "lon": 3.3545890,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439050,\n
        "lat": 49.2713398,\n
        "lon": 3.3545778,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439051,\n
        "lat": 49.2713676,\n
        "lon": 3.3544887,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439052,\n
        "lat": 49.2713382,\n
        "lon": 3.3545026,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439053,\n
        "lat": 49.2713465,\n
        "lon": 3.3545543,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439054,\n
        "lat": 49.2713569,\n
        "lon": 3.3546367,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439055,\n
        "lat": 49.2713594,\n
        "lon": 3.3546491,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439056,\n
        "lat": 49.2714335,\n
        "lon": 3.3546226,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439057,\n
        "lat": 49.2714176,\n
        "lon": 3.3545298,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439058,\n
        "lat": 49.2713785,\n
        "lon": 3.3545450,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439059,\n
        "lat": 49.2717899,\n
        "lon": 3.3533297,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439060,\n
        "lat": 49.2717805,\n
        "lon": 3.3532491,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439061,\n
        "lat": 49.2717287,\n
        "lon": 3.3532584,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439062,\n
        "lat": 49.2717383,\n
        "lon": 3.3533395,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439063,\n
        "lat": 49.2717890,\n
        "lon": 3.3529320,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439064,\n
        "lat": 49.2717629,\n
        "lon": 3.3529428,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439065,\n
        "lat": 49.2717745,\n
        "lon": 3.3530171,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439066,\n
        "lat": 49.2718666,\n
        "lon": 3.3529713,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439067,\n
        "lat": 49.2718530,\n
        "lon": 3.3529042,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439068,\n
        "lat": 49.2716891,\n
        "lon": 3.3527608,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439069,\n
        "lat": 49.2716998,\n
        "lon": 3.3528511,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439070,\n
        "lat": 49.2717482,\n
        "lon": 3.3528366,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439071,\n
        "lat": 49.2717549,\n
        "lon": 3.3528858,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439072,\n
        "lat": 49.2717821,\n
        "lon": 3.3528774,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439073,\n
        "lat": 49.2717760,\n
        "lon": 3.3528302,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439074,\n
        "lat": 49.2718361,\n
        "lon": 3.3528147,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439075,\n
        "lat": 49.2718289,\n
        "lon": 3.3527263,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439076,\n
        "lat": 49.2716884,\n
        "lon": 3.3527550,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439077,\n
        "lat": 49.2717521,\n
        "lon": 3.3528651,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439078,\n
        "lat": 49.2716128,\n
        "lon": 3.3527771,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439079,\n
        "lat": 49.2716309,\n
        "lon": 3.3528937,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439080,\n
        "lat": 49.2715825,\n
        "lon": 3.3529666,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439081,\n
        "lat": 49.2715924,\n
        "lon": 3.3530102,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439082,\n
        "lat": 49.2716410,\n
        "lon": 3.3530035,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439083,\n
        "lat": 49.2716328,\n
        "lon": 3.3529566,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439084,\n
        "lat": 49.2715597,\n
        "lon": 3.3529124,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439085,\n
        "lat": 49.2715286,\n
        "lon": 3.3528036,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439086,\n
        "lat": 49.2715466,\n
        "lon": 3.3529153,\n
        "timestamp": "2017-03-26T15:30:26Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439087,\n
        "lat": 49.2714428,\n
        "lon": 3.3528321,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439088,\n
        "lat": 49.2714600,\n
        "lon": 3.3529363,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439089,\n
        "lat": 49.2715285,\n
        "lon": 3.3529144,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439090,\n
        "lat": 49.2715374,\n
        "lon": 3.3529570,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439091,\n
        "lat": 49.2715751,\n
        "lon": 3.3529485,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439092,\n
        "lat": 49.2713176,\n
        "lon": 3.3533525,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439093,\n
        "lat": 49.2714902,\n
        "lon": 3.3532975,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439094,\n
        "lat": 49.2714783,\n
        "lon": 3.3532073,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439095,\n
        "lat": 49.2714554,\n
        "lon": 3.3530587,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439096,\n
        "lat": 49.2714321,\n
        "lon": 3.3530699,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439097,\n
        "lat": 49.2714533,\n
        "lon": 3.3531997,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439098,\n
        "lat": 49.2713629,\n
        "lon": 3.3532197,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439099,\n
        "lat": 49.2713370,\n
        "lon": 3.3529790,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439100,\n
        "lat": 49.2713160,\n
        "lon": 3.3528763,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439101,\n
        "lat": 49.2713152,\n
        "lon": 3.3532244,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439102,\n
        "lat": 49.2713156,\n
        "lon": 3.3530462,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439103,\n
        "lat": 49.2712960,\n
        "lon": 3.3530496,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439104,\n
        "lat": 49.2712969,\n
        "lon": 3.3531072,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439105,\n
        "lat": 49.2713073,\n
        "lon": 3.3531073,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439106,\n
        "lat": 49.2713071,\n
        "lon": 3.3531390,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439107,\n
        "lat": 49.2712768,\n
        "lon": 3.3531451,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439108,\n
        "lat": 49.2712752,\n
        "lon": 3.3532267,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439109,\n
        "lat": 49.2712541,\n
        "lon": 3.3528932,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439110,\n
        "lat": 49.2711752,\n
        "lon": 3.3528980,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439111,\n
        "lat": 49.2711744,\n
        "lon": 3.3530057,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439112,\n
        "lat": 49.2712527,\n
        "lon": 3.3529980,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439113,\n
        "lat": 49.2712353,\n
        "lon": 3.3532291,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439114,\n
        "lat": 49.2712306,\n
        "lon": 3.3531876,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439115,\n
        "lat": 49.2711876,\n
        "lon": 3.3531909,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439116,\n
        "lat": 49.2711854,\n
        "lon": 3.3531598,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439117,\n
        "lat": 49.2711515,\n
        "lon": 3.3531625,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439118,\n
        "lat": 49.2711537,\n
        "lon": 3.3532360,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439119,\n
        "lat": 49.2710971,\n
        "lon": 3.3532288,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439120,\n
        "lat": 49.2710007,\n
        "lon": 3.3532344,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439221,\n
        "lat": 49.2710007,\n
        "lon": 3.3533360,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439222,\n
        "lat": 49.2710613,\n
        "lon": 3.3533332,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439223,\n
        "lat": 49.2710657,\n
        "lon": 3.3534174,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439224,\n
        "lat": 49.2710828,\n
        "lon": 3.3534155,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439225,\n
        "lat": 49.2710790,\n
        "lon": 3.3533318,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439226,\n
        "lat": 49.2710967,\n
        "lon": 3.3533306,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439227,\n
        "lat": 49.2711570,\n
        "lon": 3.3533277,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439228,\n
        "lat": 49.2711535,\n
        "lon": 3.3532286,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439229,\n
        "lat": 49.2710962,\n
        "lon": 3.3529032,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439230,\n
        "lat": 49.2710981,\n
        "lon": 3.3530127,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439231,\n
        "lat": 49.2710006,\n
        "lon": 3.3529105,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439232,\n
        "lat": 49.2710057,\n
        "lon": 3.3530254,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439233,\n
        "lat": 49.2710010,\n
        "lon": 3.3530288,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439234,\n
        "lat": 49.2710008,\n
        "lon": 3.3530839,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439235,\n
        "lat": 49.2710600,\n
        "lon": 3.3530817,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439236,\n
        "lat": 49.2710591,\n
        "lon": 3.3530164,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439237,\n
        "lat": 49.2709995,\n
        "lon": 3.3528929,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439238,\n
        "lat": 49.2709576,\n
        "lon": 3.3528963,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439239,\n
        "lat": 49.2708956,\n
        "lon": 3.3529066,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439240,\n
        "lat": 49.2709028,\n
        "lon": 3.3530006,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439241,\n
        "lat": 49.2709648,\n
        "lon": 3.3529901,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439242,\n
        "lat": 49.2709683,\n
        "lon": 3.3530547,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439243,\n
        "lat": 49.2709856,\n
        "lon": 3.3530536,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439244,\n
        "lat": 49.2709867,\n
        "lon": 3.3530800,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439245,\n
        "lat": 49.2710008,\n
        "lon": 3.3530806,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439246,\n
        "lat": 49.2707985,\n
        "lon": 3.3529261,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439247,\n
        "lat": 49.2708061,\n
        "lon": 3.3530174,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439248,\n
        "lat": 49.2708097,\n
        "lon": 3.3531059,\n
        "timestamp": "2017-03-26T15:30:27Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439249,\n
        "lat": 49.2708088,\n
        "lon": 3.3530908,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439250,\n
        "lat": 49.2707837,\n
        "lon": 3.3530919,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439251,\n
        "lat": 49.2707861,\n
        "lon": 3.3531870,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439252,\n
        "lat": 49.2707138,\n
        "lon": 3.3531610,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439253,\n
        "lat": 49.2707179,\n
        "lon": 3.3532405,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439254,\n
        "lat": 49.2707873,\n
        "lon": 3.3532319,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439255,\n
        "lat": 49.2707852,\n
        "lon": 3.3531541,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439256,\n
        "lat": 49.2707619,\n
        "lon": 3.3530246,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439257,\n
        "lat": 49.2707545,\n
        "lon": 3.3529347,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439258,\n
        "lat": 49.2706401,\n
        "lon": 3.3529582,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439259,\n
        "lat": 49.2706515,\n
        "lon": 3.3530732,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439260,\n
        "lat": 49.2707578,\n
        "lon": 3.3530553,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439261,\n
        "lat": 49.2705584,\n
        "lon": 3.3531463,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439262,\n
        "lat": 49.2705646,\n
        "lon": 3.3531967,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439263,\n
        "lat": 49.2706317,\n
        "lon": 3.3531818,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439264,\n
        "lat": 49.2706306,\n
        "lon": 3.3531662,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439265,\n
        "lat": 49.2706533,\n
        "lon": 3.3531603,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439266,\n
        "lat": 49.2706435,\n
        "lon": 3.3530692,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439267,\n
        "lat": 49.2706300,\n
        "lon": 3.3530726,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439268,\n
        "lat": 49.2706342,\n
        "lon": 3.3531129,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439269,\n
        "lat": 49.2706404,\n
        "lon": 3.3531110,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439270,\n
        "lat": 49.2706420,\n
        "lon": 3.3531269,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439271,\n
        "lat": 49.2705379,\n
        "lon": 3.3529817,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439272,\n
        "lat": 49.2705493,\n
        "lon": 3.3530726,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439273,\n
        "lat": 49.2706488,\n
        "lon": 3.3530457,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439274,\n
        "lat": 49.2704668,\n
        "lon": 3.3531844,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439275,\n
        "lat": 49.2705046,\n
        "lon": 3.3531718,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439276,\n
        "lat": 49.2704935,\n
        "lon": 3.3530809,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439277,\n
        "lat": 49.2705485,\n
        "lon": 3.3530666,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439278,\n
        "lat": 49.2704985,\n
        "lon": 3.3529909,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439279,\n
        "lat": 49.2704601,\n
        "lon": 3.3531232,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439280,\n
        "lat": 49.2704256,\n
        "lon": 3.3531334,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439281,\n
        "lat": 49.2704175,\n
        "lon": 3.3531518,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439282,\n
        "lat": 49.2704275,\n
        "lon": 3.3532465,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439283,\n
        "lat": 49.2704063,\n
        "lon": 3.3532549,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439284,\n
        "lat": 49.2704149,\n
        "lon": 3.3533360,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439285,\n
        "lat": 49.2704827,\n
        "lon": 3.3533294,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439286,\n
        "lat": 49.2704649,\n
        "lon": 3.3548918,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439287,\n
        "lat": 49.2704454,\n
        "lon": 3.3549091,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439288,\n
        "lat": 49.2704633,\n
        "lon": 3.3549551,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439289,\n
        "lat": 49.2704827,\n
        "lon": 3.3549372,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439290,\n
        "lat": 49.2707135,\n
        "lon": 3.3522517,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439291,\n
        "lat": 49.2706748,\n
        "lon": 3.3525037,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439292,\n
        "lat": 49.2706996,\n
        "lon": 3.3526800,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439293,\n
        "lat": 49.2706688,\n
        "lon": 3.3526846,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439294,\n
        "lat": 49.2706640,\n
        "lon": 3.3526242,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439295,\n
        "lat": 49.2706004,\n
        "lon": 3.3526372,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439296,\n
        "lat": 49.2705982,\n
        "lon": 3.3527915,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439297,\n
        "lat": 49.2676072,\n
        "lon": 3.3584653,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439298,\n
        "lat": 49.2678438,\n
        "lon": 3.3582362,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439299,\n
        "lat": 49.2711151,\n
        "lon": 3.3514968,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439300,\n
        "lat": 49.2710963,\n
        "lon": 3.3514927,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439301,\n
        "lat": 49.2710932,\n
        "lon": 3.3515230,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439302,\n
        "lat": 49.2711123,\n
        "lon": 3.3515269,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439303,\n
        "lat": 49.2720075,\n
        "lon": 3.3512465,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439304,\n
        "lat": 49.2719944,\n
        "lon": 3.3512420,\n
        "timestamp": "2017-03-26T15:30:28Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439305,\n
        "lat": 49.2719920,\n
        "lon": 3.3512603,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439306,\n
        "lat": 49.2720050,\n
        "lon": 3.3512644,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439307,\n
        "lat": 49.2715907,\n
        "lon": 3.3523901,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439308,\n
        "lat": 49.2716221,\n
        "lon": 3.3523923,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439309,\n
        "lat": 49.2716255,\n
        "lon": 3.3523156,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439310,\n
        "lat": 49.2720747,\n
        "lon": 3.3505235,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439311,\n
        "lat": 49.2720651,\n
        "lon": 3.3505186,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439312,\n
        "lat": 49.2720611,\n
        "lon": 3.3505344,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439313,\n
        "lat": 49.2720706,\n
        "lon": 3.3505398,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439314,\n
        "lat": 49.2720270,\n
        "lon": 3.3501808,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439315,\n
        "lat": 49.2720143,\n
        "lon": 3.3501787,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439316,\n
        "lat": 49.2720122,\n
        "lon": 3.3502005,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439317,\n
        "lat": 49.2720252,\n
        "lon": 3.3502029,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439318,\n
        "lat": 49.2707138,\n
        "lon": 3.3522725,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439319,\n
        "lat": 49.2707141,\n
        "lon": 3.3522947,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439320,\n
        "lat": 49.2707229,\n
        "lon": 3.3522948,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439521,\n
        "lat": 49.2707229,\n
        "lon": 3.3522727,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439522,\n
        "lat": 49.2719517,\n
        "lon": 3.3523164,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439523,\n
        "lat": 49.2719242,\n
        "lon": 3.3523245,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439524,\n
        "lat": 49.2719289,\n
        "lon": 3.3523602,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439525,\n
        "lat": 49.2720219,\n
        "lon": 3.3507978,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439526,\n
        "lat": 49.2720406,\n
        "lon": 3.3508067,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439527,\n
        "lat": 49.2720352,\n
        "lon": 3.3508324,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439528,\n
        "lat": 49.2720583,\n
        "lon": 3.3508396,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439529,\n
        "lat": 49.2720645,\n
        "lon": 3.3508160,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439530,\n
        "lat": 49.2720901,\n
        "lon": 3.3508265,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439531,\n
        "lat": 49.2718126,\n
        "lon": 3.3506101,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439532,\n
        "lat": 49.2717989,\n
        "lon": 3.3507113,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439533,\n
        "lat": 49.2718208,\n
        "lon": 3.3507182,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439534,\n
        "lat": 49.2718346,\n
        "lon": 3.3506170,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439535,\n
        "lat": 49.2743975,\n
        "lon": 3.3465926,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439536,\n
        "lat": 49.2744355,\n
        "lon": 3.3465859,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439537,\n
        "lat": 49.2744243,\n
        "lon": 3.3464702,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439538,\n
        "lat": 49.2743880,\n
        "lon": 3.3464769,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439539,\n
        "lat": 49.2743568,\n
        "lon": 3.3467041,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439540,\n
        "lat": 49.2742372,\n
        "lon": 3.3467427,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439541,\n
        "lat": 49.2742574,\n
        "lon": 3.3468936,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439542,\n
        "lat": 49.2743739,\n
        "lon": 3.3468555,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439543,\n
        "lat": 49.2744911,\n
        "lon": 3.3465239,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439544,\n
        "lat": 49.2745003,\n
        "lon": 3.3466224,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439545,\n
        "lat": 49.2745631,\n
        "lon": 3.3466067,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439546,\n
        "lat": 49.2745664,\n
        "lon": 3.3466304,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439547,\n
        "lat": 49.2746203,\n
        "lon": 3.3466150,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439548,\n
        "lat": 49.2746096,\n
        "lon": 3.3464971,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439549,\n
        "lat": 49.2892391,\n
        "lon": 3.3485553,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439550,\n
        "lat": 49.2892155,\n
        "lon": 3.3485434,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439551,\n
        "lat": 49.2891909,\n
        "lon": 3.3485393,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439552,\n
        "lat": 49.2891661,\n
        "lon": 3.3485431,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439553,\n
        "lat": 49.2891425,\n
        "lon": 3.3485546,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439554,\n
        "lat": 49.2891209,\n
        "lon": 3.3485734,\n
        "timestamp": "2017-03-26T15:30:29Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439555,\n
        "lat": 49.2891024,\n
        "lon": 3.3485987,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439556,\n
        "lat": 49.2890921,\n
        "lon": 3.3486186,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439557,\n
        "lat": 49.2890803,\n
        "lon": 3.3486521,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439558,\n
        "lat": 49.2890751,\n
        "lon": 3.3486762,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439559,\n
        "lat": 49.2890716,\n
        "lon": 3.3487137,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439560,\n
        "lat": 49.2890732,\n
        "lon": 3.3487517,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439561,\n
        "lat": 49.2890799,\n
        "lon": 3.3487882,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439562,\n
        "lat": 49.2890915,\n
        "lon": 3.3488218,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439563,\n
        "lat": 49.2891074,\n
        "lon": 3.3488511,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439564,\n
        "lat": 49.2891268,\n
        "lon": 3.3488746,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439565,\n
        "lat": 49.2891415,\n
        "lon": 3.3488865,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439566,\n
        "lat": 49.2891651,\n
        "lon": 3.3488985,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439567,\n
        "lat": 49.2891898,\n
        "lon": 3.3489026,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439568,\n
        "lat": 49.2892063,\n
        "lon": 3.3489010,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439569,\n
        "lat": 49.2892305,\n
        "lon": 3.3488919,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439570,\n
        "lat": 49.2892528,\n
        "lon": 3.3488754,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439571,\n
        "lat": 49.2892725,\n
        "lon": 3.3488522,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439572,\n
        "lat": 49.2892885,\n
        "lon": 3.3488232,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439573,\n
        "lat": 49.2893003,\n
        "lon": 3.3487897,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439574,\n
        "lat": 49.2893055,\n
        "lon": 3.3487657,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439575,\n
        "lat": 49.2893090,\n
        "lon": 3.3487280,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439576,\n
        "lat": 49.2893074,\n
        "lon": 3.3486902,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439577,\n
        "lat": 49.2893007,\n
        "lon": 3.3486536,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439578,\n
        "lat": 49.2892891,\n
        "lon": 3.3486200,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439579,\n
        "lat": 49.2892790,\n
        "lon": 3.3486000,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439580,\n
        "lat": 49.2892606,\n
        "lon": 3.3485744,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439581,\n
        "lat": 49.2891394,\n
        "lon": 3.3489746,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439582,\n
        "lat": 49.2891307,\n
        "lon": 3.3489491,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439583,\n
        "lat": 49.2891185,\n
        "lon": 3.3489267,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439584,\n
        "lat": 49.2891089,\n
        "lon": 3.3489143,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439585,\n
        "lat": 49.2890925,\n
        "lon": 3.3488997,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439586,\n
        "lat": 49.2890807,\n
        "lon": 3.3488931,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439587,\n
        "lat": 49.2890621,\n
        "lon": 3.3488878,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439588,\n
        "lat": 49.2890432,\n
        "lon": 3.3488888,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439589,\n
        "lat": 49.2890248,\n
        "lon": 3.3488956,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439590,\n
        "lat": 49.2890077,\n
        "lon": 3.3489082,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439591,\n
        "lat": 49.2889927,\n
        "lon": 3.3489259,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439592,\n
        "lat": 49.2889805,\n
        "lon": 3.3489480,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439593,\n
        "lat": 49.2889715,\n
        "lon": 3.3489734,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439594,\n
        "lat": 49.2889662,\n
        "lon": 3.3490013,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439595,\n
        "lat": 49.2889649,\n
        "lon": 3.3490204,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439596,\n
        "lat": 49.2889661,\n
        "lon": 3.3490492,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439597,\n
        "lat": 49.2889712,\n
        "lon": 3.3490772,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439598,\n
        "lat": 49.2889800,\n
        "lon": 3.3491028,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439599,\n
        "lat": 49.2889921,\n
        "lon": 3.3491250,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439600,\n
        "lat": 49.2890070,\n
        "lon": 3.3491429,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439601,\n
        "lat": 49.2890300,\n
        "lon": 3.3491587,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439602,\n
        "lat": 49.2890486,\n
        "lon": 3.3491639,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439603,\n
        "lat": 49.2890675,\n
        "lon": 3.3491631,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439604,\n
        "lat": 49.2890859,\n
        "lon": 3.3491562,\n
        "timestamp": "2017-03-26T15:30:30Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439721,\n
        "lat": 49.2724559,\n
        "lon": 3.3518552,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439722,\n
        "lat": 49.2725097,\n
        "lon": 3.3517832,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439723,\n
        "lat": 49.2723852,\n
        "lon": 3.3517708,\n
        "timestamp": "2017-03-26T15:30:33Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439724,\n
        "lat": 49.2724040,\n
        "lon": 3.3515322,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439725,\n
        "lat": 49.2723319,\n
        "lon": 3.3515189,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439726,\n
        "lat": 49.2724670,\n
        "lon": 3.3520505,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439727,\n
        "lat": 49.2724418,\n
        "lon": 3.3521151,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439728,\n
        "lat": 49.2724938,\n
        "lon": 3.3521625,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439729,\n
        "lat": 49.2721877,\n
        "lon": 3.3494281,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439730,\n
        "lat": 49.2721402,\n
        "lon": 3.3494134,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439731,\n
        "lat": 49.2721364,\n
        "lon": 3.3494709,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439732,\n
        "lat": 49.2721845,\n
        "lon": 3.3494809,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439733,\n
        "lat": 49.2721994,\n
        "lon": 3.3489798,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439734,\n
        "lat": 49.2721686,\n
        "lon": 3.3489751,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439735,\n
        "lat": 49.2721605,\n
        "lon": 3.3491128,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439736,\n
        "lat": 49.2722532,\n
        "lon": 3.3491316,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439737,\n
        "lat": 49.2722606,\n
        "lon": 3.3489916,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439738,\n
        "lat": 49.2732763,\n
        "lon": 3.3544241,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439739,\n
        "lat": 49.2732464,\n
        "lon": 3.3544683,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439740,\n
        "lat": 49.2724432,\n
        "lon": 3.3528818,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439741,\n
        "lat": 49.2734365,\n
        "lon": 3.3548190,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439742,\n
        "lat": 49.2648796,\n
        "lon": 3.3594632,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439743,\n
        "lat": 49.2649591,\n
        "lon": 3.3594022,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439744,\n
        "lat": 49.2678002,\n
        "lon": 3.3550975,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439745,\n
        "lat": 49.2678191,\n
        "lon": 3.3551426,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439746,\n
        "lat": 49.2678464,\n
        "lon": 3.3551158,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439747,\n
        "lat": 49.2678275,\n
        "lon": 3.3550708,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439748,\n
        "lat": 49.2656620,\n
        "lon": 3.3636919,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439749,\n
        "lat": 49.2657363,\n
        "lon": 3.3636060,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439750,\n
        "lat": 49.2657067,\n
        "lon": 3.3635474,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439751,\n
        "lat": 49.2656322,\n
        "lon": 3.3636330,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439752,\n
        "lat": 49.2659022,\n
        "lon": 3.3630738,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439753,\n
        "lat": 49.2660377,\n
        "lon": 3.3634304,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439754,\n
        "lat": 49.2661448,\n
        "lon": 3.3633362,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439755,\n
        "lat": 49.2660091,\n
        "lon": 3.3629803,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439756,\n
        "lat": 49.2701360,\n
        "lon": 3.3543349,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439757,\n
        "lat": 49.2701209,\n
        "lon": 3.3543417,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439758,\n
        "lat": 49.2701270,\n
        "lon": 3.3543713,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439759,\n
        "lat": 49.2701422,\n
        "lon": 3.3543637,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439760,\n
        "lat": 49.2698971,\n
        "lon": 3.3537554,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439761,\n
        "lat": 49.2694471,\n
        "lon": 3.3539279,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439762,\n
        "lat": 49.2694682,\n
        "lon": 3.3539072,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439763,\n
        "lat": 49.2694602,\n
        "lon": 3.3538873,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439764,\n
        "lat": 49.2694394,\n
        "lon": 3.3539079,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439765,\n
        "lat": 49.2686850,\n
        "lon": 3.3549154,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439766,\n
        "lat": 49.2686907,\n
        "lon": 3.3542582,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439767,\n
        "lat": 49.2686829,\n
        "lon": 3.3535921,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439768,\n
        "lat": 49.2686974,\n
        "lon": 3.3536634,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439769,\n
        "lat": 49.2688927,\n
        "lon": 3.3539569,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439770,\n
        "lat": 49.2700151,\n
        "lon": 3.3523921,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439771,\n
        "lat": 49.2700150,\n
        "lon": 3.3523736,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439772,\n
        "lat": 49.2699923,\n
        "lon": 3.3523738,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439773,\n
        "lat": 49.2699893,\n
        "lon": 3.3524462,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439774,\n
        "lat": 49.2699589,\n
        "lon": 3.3524474,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439775,\n
        "lat": 49.2699586,\n
        "lon": 3.3524919,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439776,\n
        "lat": 49.2700123,\n
        "lon": 3.3524845,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439777,\n
        "lat": 49.2696515,\n
        "lon": 3.3527462,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439778,\n
        "lat": 49.2697021,\n
        "lon": 3.3525717,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439779,\n
        "lat": 49.2696975,\n
        "lon": 3.3526822,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439780,\n
        "lat": 49.2702578,\n
        "lon": 3.3525219,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439781,\n
        "lat": 49.2697860,\n
        "lon": 3.3537555,\n
        "timestamp": "2017-03-26T15:30:34Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439782,\n
        "lat": 49.2687577,\n
        "lon": 3.3538963,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439783,\n
        "lat": 49.2694488,\n
        "lon": 3.3541977,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439791,\n
        "lat": 49.2730541,\n
        "lon": 3.3467564,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439792,\n
        "lat": 49.2730857,\n
        "lon": 3.3464834,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439793,\n
        "lat": 49.2729972,\n
        "lon": 3.3464328,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439794,\n
        "lat": 49.2729550,\n
        "lon": 3.3465646,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439795,\n
        "lat": 49.2729163,\n
        "lon": 3.3467131,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439796,\n
        "lat": 49.2729811,\n
        "lon": 3.3467665,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439797,\n
        "lat": 49.2724785,\n
        "lon": 3.3467824,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439798,\n
        "lat": 49.2724545,\n
        "lon": 3.3467992,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439799,\n
        "lat": 49.2724658,\n
        "lon": 3.3468368,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439800,\n
        "lat": 49.2724898,\n
        "lon": 3.3468200,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439801,\n
        "lat": 49.2879805,\n
        "lon": 3.3512363,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439802,\n
        "lat": 49.2880125,\n
        "lon": 3.3512576,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439803,\n
        "lat": 49.2880995,\n
        "lon": 3.3509422,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439804,\n
        "lat": 49.2882413,\n
        "lon": 3.3508560,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439805,\n
        "lat": 49.2882227,\n
        "lon": 3.3509198,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439806,\n
        "lat": 49.2882945,\n
        "lon": 3.3509693,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439807,\n
        "lat": 49.2882807,\n
        "lon": 3.3502752,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439808,\n
        "lat": 49.2882671,\n
        "lon": 3.3502688,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439809,\n
        "lat": 49.2874916,\n
        "lon": 3.3506043,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439810,\n
        "lat": 49.2874520,\n
        "lon": 3.3507146,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439811,\n
        "lat": 49.2875049,\n
        "lon": 3.3507606,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439812,\n
        "lat": 49.2875457,\n
        "lon": 3.3506493,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439813,\n
        "lat": 49.2872344,\n
        "lon": 3.3495622,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439814,\n
        "lat": 49.2872220,\n
        "lon": 3.3496101,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439815,\n
        "lat": 49.2872859,\n
        "lon": 3.3496581,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439816,\n
        "lat": 49.2871207,\n
        "lon": 3.3496854,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439817,\n
        "lat": 49.2870816,\n
        "lon": 3.3498101,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439818,\n
        "lat": 49.2871261,\n
        "lon": 3.3498433,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439819,\n
        "lat": 49.2871644,\n
        "lon": 3.3497187,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439820,\n
        "lat": 49.2870417,\n
        "lon": 3.3499375,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439821,\n
        "lat": 49.2871031,\n
        "lon": 3.3499694,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439822,\n
        "lat": 49.2871385,\n
        "lon": 3.3498535,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439823,\n
        "lat": 49.2871615,\n
        "lon": 3.3495539,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439824,\n
        "lat": 49.2870267,\n
        "lon": 3.3494560,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439825,\n
        "lat": 49.2869065,\n
        "lon": 3.3498359,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439826,\n
        "lat": 49.2880578,\n
        "lon": 3.3514660,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439827,\n
        "lat": 49.2880163,\n
        "lon": 3.3515154,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439828,\n
        "lat": 49.2880806,\n
        "lon": 3.3516474,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439829,\n
        "lat": 49.2881233,\n
        "lon": 3.3515986,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439830,\n
        "lat": 49.2881877,\n
        "lon": 3.3517287,\n
        "timestamp": "2017-03-26T15:30:35Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439831,\n
        "lat": 49.2883270,\n
        "lon": 3.3515660,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439832,\n
        "lat": 49.2881945,\n
        "lon": 3.3513052,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439833,\n
        "lat": 49.2876953,\n
        "lon": 3.3497314,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439834,\n
        "lat": 49.2872727,\n
        "lon": 3.3494375,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439835,\n
        "lat": 49.2724363,\n
        "lon": 3.3470795,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439836,\n
        "lat": 49.2728844,\n
        "lon": 3.3472819,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439837,\n
        "lat": 49.2728665,\n
        "lon": 3.3472368,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439838,\n
        "lat": 49.2728626,\n
        "lon": 3.3472773,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439839,\n
        "lat": 49.2728727,\n
        "lon": 3.3474011,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439840,\n
        "lat": 49.2728892,\n
        "lon": 3.3474050,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439841,\n
        "lat": 49.2729634,\n
        "lon": 3.3479366,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439842,\n
        "lat": 49.2729723,\n
        "lon": 3.3479642,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439843,\n
        "lat": 49.2726156,\n
        "lon": 3.3494595,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439844,\n
        "lat": 49.2726232,\n
        "lon": 3.3493735,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439845,\n
        "lat": 49.2725412,\n
        "lon": 3.3491653,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439846,\n
        "lat": 49.2725570,\n
        "lon": 3.3491687,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439847,\n
        "lat": 49.2723346,\n
        "lon": 3.3492305,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439848,\n
        "lat": 49.2724210,\n
        "lon": 3.3492434,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439849,\n
        "lat": 49.2724254,\n
        "lon": 3.3491576,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439850,\n
        "lat": 49.2724055,\n
        "lon": 3.3487398,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439851,\n
        "lat": 49.2723532,\n
        "lon": 3.3487324,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439852,\n
        "lat": 49.2723492,\n
        "lon": 3.3487760,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439853,\n
        "lat": 49.2724147,\n
        "lon": 3.3485240,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439854,\n
        "lat": 49.2724011,\n
        "lon": 3.3485248,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439855,\n
        "lat": 49.2723998,\n
        "lon": 3.3485534,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439856,\n
        "lat": 49.2728024,\n
        "lon": 3.3488980,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439857,\n
        "lat": 49.2728011,\n
        "lon": 3.3488638,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439858,\n
        "lat": 49.2726931,\n
        "lon": 3.3490479,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439859,\n
        "lat": 49.2727664,\n
        "lon": 3.3483009,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439860,\n
        "lat": 49.2727462,\n
        "lon": 3.3482292,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439861,\n
        "lat": 49.2651652,\n
        "lon": 3.3601494,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439862,\n
        "lat": 49.2651495,\n
        "lon": 3.3602697,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439863,\n
        "lat": 49.2882642,\n
        "lon": 3.3494064,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439864,\n
        "lat": 49.2888769,\n
        "lon": 3.3496811,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439865,\n
        "lat": 49.2889888,\n
        "lon": 3.3497336,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439866,\n
        "lat": 49.2867268,\n
        "lon": 3.3485504,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439867,\n
        "lat": 49.2867193,\n
        "lon": 3.3485580,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439868,\n
        "lat": 49.2867239,\n
        "lon": 3.3485697,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439869,\n
        "lat": 49.2867318,\n
        "lon": 3.3485629,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439870,\n
        "lat": 49.2705668,\n
        "lon": 3.3527966,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439871,\n
        "lat": 49.2712427,\n
        "lon": 3.3524843,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439872,\n
        "lat": 49.2712053,\n
        "lon": 3.3524634,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439873,\n
        "lat": 49.2711924,\n
        "lon": 3.3526789,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439874,\n
        "lat": 49.2712543,\n
        "lon": 3.3526666,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439875,\n
        "lat": 49.2704841,\n
        "lon": 3.3533419,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439876,\n
        "lat": 49.2705286,\n
        "lon": 3.3533278,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439877,\n
        "lat": 49.2705101,\n
        "lon": 3.3531700,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439878,\n
        "lat": 49.2706609,\n
        "lon": 3.3531660,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439879,\n
        "lat": 49.2706650,\n
        "lon": 3.3532473,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439880,\n
        "lat": 49.2708435,\n
        "lon": 3.3525452,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439881,\n
        "lat": 49.2710007,\n
        "lon": 3.3531785,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439882,\n
        "lat": 49.2710173,\n
        "lon": 3.3532334,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439883,\n
        "lat": 49.2710168,\n
        "lon": 3.3531782,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439884,\n
        "lat": 49.2717245,\n
        "lon": 3.3529380,\n
        "timestamp": "2017-03-26T15:30:36Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439885,\n
        "lat": 49.2717186,\n
        "lon": 3.3529082,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439886,\n
        "lat": 49.2706388,\n
        "lon": 3.3526294,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439887,\n
        "lat": 49.2706359,\n
        "lon": 3.3525799,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439888,\n
        "lat": 49.2707147,\n
        "lon": 3.3526006,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439889,\n
        "lat": 49.2706952,\n
        "lon": 3.3526052,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439890,\n
        "lat": 49.2751812,\n
        "lon": 3.3525157,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439891,\n
        "lat": 49.2751855,\n
        "lon": 3.3525588,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439892,\n
        "lat": 49.2752087,\n
        "lon": 3.3525535,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439893,\n
        "lat": 49.2752044,\n
        "lon": 3.3525103,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439894,\n
        "lat": 49.2671797,\n
        "lon": 3.3592343,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439895,\n
        "lat": 49.2671528,\n
        "lon": 3.3592290,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439896,\n
        "lat": 49.2671435,\n
        "lon": 3.3593405,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439897,\n
        "lat": 49.2671706,\n
        "lon": 3.3593457,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439898,\n
        "lat": 49.2674825,\n
        "lon": 3.3582931,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439899,\n
        "lat": 49.2675206,\n
        "lon": 3.3582563,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439900,\n
        "lat": 49.2674434,\n
        "lon": 3.3580700,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439901,\n
        "lat": 49.2674053,\n
        "lon": 3.3581068,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439902,\n
        "lat": 49.2707136,\n
        "lon": 3.3522178,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439903,\n
        "lat": 49.2706712,\n
        "lon": 3.3522181,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439904,\n
        "lat": 49.2706716,\n
        "lon": 3.3522531,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439905,\n
        "lat": 49.2706108,\n
        "lon": 3.3522007,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439906,\n
        "lat": 49.2706079,\n
        "lon": 3.3523186,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439907,\n
        "lat": 49.2706330,\n
        "lon": 3.3523192,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439908,\n
        "lat": 49.2706351,\n
        "lon": 3.3522020,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439909,\n
        "lat": 49.2721543,\n
        "lon": 3.3513160,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439910,\n
        "lat": 49.2721580,\n
        "lon": 3.3512858,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439911,\n
        "lat": 49.2720559,\n
        "lon": 3.3512528,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439912,\n
        "lat": 49.2720512,\n
        "lon": 3.3512780,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439913,\n
        "lat": 49.2886948,\n
        "lon": 3.3496936,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4756439914,\n
        "lat": 49.2886574,\n
        "lon": 3.3496767,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 8690816636,\n
        "lat": 49.2735386,\n
        "lon": 3.3501622,\n
        "timestamp": "2021-05-02T14:47:16Z",\n
        "version": 1,\n
        "changeset": 103998453,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8690816637,\n
        "lat": 49.2741204,\n
        "lon": 3.3505565,\n
        "timestamp": "2021-05-02T14:47:16Z",\n
        "version": 1,\n
        "changeset": 103998453,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8690816638,\n
        "lat": 49.2743401,\n
        "lon": 3.3497032,\n
        "timestamp": "2021-05-02T14:47:16Z",\n
        "version": 1,\n
        "changeset": 103998453,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8690816639,\n
        "lat": 49.2741222,\n
        "lon": 3.3495562,\n
        "timestamp": "2021-05-02T14:47:16Z",\n
        "version": 1,\n
        "changeset": 103998453,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8690816640,\n
        "lat": 49.2739062,\n
        "lon": 3.3493350,\n
        "timestamp": "2021-05-02T14:47:16Z",\n
        "version": 1,\n
        "changeset": 103998453,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 11109171081,\n
        "lat": 49.2699000,\n
        "lon": 3.3531000,\n
        "timestamp": "2025-10-29T16:44:04Z",\n
        "version": 6,\n
        "changeset": 173938959,\n
        "user": "cquest",\n
        "uid": 158826,\n
        "tags": {\n
          "amenity": "charging_station",\n
          "email": "web@freshmile.com",\n
          "fee": "yes",\n
          "network": "Freshmile",\n
          "opening_hours": "24/7",\n
          "operator": "Freshmile SAS",\n
          "phone": "+33 3 69 24 67 32",\n
          "ref": "VRYCFW",\n
          "reservation": "no",\n
          "socket:type2": "yes",\n
          "socket:type2_cable": "no",\n
          "socket:typee": "yes",\n
          "start_date": "2017-04-24"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864008,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439899,\n
          4756439297,\n
          4756439298,\n
          4756434115,\n
          4756434116,\n
          4756434117,\n
          4756434118,\n
          4756439900,\n
          4756439899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864010,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437129,\n
          4756437130,\n
          4756437131,\n
          4756437132,\n
          4756437133,\n
          4756437134,\n
          4756437129\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864011,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438236,\n
          4756438239,\n
          4756438240,\n
          4756438238,\n
          4756433606,\n
          4756433605,\n
          4756438237,\n
          4756438236\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864013,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434387,\n
          4756434388,\n
          4756434389,\n
          4756434400,\n
          4756434387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864015,\n
        "timestamp": "2017-03-26T15:30:37Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437962,\n
          4756437963,\n
          4756437960,\n
          4756437961,\n
          4756437962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864017,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437421,\n
          4756437422,\n
          4756437423,\n
          4756437424,\n
          4756437200,\n
          4756437201,\n
          4756437202,\n
          4756437220,\n
          4756437421\n
        ],\n
        "tags": {\n
          "addr:housenumber": "16",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864019,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433655,\n
          4756433656,\n
          4756433657,\n
          4756433658,\n
          4756433659,\n
          4756433660,\n
          4756433661,\n
          4756433662,\n
          4756433663,\n
          4756433664,\n
          4756433665,\n
          4756433666,\n
          4756433649,\n
          4756439807,\n
          4756433673,\n
          4756433674,\n
          4756433675,\n
          4756433692,\n
          4756433693,\n
          4756433650,\n
          4756433651,\n
          4756433652,\n
          4756433653,\n
          4756433654,\n
          4756439914,\n
          4756438588,\n
          4756438585,\n
          4756438586,\n
          4756438587,\n
          4756433655\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864022,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433621,\n
          4756433622,\n
          4756433623,\n
          4756433624,\n
          4756433621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864024,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433625,\n
          4756433626,\n
          4756433627,\n
          4756433628,\n
          4756433625\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864025,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439027,\n
          4756439028,\n
          4756439029,\n
          4756439030,\n
          4756439027\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864027,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433629,\n
          4756433630,\n
          4756433631,\n
          4756433632,\n
          4756433633,\n
          4756433634,\n
          4756433635,\n
          4756433636,\n
          4756433637,\n
          4756433638,\n
          4756433639,\n
          4756433640,\n
          4756433641,\n
          4756433642,\n
          4756433643,\n
          4756433644,\n
          4756433629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864029,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439031,\n
          4756439032,\n
          4756439033,\n
          4756439034,\n
          4756439031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864031,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439035,\n
          4756439036,\n
          4756439037,\n
          4756439038,\n
          4756439035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864033,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439039,\n
          4756439040,\n
          4756439041,\n
          4756439042,\n
          4756439039\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864035,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433645,\n
          4756433646,\n
          4756433647,\n
          4756433648,\n
          4756433645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864036,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439043,\n
          4756439044,\n
          4756439045,\n
          4756439046,\n
          4756439043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864037,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439047,\n
          4756439048,\n
          4756439049,\n
          4756439050,\n
          4756439047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864038,\n
        "timestamp": "2017-03-26T15:30:38Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439051,\n
          4756439052,\n
          4756439053,\n
          4756439047,\n
          4756439050,\n
          4756439049,\n
          4756439043,\n
          4756439046,\n
          4756439045,\n
          4756439054,\n
          4756439055,\n
          4756439056,\n
          4756439057,\n
          4756439058,\n
          4756439051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864039,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439059,\n
          4756439060,\n
          4756439061,\n
          4756439062,\n
          4756439059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864040,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439063,\n
          4756439064,\n
          4756439065,\n
          4756439066,\n
          4756439067,\n
          4756439063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864041,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439068,\n
          4756439069,\n
          4756439070,\n
          4756439077,\n
          4756439071,\n
          4756439072,\n
          4756439073,\n
          4756439074,\n
          4756439075,\n
          4756439076,\n
          4756439068\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864042,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433669,\n
          4756433670,\n
          4756433671,\n
          4756433672,\n
          4756433669\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864043,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439077,\n
          4756439070,\n
          4756439069,\n
          4756439068,\n
          4756439078,\n
          4756439079,\n
          4756439077\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864044,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433676,\n
          4756433677,\n
          4756433678,\n
          4756433679,\n
          4756433676\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864045,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438853,\n
          4756439880,\n
          4756438886,\n
          4756438889,\n
          4756438854,\n
          4756438853\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864046,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439080,\n
          4756439081,\n
          4756439082,\n
          4756439083,\n
          4756439080\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864047,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756433680,\n
          4756433681,\n
          4756433682,\n
          4756433683,\n
          4756433684,\n
          4756433685,\n
          4756433686,\n
          4756433687,\n
          4756433680\n
        ],\n
        "tags": {\n
          "addr:housenumber": "21",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864048,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439084,\n
          4756439079,\n
          4756439078,\n
          4756439085,\n
          4756439086,\n
          4756439084\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864049,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439087,\n
          4756439088,\n
          4756439089,\n
          4756439090,\n
          4756439091,\n
          4756439084,\n
          4756439086,\n
          4756439085,\n
          4756439087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864050,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756433688,\n
          4756433689,\n
          4756433690,\n
          4756433691,\n
          4756433688\n
        ],\n
        "tags": {\n
          "addr:housenumber": "19",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864051,\n
        "timestamp": "2017-03-26T15:30:39Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439092,\n
          4756439093,\n
          4756439094,\n
          4756439095,\n
          4756439096,\n
          4756439097,\n
          4756439098,\n
          4756439099,\n
          4756439088,\n
          4756439087,\n
          4756439100,\n
          4756439102,\n
          4756439101,\n
          4756439092\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864052,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433694,\n
          4756433695,\n
          4756433696,\n
          4756433697,\n
          4756433698,\n
          4756433699,\n
          4756433700,\n
          4756433701,\n
          4756433702,\n
          4756433703,\n
          4756433704,\n
          4756433705,\n
          4756433706,\n
          4756433707,\n
          4756433708,\n
          4756433694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864053,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439101,\n
          4756439102,\n
          4756439103,\n
          4756439104,\n
          4756439105,\n
          4756439106,\n
          4756439107,\n
          4756439108,\n
          4756439101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864054,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439109,\n
          4756439110,\n
          4756439111,\n
          4756439112,\n
          4756439109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864055,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433709,\n
          4756433710,\n
          4756433711,\n
          4756433712,\n
          4756433713,\n
          4756433714,\n
          4756433709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864056,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439113,\n
          4756439114,\n
          4756439115,\n
          4756439116,\n
          4756439117,\n
          4756439228,\n
          4756439118,\n
          4756439113\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864057,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439038,\n
          4756439037,\n
          4756439884,\n
          4756439885,\n
          4756439038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864058,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433715,\n
          4756433716,\n
          4756433717,\n
          4756433718,\n
          4756433719,\n
          4756433720,\n
          4756434021,\n
          4756434022,\n
          4756434023,\n
          4756434024,\n
          4756434025,\n
          4756434026,\n
          4756433715\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864059,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438919,\n
          4756438918,\n
          4756438920,\n
          4756439021,\n
          4756439022,\n
          4756439023,\n
          4756439024,\n
          4756439025,\n
          4756439026,\n
          4756438919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864060,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439119,\n
          4756439882,\n
          4756439120,\n
          4756439221,\n
          4756439222,\n
          4756439223,\n
          4756439224,\n
          4756439225,\n
          4756439226,\n
          4756439119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864061,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439119,\n
          4756439226,\n
          4756439227,\n
          4756439118,\n
          4756439228,\n
          4756439119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864064,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434027,\n
          4756434028,\n
          4756434029,\n
          4756434030,\n
          4756434027\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864066,\n
        "timestamp": "2017-03-26T15:30:40Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439229,\n
          4756439230,\n
          4756439111,\n
          4756439110,\n
          4756439229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864069,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434031,\n
          4756434032,\n
          4756434033,\n
          4756434034,\n
          4756434031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864071,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439231,\n
          4756439232,\n
          4756439233,\n
          4756439245,\n
          4756439234,\n
          4756439235,\n
          4756439236,\n
          4756439230,\n
          4756439229,\n
          4756439231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864073,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434035,\n
          4756434036,\n
          4756434037,\n
          4756434038,\n
          4756434035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864075,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439231,\n
          4756439237,\n
          4756439238,\n
          4756439239,\n
          4756439240,\n
          4756439241,\n
          4756439242,\n
          4756439243,\n
          4756439244,\n
          4756439245,\n
          4756439233,\n
          4756439232,\n
          4756439231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864076,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434039,\n
          4756434040,\n
          4756434041,\n
          4756434042,\n
          4756434039\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864077,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434043,\n
          4756434044,\n
          4756434045,\n
          4756434046,\n
          4756434043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864078,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439246,\n
          4756439247,\n
          4756439240,\n
          4756439239,\n
          4756439246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864079,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434047,\n
          4756434048,\n
          4756434049,\n
          4756434050,\n
          4756434047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864080,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439031,\n
          4756439248,\n
          4756439249,\n
          4756439250,\n
          4756439255,\n
          4756439251,\n
          4756439032,\n
          4756439031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864081,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434051,\n
          4756434052,\n
          4756434053,\n
          4756434054,\n
          4756434051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864082,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439252,\n
          4756439253,\n
          4756439254,\n
          4756439251,\n
          4756439255,\n
          4756439252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864083,\n
        "timestamp": "2017-03-26T15:30:41Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434055,\n
          4756434056,\n
          4756434057,\n
          4756434058,\n
          4756434059,\n
          4756434060,\n
          4756434061,\n
          4756434062,\n
          4756434063,\n
          4756434064,\n
          4756434065,\n
          4756437964,\n
          4756434066,\n
          4756434067,\n
          4756434068,\n
          4756434069,\n
          4756434070,\n
          4756434055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864085,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439256,\n
          4756439257,\n
          4756439258,\n
          4756439273,\n
          4756439259,\n
          4756439260,\n
          4756439256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864087,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439261,\n
          4756439262,\n
          4756439263,\n
          4756439264,\n
          4756439265,\n
          4756439266,\n
          4756439267,\n
          4756439268,\n
          4756439269,\n
          4756439270,\n
          4756439261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864090,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434071,\n
          4756434072,\n
          4756434073,\n
          4756434074,\n
          4756439890,\n
          4756439893,\n
          4756434075,\n
          4756434076,\n
          4756434071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864093,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439271,\n
          4756439277,\n
          4756439272,\n
          4756439273,\n
          4756439258,\n
          4756439271\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864095,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436748,\n
          4756436747,\n
          4756439279,\n
          4756439274,\n
          4756439275,\n
          4756439276,\n
          4756439277,\n
          4756439271,\n
          4756439278,\n
          4756436748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864098,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434077,\n
          4756437972,\n
          4756434078,\n
          4756434079,\n
          4756434080,\n
          4756434081,\n
          4756434082,\n
          4756434083,\n
          4756434084,\n
          4756434085,\n
          4756434086,\n
          4756434087,\n
          4756434088,\n
          4756434089,\n
          4756434090,\n
          4756434091,\n
          4756434077\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864101,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439274,\n
          4756439279,\n
          4756439280,\n
          4756439281,\n
          4756439282,\n
          4756439283,\n
          4756439284,\n
          4756439285,\n
          4756439274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864104,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439286,\n
          4756439287,\n
          4756439288,\n
          4756439289,\n
          4756439286\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864106,\n
        "timestamp": "2021-11-11T12:10:23Z",\n
        "version": 2,\n
        "changeset": 113649595,\n
        "user": "gendy54",\n
        "uid": 713836,\n
        "nodes": [\n
          4756434092,\n
          4756434093,\n
          4756434094,\n
          4756434095,\n
          4756434092\n
        ],\n
        "tags": {\n
          "building": "fire_station",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864108,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439290,\n
          4756439904,\n
          4756439291,\n
          4756438843,\n
          4756438842,\n
          4756439319,\n
          4756439318,\n
          4756439290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864111,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434096,\n
          4756434097,\n
          4756434098,\n
          4756434099,\n
          4756434096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864113,\n
        "timestamp": "2017-03-26T15:30:42Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434100,\n
          4756434101,\n
          4756434102,\n
          4756434103,\n
          4756434104,\n
          4756434105,\n
          4756434106,\n
          4756434107,\n
          4756434100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864115,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439299,\n
          4756439300,\n
          4756439301,\n
          4756439302,\n
          4756439299\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864118,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434108,\n
          4756434109,\n
          4756434110,\n
          4756434111,\n
          4756434112,\n
          4756434113,\n
          4756437973,\n
          4756437976,\n
          4756434114,\n
          4756434108\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864120,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438901,\n
          4756439307,\n
          4756439308,\n
          4756439309,\n
          4756438901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864123,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434119,\n
          4756434120,\n
          4756434321,\n
          4756434322,\n
          4756434119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864125,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439318,\n
          4756439319,\n
          4756439320,\n
          4756439521,\n
          4756439318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864127,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434323,\n
          4756434324,\n
          4756434325,\n
          4756434326,\n
          4756434323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864130,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439522,\n
          4756439523,\n
          4756439524,\n
          4756438917,\n
          4756439522\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864132,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434327,\n
          4756434328,\n
          4756434329,\n
          4756437978,\n
          4756434330,\n
          4756434331,\n
          4756434332,\n
          4756434333,\n
          4756434327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864135,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434954,\n
          4756439525,\n
          4756439526,\n
          4756439527,\n
          4756439528,\n
          4756439529,\n
          4756439530,\n
          4756434955,\n
          4756434954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864138,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439531,\n
          4756439532,\n
          4756439533,\n
          4756439534,\n
          4756439531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864141,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439535,\n
          4756439536,\n
          4756439537,\n
          4756439538,\n
          4756439535\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864143,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439539,\n
          4756439540,\n
          4756439541,\n
          4756439542,\n
          4756439539\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864145,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439543,\n
          4756439544,\n
          4756439545,\n
          4756439546,\n
          4756439547,\n
          4756439548,\n
          4756439543\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864148,\n
        "timestamp": "2017-03-26T15:30:43Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434352,\n
          4756434353,\n
          4756434354,\n
          4756434355,\n
          4756434352\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864150,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439549,\n
          4756439550,\n
          4756439551,\n
          4756439552,\n
          4756439553,\n
          4756439554,\n
          4756439555,\n
          4756439556,\n
          4756439557,\n
          4756439558,\n
          4756439559,\n
          4756439560,\n
          4756439561,\n
          4756439562,\n
          4756439563,\n
          4756439564,\n
          4756439565,\n
          4756439566,\n
          4756439567,\n
          4756439568,\n
          4756439569,\n
          4756439570,\n
          4756439571,\n
          4756439572,\n
          4756439573,\n
          4756439574,\n
          4756439575,\n
          4756439576,\n
          4756439577,\n
          4756439578,\n
          4756439579,\n
          4756439580,\n
          4756439549\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864155,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434356,\n
          4756437985,\n
          4756434357,\n
          4756434358,\n
          4756434359,\n
          4756434360,\n
          4756434356\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864159,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434361,\n
          4756434362,\n
          4756434363,\n
          4756434364,\n
          4756434361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864162,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434385,\n
          4756434386,\n
          4756434365,\n
          4756434366,\n
          4756434385\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864167,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434367,\n
          4756434368,\n
          4756434369,\n
          4756434370,\n
          4756434367\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864170,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434371,\n
          4756437981,\n
          4756434372,\n
          4756434373,\n
          4756434374,\n
          4756434375,\n
          4756434376,\n
          4756434377,\n
          4756434378,\n
          4756434371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864175,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434379,\n
          4756434380,\n
          4756434381,\n
          4756434382,\n
          4756434383,\n
          4756434384,\n
          4756434379\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864177,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439581,\n
          4756439582,\n
          4756439583,\n
          4756439584,\n
          4756439585,\n
          4756439586,\n
          4756439587,\n
          4756439588,\n
          4756439589,\n
          4756439590,\n
          4756439591,\n
          4756439592,\n
          4756439593,\n
          4756439594,\n
          4756439595,\n
          4756439596,\n
          4756439597,\n
          4756439598,\n
          4756439599,\n
          4756439600,\n
          4756439601,\n
          4756439602,\n
          4756439603,\n
          4756439604,\n
          4756437923,\n
          4756437924,\n
          4756437925,\n
          4756437926,\n
          4756437927,\n
          4756437928,\n
          4756437929,\n
          4756439581\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864181,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434390,\n
          4756434391,\n
          4756434392,\n
          4756434393,\n
          4756434394,\n
          4756434395,\n
          4756434390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864182,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434396,\n
          4756434397,\n
          4756434398,\n
          4756434399,\n
          4756434396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864183,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434401,\n
          4756434402,\n
          4756434403,\n
          4756434404,\n
          4756434405,\n
          4756434406,\n
          4756434407,\n
          4756434401\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864184,\n
        "timestamp": "2017-03-26T15:30:44Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436421,\n
          4756437930,\n
          4756437931,\n
          4756436422,\n
          4756436421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864185,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437932,\n
          4756437933,\n
          4756437934,\n
          4756437935,\n
          4756437932\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864186,\n
        "timestamp": "2020-12-13T17:16:45Z",\n
        "version": 2,\n
        "changeset": 95763520,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4756434409,\n
          4756434410,\n
          4756434411,\n
          4756433609,\n
          4756434409\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864187,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437936,\n
          4756437937,\n
          4756437938,\n
          4756437939,\n
          4756437936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864188,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434413,\n
          4756434414,\n
          4756434415,\n
          4756434416,\n
          4756434417,\n
          4756434418,\n
          4756434419,\n
          4756434413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864189,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437940,\n
          4756437941,\n
          4756437942,\n
          4756437943,\n
          4756437940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864190,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437941,\n
          4756437944,\n
          4756437945,\n
          4756437942,\n
          4756437941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864191,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434420,\n
          4756434621,\n
          4756434622,\n
          4756434623,\n
          4756434420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864192,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437941,\n
          4756437946,\n
          4756437947,\n
          4756437944,\n
          4756437941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864193,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437940,\n
          4756437948,\n
          4756437946,\n
          4756437941,\n
          4756437940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864194,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434624,\n
          4756434625,\n
          4756434626,\n
          4756434627,\n
          4756434628,\n
          4756434629,\n
          4756434630,\n
          4756434631,\n
          4756434632,\n
          4756434633,\n
          4756434634,\n
          4756434624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864195,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437949,\n
          4756437950,\n
          4756437951,\n
          4756437952,\n
          4756437949\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864196,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433622,\n
          4756433621,\n
          4756437953,\n
          4756437954,\n
          4756438594,\n
          4756437955,\n
          4756433622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864197,\n
        "timestamp": "2017-03-26T15:30:45Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437956,\n
          4756437957,\n
          4756437958,\n
          4756437959,\n
          4756439804,\n
          4756437956\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864198,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434635,\n
          4756434636,\n
          4756434637,\n
          4756434638,\n
          4756434635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864199,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434639,\n
          4756434640,\n
          4756434641,\n
          4756434642,\n
          4756434639\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864200,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434643,\n
          4756434644,\n
          4756434645,\n
          4756434646,\n
          4756434966,\n
          4756434643\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864201,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434055,\n
          4756434070,\n
          4756434069,\n
          4756434068,\n
          4756434067,\n
          4756434066,\n
          4756437964,\n
          4756437965,\n
          4756434055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864202,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437966,\n
          4756437967,\n
          4756437968,\n
          4756437969,\n
          4756437966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864203,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434647,\n
          4756434648,\n
          4756434649,\n
          4756434650,\n
          4756434651,\n
          4756434652,\n
          4756434653,\n
          4756434654,\n
          4756434655,\n
          4756434647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864204,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434077,\n
          4756437970,\n
          4756437971,\n
          4756437972,\n
          4756434077\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864205,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437973,\n
          4756437974,\n
          4756437975,\n
          4756437976,\n
          4756437973\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864206,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434656,\n
          4756434657,\n
          4756434658,\n
          4756434659,\n
          4756434660,\n
          4756434661,\n
          4756434662,\n
          4756434663,\n
          4756434664,\n
          4756434665,\n
          4756434666,\n
          4756434667,\n
          4756434668,\n
          4756434669,\n
          4756434670,\n
          4756434671,\n
          4756434672,\n
          4756434673,\n
          4756434674,\n
          4756434675,\n
          4756434676,\n
          4756434677,\n
          4756434656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864207,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434332,\n
          4756437977,\n
          4756434327,\n
          4756434333,\n
          4756434332\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864208,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437978,\n
          4756437979,\n
          4756437980,\n
          4756434330,\n
          4756437978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864209,\n
        "timestamp": "2017-03-26T15:30:46Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434374,\n
          4756434373,\n
          4756434372,\n
          4756437981,\n
          4756437982,\n
          4756437983,\n
          4756437984,\n
          4756434374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864210,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437985,\n
          4756434356,\n
          4756437986,\n
          4756437987,\n
          4756437985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864211,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437988,\n
          4756437989,\n
          4756437990,\n
          4756437991,\n
          4756437988\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864212,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437992,\n
          4756434647,\n
          4756434655,\n
          4756437993,\n
          4756437992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864213,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434704,\n
          4756437994,\n
          4756437995,\n
          4756434697,\n
          4756434704\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864214,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434703,\n
          4756434702,\n
          4756437996,\n
          4756434414,\n
          4756434413,\n
          4756434703\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864215,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434706,\n
          4756437997,\n
          4756437998,\n
          4756437999,\n
          4756434706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864216,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434686,\n
          4756434687,\n
          4756434688,\n
          4756434689,\n
          4756434690,\n
          4756434691,\n
          4756434692,\n
          4756434693,\n
          4756434694,\n
          4756434695,\n
          4756434686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864217,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438000,\n
          4756438001,\n
          4756438002,\n
          4756438003,\n
          4756438000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864218,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434971,\n
          4756434970,\n
          4756434969,\n
          4756438004,\n
          4756434971\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864219,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434967,\n
          4756438004,\n
          4756434969,\n
          4756434968,\n
          4756434967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864220,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438005,\n
          4756438006,\n
          4756434928,\n
          4756438007,\n
          4756438005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864221,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434696,\n
          4756434697,\n
          4756437995,\n
          4756434698,\n
          4756434699,\n
          4756434700,\n
          4756434701,\n
          4756434696\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864222,\n
        "timestamp": "2017-03-26T15:30:47Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434945,\n
          4756438008,\n
          4756438906,\n
          4756434946,\n
          4756434945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864223,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438009,\n
          4756438017,\n
          4756434982,\n
          4756434981,\n
          4756438010,\n
          4756438011,\n
          4756438012,\n
          4756438009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864224,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434702,\n
          4756434703,\n
          4756437994,\n
          4756434704,\n
          4756434705,\n
          4756434702\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864225,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438013,\n
          4756438014,\n
          4756438015,\n
          4756438016,\n
          4756438017,\n
          4756438009,\n
          4756434932,\n
          4756434935,\n
          4756438013\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864226,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434706,\n
          4756434707,\n
          4756434708,\n
          4756434709,\n
          4756437997,\n
          4756434706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864227,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438018,\n
          4756438019,\n
          4756434977,\n
          4756434980,\n
          4756438018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864228,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435005,\n
          4756435004,\n
          4756438020,\n
          4756439721,\n
          4756434996,\n
          4756434995,\n
          4756439722,\n
          4756439723,\n
          4756439724,\n
          4756439725,\n
          4756435005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864229,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434717,\n
          4756434718,\n
          4756434719,\n
          4756434720,\n
          4756434921,\n
          4756434717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864230,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439726,\n
          4756439727,\n
          4756439728,\n
          4756435002,\n
          4756439726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864231,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439729,\n
          4756439730,\n
          4756439731,\n
          4756439732,\n
          4756439729\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864232,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439733,\n
          4756439734,\n
          4756439735,\n
          4756439736,\n
          4756439737,\n
          4756439733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864233,\n
        "timestamp": "2017-03-26T15:30:48Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434928,\n
          4756438006,\n
          4756434929,\n
          4756434930,\n
          4756434931,\n
          4756434928\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864234,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435358,\n
          4756439738,\n
          4756439739,\n
          4756435359,\n
          4756435358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864235,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434932,\n
          4756434933,\n
          4756434934,\n
          4756434935,\n
          4756434932\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864236,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435418,\n
          4756439740,\n
          4756435414,\n
          4756435419,\n
          4756435418\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864237,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435883,\n
          4756439741,\n
          4756435885,\n
          4756435884,\n
          4756435883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864238,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434936,\n
          4756434937,\n
          4756434938,\n
          4756434939,\n
          4756434940,\n
          4756434936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864239,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435909,\n
          4756439742,\n
          4756439743,\n
          4756435910,\n
          4756435909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864240,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436126,\n
          4756436135,\n
          4756436134,\n
          4756436133,\n
          4756436126\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864241,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439744,\n
          4756439745,\n
          4756439746,\n
          4756439747,\n
          4756439744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864242,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434941,\n
          4756434942,\n
          4756434943,\n
          4756434944,\n
          4756434941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864243,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439748,\n
          4756439749,\n
          4756439750,\n
          4756439751,\n
          4756439748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864244,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434945,\n
          4756434946,\n
          4756438906,\n
          4756434947,\n
          4756438905,\n
          4756434948,\n
          4756434949,\n
          4756434950,\n
          4756434951,\n
          4756434945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864245,\n
        "timestamp": "2017-03-26T15:30:49Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439752,\n
          4756439753,\n
          4756439754,\n
          4756439755,\n
          4756439752\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864246,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434952,\n
          4756434953,\n
          4756434954,\n
          4756434955,\n
          4756434952\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864247,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436205,\n
          4756436209,\n
          4756436213,\n
          4756436206,\n
          4756436205\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864248,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439756,\n
          4756439757,\n
          4756439758,\n
          4756439759,\n
          4756439756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864249,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434956,\n
          4756434957,\n
          4756434958,\n
          4756434959,\n
          4756434960,\n
          4756434956\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864250,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439760,\n
          4756436770,\n
          4756436769,\n
          4756436798,\n
          4756436797,\n
          4756436796,\n
          4756439760\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864251,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439761,\n
          4756439762,\n
          4756439763,\n
          4756439764,\n
          4756439761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864252,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434961,\n
          4756434959,\n
          4756434958,\n
          4756434962,\n
          4756434963,\n
          4756434961\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864253,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436469,\n
          4756436474,\n
          4756436473,\n
          4756439765,\n
          4756436469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864254,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434964,\n
          4756434965,\n
          4756434966,\n
          4756434646,\n
          4756434964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864255,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756432717,\n
          4756436501,\n
          4756439766,\n
          4756432718,\n
          4756432717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864256,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436506,\n
          4756439767,\n
          4756439768,\n
          4756436507,\n
          4756436506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864257,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434967,\n
          4756434968,\n
          4756434969,\n
          4756434970,\n
          4756434971,\n
          4756434972,\n
          4756434973,\n
          4756434974,\n
          4756434975,\n
          4756434976,\n
          4756434967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864258,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436511,\n
          4756439769,\n
          4756436513,\n
          4756436512,\n
          4756436511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864259,\n
        "timestamp": "2017-03-26T15:30:50Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434678,\n
          4756434679,\n
          4756434680,\n
          4756434681,\n
          4756434682,\n
          4756434678\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864260,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434977,\n
          4756434978,\n
          4756434979,\n
          4756434980,\n
          4756434977\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864261,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436732,\n
          4756439777,\n
          4756436734,\n
          4756436733,\n
          4756436732\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864262,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436731,\n
          4756436730,\n
          4756439778,\n
          4756439779,\n
          4756436737,\n
          4756436156,\n
          4756436162,\n
          4756436731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864263,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434981,\n
          4756434982,\n
          4756434983,\n
          4756434984,\n
          4756434985,\n
          4756434986,\n
          4756434987,\n
          4756434988,\n
          4756434989,\n
          4756434990,\n
          4756434991,\n
          4756434992,\n
          4756434993,\n
          4756434994,\n
          4756434995,\n
          4756434996,\n
          4756434997,\n
          4756434998,\n
          4756434999,\n
          4756434981\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864264,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436423,\n
          4756439780,\n
          4756436741,\n
          4756436743,\n
          4756436423\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864265,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436784,\n
          4756436798,\n
          4756436769,\n
          4756436760,\n
          4756436759,\n
          4756439781,\n
          4756436784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864266,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437128,\n
          4756437127,\n
          4756437126,\n
          4756439782,\n
          4756437128\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864267,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436465,\n
          4756437177,\n
          4756437176,\n
          4756439783,\n
          4756436465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864270,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439791,\n
          4756439792,\n
          4756439793,\n
          4756439794,\n
          4756439795,\n
          4756439796,\n
          4756437188,\n
          4756437187,\n
          4756439791\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864271,\n
        "timestamp": "2017-03-26T15:30:51Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435000,\n
          4756435001,\n
          4756439726,\n
          4756435002,\n
          4756435003,\n
          4756435000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864272,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434680,\n
          4756434679,\n
          4756434683,\n
          4756434684,\n
          4756434685,\n
          4756434680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864273,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439797,\n
          4756439798,\n
          4756439799,\n
          4756439800,\n
          4756439797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864274,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437465,\n
          4756437456,\n
          4756437457,\n
          4756437463,\n
          4756437465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864275,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437513,\n
          4756437512,\n
          4756437511,\n
          4756439801,\n
          4756439802,\n
          4756439803,\n
          4756437513\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864276,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439804,\n
          4756439805,\n
          4756439806,\n
          4756437956,\n
          4756439804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864277,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435014,\n
          4756435015,\n
          4756435016,\n
          4756435017,\n
          4756435018,\n
          4756435019,\n
          4756435020,\n
          4756433602,\n
          4756433603,\n
          4756433604,\n
          4756435014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864278,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433674,\n
          4756433673,\n
          4756439807,\n
          4756439808,\n
          4756433674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864279,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439809,\n
          4756439810,\n
          4756439811,\n
          4756439812,\n
          4756439809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864280,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437492,\n
          4756437499,\n
          4756437498,\n
          4756439813,\n
          4756439814,\n
          4756439815,\n
          4756437492\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864281,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439816,\n
          4756439817,\n
          4756439818,\n
          4756439819,\n
          4756439816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864283,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433610,\n
          4756433611,\n
          4756433612,\n
          4756433613,\n
          4756433614,\n
          4756433615,\n
          4756433616,\n
          4756433617,\n
          4756433610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864284,\n
        "timestamp": "2017-03-26T15:30:52Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439818,\n
          4756439817,\n
          4756439820,\n
          4756439821,\n
          4756439822,\n
          4756439818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864285,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439816,\n
          4756439823,\n
          4756439824,\n
          4756439825,\n
          4756439820,\n
          4756439817,\n
          4756439816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864286,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433618,\n
          4756433619,\n
          4756433620,\n
          4756435321,\n
          4756435322,\n
          4756435323,\n
          4756433618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864287,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439826,\n
          4756439827,\n
          4756439828,\n
          4756439829,\n
          4756439826\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864288,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439826,\n
          4756439829,\n
          4756439830,\n
          4756439831,\n
          4756439832,\n
          4756439826\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864289,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435324,\n
          4756435325,\n
          4756435326,\n
          4756435327,\n
          4756435328,\n
          4756435329,\n
          4756435330,\n
          4756435331,\n
          4756435324\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864290,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439813,\n
          4756437498,\n
          4756437497,\n
          4756437486,\n
          4756437485,\n
          4756439833,\n
          4756439834,\n
          4756439813\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864291,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437745,\n
          4756437750,\n
          4756437749,\n
          4756439835,\n
          4756437745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864292,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439836,\n
          4756437756,\n
          4756439837,\n
          4756439838,\n
          4756439836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864293,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435332,\n
          4756435333,\n
          4756435334,\n
          4756435335,\n
          4756435332\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864294,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437751,\n
          4756437757,\n
          4756439839,\n
          4756439840,\n
          4756437751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864295,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435336,\n
          4756435337,\n
          4756435338,\n
          4756435339,\n
          4756435340,\n
          4756435341,\n
          4756435336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864296,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438244,\n
          4756439841,\n
          4756439842,\n
          4756438245,\n
          4756438244\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864297,\n
        "timestamp": "2017-03-26T15:30:53Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438230,\n
          4756438229,\n
          4756438228,\n
          4756439843,\n
          4756439844,\n
          4756438230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864298,\n
        "timestamp": "2017-03-26T15:30:54Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435336,\n
          4756435341,\n
          4756435342,\n
          4756435343,\n
          4756435344,\n
          4756435345,\n
          4756435336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864299,\n
        "timestamp": "2017-03-26T15:30:54Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439847,\n
          4756439848,\n
          4756439849,\n
          4756438049,\n
          4756439847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864307,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435346,\n
          4756435347,\n
          4756435348,\n
          4756435349,\n
          4756435350,\n
          4756435351,\n
          4756435352,\n
          4756435353,\n
          4756435346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864308,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439850,\n
          4756439851,\n
          4756438052,\n
          4756438051,\n
          4756439852,\n
          4756438057,\n
          4756439850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864309,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439853,\n
          4756439854,\n
          4756439855,\n
          4756438056,\n
          4756439853\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864310,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435354,\n
          4756435355,\n
          4756435356,\n
          4756435357,\n
          4756435354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864311,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439856,\n
          4756439857,\n
          4756438039,\n
          4756438115,\n
          4756439856\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864312,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438111,\n
          4756438110,\n
          4756438109,\n
          4756439858,\n
          4756438111\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864313,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435354,\n
          4756435358,\n
          4756435359,\n
          4756435360,\n
          4756435361,\n
          4756435353,\n
          4756435352,\n
          4756435351,\n
          4756435356,\n
          4756435355,\n
          4756435354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864314,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437774,\n
          4756437777,\n
          4756439859,\n
          4756439860,\n
          4756437774\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864315,\n
        "timestamp": "2017-03-26T15:30:55Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438290,\n
          4756438289,\n
          4756439861,\n
          4756439862,\n
          4756438290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864316,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435362,\n
          4756435363,\n
          4756435364,\n
          4756435365,\n
          4756435366,\n
          4756435362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864317,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438595,\n
          4756439863,\n
          4756438585,\n
          4756438588,\n
          4756439864,\n
          4756439865,\n
          4756438596,\n
          4756438595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864318,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435367,\n
          4756435368,\n
          4756435369,\n
          4756435370,\n
          4756435367\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864319,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435371,\n
          4756435372,\n
          4756435364,\n
          4756435363,\n
          4756435362,\n
          4756435369,\n
          4756435368,\n
          4756435367,\n
          4756439739,\n
          4756439738,\n
          4756435373,\n
          4756435371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864320,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438834,\n
          4756439871,\n
          4756439872,\n
          4756439873,\n
          4756439874,\n
          4756438835,\n
          4756438834\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864321,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435374,\n
          4756435375,\n
          4756435376,\n
          4756435377,\n
          4756435374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864322,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439275,\n
          4756439274,\n
          4756439285,\n
          4756439875,\n
          4756439876,\n
          4756439877,\n
          4756439275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864323,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435378,\n
          4756435379,\n
          4756435380,\n
          4756435381,\n
          4756435378\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864324,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439878,\n
          4756439879,\n
          4756439253,\n
          4756439252,\n
          4756439878\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864325,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435382,\n
          4756435383,\n
          4756435384,\n
          4756435385,\n
          4756435386,\n
          4756435387,\n
          4756435382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864326,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438877,\n
          4756438850,\n
          4756438856,\n
          4756438878,\n
          4756438877\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864327,\n
        "timestamp": "2017-03-26T15:30:56Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439881,\n
          4756439120,\n
          4756439882,\n
          4756439883,\n
          4756439881\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864328,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435388,\n
          4756435389,\n
          4756435390,\n
          4756435391,\n
          4756435388\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864329,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439071,\n
          4756439064,\n
          4756439063,\n
          4756439072,\n
          4756439071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864330,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439886,\n
          4756439887,\n
          4756438603,\n
          4756438602,\n
          4756439295,\n
          4756439886\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864331,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435392,\n
          4756435393,\n
          4756435394,\n
          4756435395,\n
          4756435396,\n
          4756435397,\n
          4756435398,\n
          4756435399,\n
          4756435400,\n
          4756435401,\n
          4756435402,\n
          4756435403,\n
          4756435404,\n
          4756435405,\n
          4756435406,\n
          4756435407,\n
          4756435392\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864332,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439888,\n
          4756439889,\n
          4756438882,\n
          4756438881,\n
          4756439888\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864333,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439890,\n
          4756439891,\n
          4756439892,\n
          4756439893,\n
          4756439890\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864334,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439894,\n
          4756439895,\n
          4756439896,\n
          4756439897,\n
          4756439894\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864335,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435408,\n
          4756435409,\n
          4756435410,\n
          4756435411,\n
          4756435388,\n
          4756435391,\n
          4756435412,\n
          4756435408\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864336,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439900,\n
          4756439901,\n
          4756439898,\n
          4756439899,\n
          4756439900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864337,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439902,\n
          4756439903,\n
          4756439904,\n
          4756439290,\n
          4756439902\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864338,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435413,\n
          4756435414,\n
          4756439740,\n
          4756435415,\n
          4756435416,\n
          4756435413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864339,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439905,\n
          4756439906,\n
          4756439907,\n
          4756439908,\n
          4756439905\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864340,\n
        "timestamp": "2017-03-26T15:30:57Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435417,\n
          4756435409,\n
          4756435408,\n
          4756435418,\n
          4756435419,\n
          4756435417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864341,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439909,\n
          4756439910,\n
          4756439911,\n
          4756439912,\n
          4756439909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864342,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435420,\n
          4756435821,\n
          4756435822,\n
          4756435823,\n
          4756435420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864343,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435824,\n
          4756435825,\n
          4756435826,\n
          4756435827,\n
          4756435824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864344,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439913,\n
          4756439914,\n
          4756433654,\n
          4756433653,\n
          4756439913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864345,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435828,\n
          4756435829,\n
          4756435830,\n
          4756435831,\n
          4756435832,\n
          4756435833,\n
          4756435828\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864346,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435834,\n
          4756435835,\n
          4756435836,\n
          4756435837,\n
          4756435834\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864347,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4756435838,\n
          4756435839,\n
          4756435840,\n
          4756435841,\n
          4756435842,\n
          4756435843,\n
          4756435844,\n
          4756435845,\n
          4756435846,\n
          4756435847,\n
          4756435848,\n
          4756435849,\n
          4756435850,\n
          4756435851,\n
          4756435852,\n
          4756435853,\n
          4756435854,\n
          4756435855,\n
          4756435856,\n
          4756435857,\n
          4756435858,\n
          4756435859,\n
          4756435860,\n
          4756435861,\n
          4756435862,\n
          4756435863,\n
          4756435864,\n
          4756435865,\n
          4756435866,\n
          4756435867,\n
          4756435868,\n
          4756435869,\n
          4756435838\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Sainte-Marie et de l'Assomption",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q38225039"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864348,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434710,\n
          4756434711,\n
          4756434712,\n
          4756434713,\n
          4756434714,\n
          4756434715,\n
          4756434716,\n
          4756434710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864349,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435870,\n
          4756435871,\n
          4756435872,\n
          4756435873,\n
          4756435870\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864350,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435874,\n
          4756435875,\n
          4756435876,\n
          4756435877,\n
          4756435874\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864351,\n
        "timestamp": "2017-03-26T15:30:58Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435878,\n
          4756435879,\n
          4756435880,\n
          4756435881,\n
          4756435882,\n
          4756435883,\n
          4756435884,\n
          4756435885,\n
          4756435886,\n
          4756435887,\n
          4756435888,\n
          4756435889,\n
          4756435878\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864352,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756433667,\n
          4756435890,\n
          4756435891,\n
          4756433668,\n
          4756433667\n
        ],\n
        "tags": {\n
          "addr:housenumber": "22",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864353,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435892,\n
          4756435893,\n
          4756435894,\n
          4756435895,\n
          4756435896,\n
          4756435897,\n
          4756435892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864354,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435898,\n
          4756435899,\n
          4756435900,\n
          4756435901,\n
          4756435902,\n
          4756435903,\n
          4756435898\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864355,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435904,\n
          4756435905,\n
          4756435906,\n
          4756435907,\n
          4756435904\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864356,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435908,\n
          4756435909,\n
          4756435910,\n
          4756435911,\n
          4756435908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864357,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435912,\n
          4756435913,\n
          4756435914,\n
          4756435915,\n
          4756435912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864358,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435916,\n
          4756435917,\n
          4756435918,\n
          4756435919,\n
          4756435920,\n
          4756436121,\n
          4756435916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864359,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434922,\n
          4756434923,\n
          4756434924,\n
          4756434925,\n
          4756434926,\n
          4756434927,\n
          4756434922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864360,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436122,\n
          4756436123,\n
          4756436124,\n
          4756436125,\n
          4756436122\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864361,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436126,\n
          4756436127,\n
          4756436128,\n
          4756436129,\n
          4756436130,\n
          4756436131,\n
          4756436132,\n
          4756436133,\n
          4756436134,\n
          4756436135,\n
          4756436126\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864362,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436136,\n
          4756436137,\n
          4756436138,\n
          4756436139,\n
          4756436140,\n
          4756436141,\n
          4756436136\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864363,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436136,\n
          4756436141,\n
          4756436142,\n
          4756436143,\n
          4756436136\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864364,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436144,\n
          4756436145,\n
          4756436146,\n
          4756436147,\n
          4756436148,\n
          4756436149,\n
          4756436150,\n
          4756436151,\n
          4756436144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864365,\n
        "timestamp": "2017-03-26T15:30:59Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436152,\n
          4756436153,\n
          4756436154,\n
          4756436155,\n
          4756436152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864366,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436156,\n
          4756436157,\n
          4756436158,\n
          4756436736,\n
          4756436159,\n
          4756436160,\n
          4756436161,\n
          4756436162,\n
          4756436156\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864367,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436163,\n
          4756436164,\n
          4756436165,\n
          4756436166,\n
          4756436167,\n
          4756436168,\n
          4756436163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864368,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436169,\n
          4756436170,\n
          4756436171,\n
          4756436172,\n
          4756436169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864369,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436173,\n
          4756436174,\n
          4756436175,\n
          4756436176,\n
          4756439775,\n
          4756436177,\n
          4756436178,\n
          4756436179,\n
          4756436180,\n
          4756436181,\n
          4756436182,\n
          4756436183,\n
          4756436171,\n
          4756436170,\n
          4756436184,\n
          4756436185,\n
          4756436186,\n
          4756436187,\n
          4756436188,\n
          4756436189,\n
          4756436190,\n
          4756436191,\n
          4756436192,\n
          4756436193,\n
          4756436173\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864370,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436194,\n
          4756436195,\n
          4756439776,\n
          4756436176,\n
          4756436175,\n
          4756436194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864371,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436196,\n
          4756436197,\n
          4756436198,\n
          4756436199,\n
          4756436200,\n
          4756436201,\n
          4756436202,\n
          4756436171,\n
          4756436183,\n
          4756436203,\n
          4756436204,\n
          4756436196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864372,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436205,\n
          4756436206,\n
          4756436207,\n
          4756436208,\n
          4756436205\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864373,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436209,\n
          4756436210,\n
          4756436211,\n
          4756436212,\n
          4756436213,\n
          4756436209\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864374,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436214,\n
          4756436215,\n
          4756436216,\n
          4756436217,\n
          4756436214\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864375,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436218,\n
          4756436219,\n
          4756436220,\n
          4756436421,\n
          4756436422,\n
          4756436423,\n
          4756436743,\n
          4756436424,\n
          4756436214,\n
          4756436217,\n
          4756436425,\n
          4756436426,\n
          4756436427,\n
          4756436428,\n
          4756436429,\n
          4756436430,\n
          4756436218\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864376,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436431,\n
          4756436432,\n
          4756436442,\n
          4756436433,\n
          4756436434,\n
          4756436431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864377,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436435,\n
          4756436436,\n
          4756436437,\n
          4756436438,\n
          4756436439,\n
          4756436440,\n
          4756436441,\n
          4756436442,\n
          4756436432,\n
          4756436431,\n
          4756436443,\n
          4756436444,\n
          4756436746,\n
          4756436445,\n
          4756436435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864378,\n
        "timestamp": "2017-03-26T15:31:00Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436446,\n
          4756436447,\n
          4756436448,\n
          4756436449,\n
          4756436450,\n
          4756436446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864381,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436451,\n
          4756436452,\n
          4756436453,\n
          4756436454,\n
          4756436451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864383,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436455,\n
          4756436456,\n
          4756436457,\n
          4756436458,\n
          4756436459,\n
          4756436460,\n
          4756436455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864385,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436461,\n
          4756436462,\n
          4756436463,\n
          4756436464,\n
          4756436461\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864388,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436465,\n
          4756436466,\n
          4756436467,\n
          4756439762,\n
          4756439761,\n
          4756436468,\n
          4756436465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864390,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436469,\n
          4756436470,\n
          4756436471,\n
          4756436472,\n
          4756436473,\n
          4756436474,\n
          4756436469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864392,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436475,\n
          4756436476,\n
          4756436477,\n
          4756436478,\n
          4756436479,\n
          4756436480,\n
          4756436475\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864395,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436481,\n
          4756436482,\n
          4756436483,\n
          4756436484,\n
          4756436485,\n
          4756436486,\n
          4756436481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864397,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436487,\n
          4756436488,\n
          4756436489,\n
          4756436490,\n
          4756436487\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864399,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436491,\n
          4756436492,\n
          4756436493,\n
          4756436494,\n
          4756436495,\n
          4756436496,\n
          4756436491\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864402,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436497,\n
          4756436498,\n
          4756436499,\n
          4756436500,\n
          4756436497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864404,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436501,\n
          4756436502,\n
          4756436503,\n
          4756436504,\n
          4756436501\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864406,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436505,\n
          4756436506,\n
          4756436507,\n
          4756436508,\n
          4756436505\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864408,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436509,\n
          4756436510,\n
          4756436511,\n
          4756436512,\n
          4756436513,\n
          4756436514,\n
          4756436509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864410,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436515,\n
          4756436516,\n
          4756436517,\n
          4756436518,\n
          4756436515\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864412,\n
        "timestamp": "2017-03-26T15:31:01Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436519,\n
          4756436520,\n
          4756436721,\n
          4756436722,\n
          4756436723,\n
          4756436519\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864414,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436724,\n
          4756436725,\n
          4756436726,\n
          4756436727,\n
          4756436724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864416,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436728,\n
          4756436729,\n
          4756436730,\n
          4756436731,\n
          4756436728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864418,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436732,\n
          4756436733,\n
          4756436734,\n
          4756436735,\n
          4756436736,\n
          4756436158,\n
          4756436157,\n
          4756436156,\n
          4756436737,\n
          4756436738,\n
          4756436739,\n
          4756436740,\n
          4756436732\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864421,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436741,\n
          4756436742,\n
          4756436424,\n
          4756436743,\n
          4756436741\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864422,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436421,\n
          4756436220,\n
          4756436219,\n
          4756436218,\n
          4756436744,\n
          4756436745,\n
          4756436421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864424,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436746,\n
          4756436747,\n
          4756436748,\n
          4756436749,\n
          4756436445,\n
          4756436746\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864427,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436750,\n
          4756436775,\n
          4756436751,\n
          4756436752,\n
          4756436753,\n
          4756436448,\n
          4756436447,\n
          4756436754,\n
          4756436755,\n
          4756436756,\n
          4756436750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864429,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436757,\n
          4756436758,\n
          4756436759,\n
          4756436760,\n
          4756436757\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864431,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436761,\n
          4756436762,\n
          4756436773,\n
          4756436763,\n
          4756436764,\n
          4756436765,\n
          4756436766,\n
          4756436767,\n
          4756436761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864433,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436768,\n
          4756436799,\n
          4756436757,\n
          4756436760,\n
          4756436769,\n
          4756436770,\n
          4756436771,\n
          4756436772,\n
          4756436773,\n
          4756436762,\n
          4756436761,\n
          4756436774,\n
          4756436775,\n
          4756436750,\n
          4756436768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864436,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436776,\n
          4756436777,\n
          4756436778,\n
          4756436779,\n
          4756436780,\n
          4756436781,\n
          4756436782,\n
          4756436783,\n
          4756436776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864438,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436784,\n
          4756436785,\n
          4756436786,\n
          4756436787,\n
          4756436788,\n
          4756436789,\n
          4756436790,\n
          4756436791,\n
          4756436792,\n
          4756436793,\n
          4756436794,\n
          4756436795,\n
          4756436796,\n
          4756436797,\n
          4756436798,\n
          4756436784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864441,\n
        "timestamp": "2017-03-26T15:31:02Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436799,\n
          4756436768,\n
          4756436800,\n
          4756436801,\n
          4756436799\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864444,\n
        "timestamp": "2025-05-08T17:19:35Z",\n
        "version": 3,\n
        "changeset": 165994924,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4756432705,\n
          4756432706,\n
          4756432707,\n
          4756432708,\n
          4756432709,\n
          4756432710,\n
          4756432711,\n
          4756432712,\n
          4756432705\n
        ],\n
        "tags": {\n
          "addr:housenumber": "38",\n
          "addr:street": "Grande Rue",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.hartennes-et-taux@orange.fr",\n
          "contact:phone": "+33 3 23 55 05 48",\n
          "name": "Mairie d'Hartennes-et-Taux",\n
          "opening_hours": "Tu 17:30-18:30; Th 17:30-18:30",\n
          "ref:FR:SIRET": "21020352700010",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864446,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756432713,\n
          4756432714,\n
          4756432715,\n
          4756432716,\n
          4756432713\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864448,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756432717,\n
          4756432718,\n
          4756432719,\n
          4756432720,\n
          4756432717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864451,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437121,\n
          4756437122,\n
          4756437123,\n
          4756437124,\n
          4756437125,\n
          4756437126,\n
          4756437127,\n
          4756437128,\n
          4756437121\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864455,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439770,\n
          4756439771,\n
          4756439772,\n
          4756439773,\n
          4756439774,\n
          4756439775,\n
          4756436176,\n
          4756439776,\n
          4756439770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864458,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437135,\n
          4756437136,\n
          4756437137,\n
          4756437138,\n
          4756437135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864460,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437139,\n
          4756437140,\n
          4756437141,\n
          4756437142,\n
          4756437143,\n
          4756437144,\n
          4756437139\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864462,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437145,\n
          4756437146,\n
          4756437147,\n
          4756437148,\n
          4756437145\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864465,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437149,\n
          4756437150,\n
          4756437151,\n
          4756437152,\n
          4756437149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864466,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437153,\n
          4756437154,\n
          4756437155,\n
          4756437156,\n
          4756437153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864469,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437157,\n
          4756437158,\n
          4756437159,\n
          4756437160,\n
          4756437157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864471,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437161,\n
          4756437162,\n
          4756437163,\n
          4756437164,\n
          4756437161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864474,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439292,\n
          4756439293,\n
          4756439294,\n
          4756439886,\n
          4756439295,\n
          4756438601,\n
          4756439296,\n
          4756438883,\n
          4756439292\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864476,\n
        "timestamp": "2017-03-26T15:31:03Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437165,\n
          4756437166,\n
          4756437167,\n
          4756437168,\n
          4756437165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864478,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437169,\n
          4756437170,\n
          4756437171,\n
          4756437172,\n
          4756437173,\n
          4756437169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864480,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756436465,\n
          4756436468,\n
          4756437174,\n
          4756437175,\n
          4756437176,\n
          4756437177,\n
          4756436465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864483,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437178,\n
          4756437179,\n
          4756437180,\n
          4756437181,\n
          4756437182,\n
          4756437183,\n
          4756437178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864485,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437184,\n
          4756437185,\n
          4756437186,\n
          4756437187,\n
          4756437188,\n
          4756439796,\n
          4756437189,\n
          4756437184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864487,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437190,\n
          4756437191,\n
          4756437192,\n
          4756437193,\n
          4756437190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864489,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437194,\n
          4756437195,\n
          4756437196,\n
          4756437197,\n
          4756437198,\n
          4756437199,\n
          4756437194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864492,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437203,\n
          4756437204,\n
          4756437205,\n
          4756437206,\n
          4756437203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864494,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437207,\n
          4756437208,\n
          4756437209,\n
          4756437210,\n
          4756437207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864497,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437211,\n
          4756437212,\n
          4756437447,\n
          4756437214,\n
          4756437213,\n
          4756437211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864500,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437215,\n
          4756437216,\n
          4756437217,\n
          4756437218,\n
          4756437219,\n
          4756437215\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864502,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439303,\n
          4756439304,\n
          4756439305,\n
          4756439306,\n
          4756439303\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864504,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437425,\n
          4756437426,\n
          4756437427,\n
          4756437428,\n
          4756437429,\n
          4756437430,\n
          4756437425\n
        ],\n
        "tags": {\n
          "addr:housenumber": "18",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864507,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437431,\n
          4756437432,\n
          4756437433,\n
          4756437434,\n
          4756437435,\n
          4756437436,\n
          4756437437,\n
          4756437438,\n
          4756437431\n
        ],\n
        "tags": {\n
          "addr:housenumber": "20",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864509,\n
        "timestamp": "2017-03-26T15:31:04Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437439,\n
          4756437440,\n
          4756437441,\n
          4756437442,\n
          4756437439\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864511,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437443,\n
          4756437444,\n
          4756437445,\n
          4756437446,\n
          4756437443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864513,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437447,\n
          4756437448,\n
          4756437443,\n
          4756437446,\n
          4756437449,\n
          4756437450,\n
          4756437451,\n
          4756437452,\n
          4756437453,\n
          4756437213,\n
          4756437214,\n
          4756437447\n
        ],\n
        "tags": {\n
          "addr:housenumber": "14",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864516,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437454,\n
          4756437213,\n
          4756437453,\n
          4756437455,\n
          4756437456,\n
          4756437454\n
        ],\n
        "tags": {\n
          "addr:housenumber": "13",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864518,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437457,\n
          4756437458,\n
          4756437459,\n
          4756437460,\n
          4756437461,\n
          4756437462,\n
          4756437457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864521,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437463,\n
          4756437457,\n
          4756437462,\n
          4756437464,\n
          4756437463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864523,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437465,\n
          4756437466,\n
          4756437467,\n
          4756437468,\n
          4756437469,\n
          4756437470,\n
          4756437471,\n
          4756437472,\n
          4756437473,\n
          4756437474,\n
          4756437475,\n
          4756437454,\n
          4756437456,\n
          4756437465\n
        ],\n
        "tags": {\n
          "addr:housenumber": "12",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864526,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439310,\n
          4756439311,\n
          4756439312,\n
          4756439313,\n
          4756439310\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864528,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437476,\n
          4756437482,\n
          4756437477,\n
          4756437478,\n
          4756437479,\n
          4756437480,\n
          4756437476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864530,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437481,\n
          4756437482,\n
          4756437476,\n
          4756437483,\n
          4756437481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864533,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437484,\n
          4756437485,\n
          4756437486,\n
          4756437487,\n
          4756437488,\n
          4756437489,\n
          4756437490,\n
          4756437491,\n
          4756437484\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864535,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437492,\n
          4756437493,\n
          4756437494,\n
          4756437495,\n
          4756437496,\n
          4756437497,\n
          4756437498,\n
          4756437499,\n
          4756437492\n
        ],\n
        "tags": {\n
          "addr:housenumber": "11",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864538,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439314,\n
          4756439315,\n
          4756439316,\n
          4756439317,\n
          4756439314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864540,\n
        "timestamp": "2017-03-26T15:31:05Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756435004,\n
          4756435005,\n
          4756435006,\n
          4756435007,\n
          4756435008,\n
          4756435009,\n
          4756435010,\n
          4756435011,\n
          4756435012,\n
          4756435013,\n
          4756435004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864543,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756437500,\n
          4756437501,\n
          4756437502,\n
          4756437503,\n
          4756437500\n
        ],\n
        "tags": {\n
          "addr:housenumber": "10",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864545,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437503,\n
          4756437502,\n
          4756437504,\n
          4756437505,\n
          4756437506,\n
          4756437503\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864547,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437507,\n
          4756437508,\n
          4756437509,\n
          4756437510,\n
          4756437507\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864550,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437511,\n
          4756437512,\n
          4756437513,\n
          4756437514,\n
          4756437515,\n
          4756437516,\n
          4756437517,\n
          4756437518,\n
          4756437519,\n
          4756437520,\n
          4756437721,\n
          4756437722,\n
          4756437511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864552,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437723,\n
          4756437724,\n
          4756437725,\n
          4756437726,\n
          4756437723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864554,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437727,\n
          4756437728,\n
          4756437729,\n
          4756437730,\n
          4756437731,\n
          4756437732,\n
          4756437727\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864557,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437733,\n
          4756437734,\n
          4756437735,\n
          4756437736,\n
          4756437737,\n
          4756437738,\n
          4756437739,\n
          4756437740,\n
          4756437733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864559,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437741,\n
          4756437742,\n
          4756437743,\n
          4756437744,\n
          4756437741\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864562,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437745,\n
          4756437746,\n
          4756437747,\n
          4756437748,\n
          4756437749,\n
          4756437750,\n
          4756437745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864564,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437751,\n
          4756437752,\n
          4756437753,\n
          4756437754,\n
          4756437755,\n
          4756437756,\n
          4756439836,\n
          4756437757,\n
          4756437751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864566,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437758,\n
          4756437759,\n
          4756437760,\n
          4756437761,\n
          4756437758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864569,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437762,\n
          4756437763,\n
          4756437764,\n
          4756437765,\n
          4756437762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864571,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437766,\n
          4756437767,\n
          4756437768,\n
          4756437769,\n
          4756437766\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864573,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437770,\n
          4756437771,\n
          4756437772,\n
          4756437773,\n
          4756437770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864575,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437774,\n
          4756437775,\n
          4756437776,\n
          4756437777,\n
          4756437774\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864578,\n
        "timestamp": "2017-03-26T15:31:06Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437778,\n
          4756437779,\n
          4756437780,\n
          4756437781,\n
          4756437782,\n
          4756437783,\n
          4756437784,\n
          4756437785,\n
          4756437778\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864580,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437786,\n
          4756437787,\n
          4756437788,\n
          4756437789,\n
          4756437790,\n
          4756437791,\n
          4756437792,\n
          4756437793,\n
          4756437794,\n
          4756437786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864582,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437793,\n
          4756437792,\n
          4756438106,\n
          4756437795,\n
          4756437796,\n
          4756437797,\n
          4756437793\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864585,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437798,\n
          4756437799,\n
          4756437800,\n
          4756437801,\n
          4756437798\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864587,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756434334,\n
          4756434335,\n
          4756434336,\n
          4756434337,\n
          4756434338,\n
          4756434339,\n
          4756434340,\n
          4756434341,\n
          4756434342,\n
          4756434343,\n
          4756434344,\n
          4756434345,\n
          4756434346,\n
          4756434347,\n
          4756434348,\n
          4756434349,\n
          4756434350,\n
          4756434351,\n
          4756434334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864590,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437802,\n
          4756437803,\n
          4756437804,\n
          4756437805,\n
          4756437802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864592,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437806,\n
          4756437807,\n
          4756437808,\n
          4756437809,\n
          4756437806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864594,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756433605,\n
          4756433606,\n
          4756433607,\n
          4756433608,\n
          4756433605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864597,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437809,\n
          4756437810,\n
          4756437811,\n
          4756437806,\n
          4756437809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864599,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437812,\n
          4756437813,\n
          4756437814,\n
          4756437815,\n
          4756437812\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864602,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437816,\n
          4756437817,\n
          4756437818,\n
          4756437819,\n
          4756437816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864604,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437820,\n
          4756438021,\n
          4756438022,\n
          4756438023,\n
          4756438024,\n
          4756438025,\n
          4756438026,\n
          4756438027,\n
          4756437820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864607,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438028,\n
          4756438029,\n
          4756438030,\n
          4756438031,\n
          4756439845,\n
          4756438032,\n
          4756438033,\n
          4756438028\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864609,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438034,\n
          4756438035,\n
          4756438036,\n
          4756438037,\n
          4756438034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864612,\n
        "timestamp": "2017-03-26T15:31:07Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438038,\n
          4756438039,\n
          4756439857,\n
          4756438040,\n
          4756438041,\n
          4756438038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864614,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438042,\n
          4756438043,\n
          4756438044,\n
          4756438045,\n
          4756438042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864617,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438046,\n
          4756438047,\n
          4756438048,\n
          4756439847,\n
          4756438049,\n
          4756438046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864619,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438050,\n
          4756438051,\n
          4756438052,\n
          4756438053,\n
          4756438054,\n
          4756438055,\n
          4756438050\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864621,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438056,\n
          4756439850,\n
          4756438057,\n
          4756438058,\n
          4756438059,\n
          4756438060,\n
          4756438061,\n
          4756439853,\n
          4756438056\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864623,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438062,\n
          4756438063,\n
          4756438064,\n
          4756438065,\n
          4756438066,\n
          4756438067,\n
          4756438068,\n
          4756438069,\n
          4756438062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864626,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438070,\n
          4756438071,\n
          4756438072,\n
          4756438073,\n
          4756438074,\n
          4756438075,\n
          4756438076,\n
          4756438077,\n
          4756438083,\n
          4756438078,\n
          4756438079,\n
          4756438080,\n
          4756438081,\n
          4756438082,\n
          4756438070\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864629,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438083,\n
          4756438084,\n
          4756438085,\n
          4756438086,\n
          4756438087,\n
          4756438088,\n
          4756438241,\n
          4756438089,\n
          4756438078,\n
          4756438083\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864631,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438090,\n
          4756438091,\n
          4756438092,\n
          4756438093,\n
          4756438090\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864633,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437780,\n
          4756437779,\n
          4756438094,\n
          4756438095,\n
          4756438096,\n
          4756438097,\n
          4756438098,\n
          4756438099,\n
          4756438100,\n
          4756438101,\n
          4756438102,\n
          4756438103,\n
          4756438104,\n
          4756438105,\n
          4756438106,\n
          4756437792,\n
          4756437791,\n
          4756438107,\n
          4756438108,\n
          4756437780\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864636,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438109,\n
          4756438110,\n
          4756438111,\n
          4756438112,\n
          4756438113,\n
          4756438114,\n
          4756438115,\n
          4756438039,\n
          4756438116,\n
          4756438117,\n
          4756438118,\n
          4756438119,\n
          4756438120,\n
          4756438221,\n
          4756438222,\n
          4756438223,\n
          4756438224,\n
          4756438225,\n
          4756438109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864639,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756437812,\n
          4756438226,\n
          4756438227,\n
          4756437813,\n
          4756437812\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864641,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438228,\n
          4756438229,\n
          4756438230,\n
          4756438231,\n
          4756438232,\n
          4756438233,\n
          4756438234,\n
          4756439846,\n
          4756438235,\n
          4756438228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864643,\n
        "timestamp": "2017-03-26T15:31:08Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438048,\n
          4756438047,\n
          4756438236,\n
          4756438237,\n
          4756438048\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864646,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438241,\n
          4756438242,\n
          4756438070,\n
          4756438082,\n
          4756438081,\n
          4756438080,\n
          4756438079,\n
          4756438078,\n
          4756438089,\n
          4756438241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864648,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438243,\n
          4756438244,\n
          4756438245,\n
          4756439842,\n
          4756438246,\n
          4756438247,\n
          4756438248,\n
          4756438249,\n
          4756438250,\n
          4756438243\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864651,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438251,\n
          4756438252,\n
          4756438253,\n
          4756438254,\n
          4756438117,\n
          4756438116,\n
          4756438039,\n
          4756438038,\n
          4756438255,\n
          4756438256,\n
          4756438257,\n
          4756438251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864654,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438258,\n
          4756438259,\n
          4756438260,\n
          4756438261,\n
          4756438258\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864656,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438262,\n
          4756438263,\n
          4756438264,\n
          4756438265,\n
          4756438262\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864658,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438266,\n
          4756438267,\n
          4756438268,\n
          4756438269,\n
          4756438270,\n
          4756438271,\n
          4756438266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864661,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438272,\n
          4756438273,\n
          4756438274,\n
          4756438275,\n
          4756438276,\n
          4756438277,\n
          4756438272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864663,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438278,\n
          4756438279,\n
          4756438280,\n
          4756438281,\n
          4756438278\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864666,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438282,\n
          4756438283,\n
          4756438284,\n
          4756438285,\n
          4756438286,\n
          4756438287,\n
          4756438288,\n
          4756438282\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864668,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438289,\n
          4756438290,\n
          4756438291,\n
          4756438292,\n
          4756438289\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864670,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438293,\n
          4756438294,\n
          4756438295,\n
          4756438296,\n
          4756438293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864673,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438297,\n
          4756438298,\n
          4756438299,\n
          4756438300,\n
          4756438301,\n
          4756438302,\n
          4756438303,\n
          4756438304,\n
          4756438305,\n
          4756438306,\n
          4756438297\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864675,\n
        "timestamp": "2017-03-26T15:31:09Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438307,\n
          4756438308,\n
          4756438309,\n
          4756438310,\n
          4756438307\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864678,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438311,\n
          4756438312,\n
          4756438313,\n
          4756438314,\n
          4756438311\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864681,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438315,\n
          4756438316,\n
          4756438317,\n
          4756438318,\n
          4756438319,\n
          4756438320,\n
          4756438521,\n
          4756438522,\n
          4756438315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864683,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438523,\n
          4756438524,\n
          4756438525,\n
          4756438526,\n
          4756438523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864685,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438527,\n
          4756438528,\n
          4756438529,\n
          4756438530,\n
          4756438531,\n
          4756438532,\n
          4756438527\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864688,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439845,\n
          4756439846,\n
          4756438234,\n
          4756438032,\n
          4756439845\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864690,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438533,\n
          4756438534,\n
          4756438535,\n
          4756438536,\n
          4756438537,\n
          4756438538,\n
          4756438539,\n
          4756438540,\n
          4756438541,\n
          4756438542,\n
          4756438543,\n
          4756438544,\n
          4756438533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864693,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438545,\n
          4756438546,\n
          4756438547,\n
          4756438548,\n
          4756438545\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864696,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438549,\n
          4756438550,\n
          4756438551,\n
          4756438552,\n
          4756438549\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864698,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438553,\n
          4756438554,\n
          4756438555,\n
          4756438556,\n
          4756438553\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864700,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438557,\n
          4756438558,\n
          4756438559,\n
          4756438560,\n
          4756438561,\n
          4756438562,\n
          4756438557\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864703,\n
        "timestamp": "2020-12-13T17:16:25Z",\n
        "version": 2,\n
        "changeset": 95763520,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4756438570,\n
          4756438572,\n
          4756438573,\n
          4756438574,\n
          4756438564,\n
          4756438565,\n
          4756438566,\n
          4756438567,\n
          4756438568,\n
          4756438571,\n
          4756438570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864711,\n
        "timestamp": "2017-03-26T15:31:10Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438575,\n
          4756438576,\n
          4756438577,\n
          4756438578,\n
          4756438575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864713,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438579,\n
          4756438580,\n
          4756438581,\n
          4756438582,\n
          4756438579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864715,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438579,\n
          4756438582,\n
          4756438583,\n
          4756438584,\n
          4756438579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864718,\n
        "timestamp": "2020-01-13T12:41:52Z",\n
        "version": 2,\n
        "changeset": 79516330,\n
        "user": "frosm",\n
        "uid": 6383530,\n
        "nodes": [\n
          4756438589,\n
          4756438590,\n
          4756438591,\n
          4756438592,\n
          4756438593,\n
          4756437955,\n
          4756438594,\n
          4756437954,\n
          4756438589\n
        ],\n
        "tags": {\n
          "addr:housenumber": "1",\n
          "addr:place": "Taux",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864720,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438595,\n
          4756438596,\n
          4756438597,\n
          4756438598,\n
          4756438599,\n
          4756438595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864723,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438600,\n
          4756438601,\n
          4756439295,\n
          4756438602,\n
          4756438603,\n
          4756438604,\n
          4756438605,\n
          4756438606,\n
          4756438607,\n
          4756438608,\n
          4756438609,\n
          4756438610,\n
          4756438611,\n
          4756438612,\n
          4756438613,\n
          4756438600\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864726,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438614,\n
          4756438615,\n
          4756438616,\n
          4756438617,\n
          4756438618,\n
          4756438619,\n
          4756438614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864728,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438620,\n
          4756438821,\n
          4756438822,\n
          4756438823,\n
          4756438824,\n
          4756438825,\n
          4756438831,\n
          4756438830,\n
          4756438826,\n
          4756438827,\n
          4756438828,\n
          4756438829,\n
          4756438620\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864731,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438830,\n
          4756438831,\n
          4756438832,\n
          4756438833,\n
          4756438834,\n
          4756438835,\n
          4756438830\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864733,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438836,\n
          4756438837,\n
          4756438838,\n
          4756438839,\n
          4756438840,\n
          4756438841,\n
          4756438836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864735,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438842,\n
          4756438843,\n
          4756438844,\n
          4756438845,\n
          4756438842\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864738,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438846,\n
          4756438847,\n
          4756438848,\n
          4756438849,\n
          4756438846\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864740,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438850,\n
          4756438851,\n
          4756438852,\n
          4756438853,\n
          4756438854,\n
          4756438855,\n
          4756438856,\n
          4756438850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864742,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438857,\n
          4756438858,\n
          4756438859,\n
          4756438900,\n
          4756438860,\n
          4756438861,\n
          4756438862,\n
          4756438863,\n
          4756438864,\n
          4756438857\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864744,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438865,\n
          4756438866,\n
          4756438867,\n
          4756438868,\n
          4756438865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864747,\n
        "timestamp": "2017-03-26T15:31:11Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438869,\n
          4756438870,\n
          4756438871,\n
          4756438838,\n
          4756438837,\n
          4756438872,\n
          4756438873,\n
          4756438874,\n
          4756438875,\n
          4756438876,\n
          4756438877,\n
          4756438878,\n
          4756438869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864750,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438849,\n
          4756438879,\n
          4756438880,\n
          4756439888,\n
          4756438881,\n
          4756438882,\n
          4756439292,\n
          4756438883,\n
          4756438855,\n
          4756438854,\n
          4756438889,\n
          4756438888,\n
          4756438884,\n
          4756438885,\n
          4756438846,\n
          4756438849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864753,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756439866,\n
          4756439867,\n
          4756439868,\n
          4756439869,\n
          4756439866\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864757,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438886,\n
          4756438887,\n
          4756438888,\n
          4756438889,\n
          4756438886\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864759,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438890,\n
          4756438891,\n
          4756438892,\n
          4756438893,\n
          4756438894,\n
          4756438895,\n
          4756438896,\n
          4756438897,\n
          4756438898,\n
          4756438899,\n
          4756438900,\n
          4756438859,\n
          4756438858,\n
          4756438857,\n
          4756439307,\n
          4756438901,\n
          4756438902,\n
          4756438890\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864762,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438903,\n
          4756438904,\n
          4756438905,\n
          4756434947,\n
          4756438906,\n
          4756438008,\n
          4756438907,\n
          4756438908,\n
          4756438909,\n
          4756438903\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864765,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438601,\n
          4756438600,\n
          4756439870,\n
          4756439296,\n
          4756438601\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482864768,\n
        "timestamp": "2017-03-26T15:31:12Z",\n
        "version": 1,\n
        "changeset": 47177875,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4756438910,\n
          4756438911,\n
          4756438912,\n
          4756438913,\n
          4756438914,\n
          4756438915,\n
          4756438916,\n
          4756439522,\n
          4756438917,\n
          4756438920,\n
          4756438918,\n
          4756438919,\n
          4756438904,\n
          4756438903,\n
          4756438910\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 938084122,\n
        "timestamp": "2025-09-19T11:47:17Z",\n
        "version": 8,\n
        "changeset": 172157291,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8690816636,\n
          8690816637,\n
          8690816638,\n
          8690816639,\n
          8690816640,\n
          8690816636\n
        ],\n
        "tags": {\n
          "addr:city": "Hartennes-et-Taux",\n
          "addr:housenumber": "12",\n
          "addr:postcode": "02210",\n
          "addr:street": "Rue du Chat Noir",\n
          "amenity": "school",\n
          "contact:email": "ce.0021571X@ac-amiens.fr",\n
          "contact:phone": "+33 323553004",\n
          "name": "École primaire",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020352700036",\n
          "ref:UAI": "0021571X",\n
          "school:FR": "primaire",\n
          "source": "data.gouv.fr:Éducation Nationale - 04/2021",\n
          "start_date": "1970-06-05"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]