GET https://osm-commerces.cipherbliss.com/admin/stats/02252/followup-graph/bus_stop

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass.private.coffee/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02252"]->.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" => 186
    "request_size" => 2621
    "total_time" => 6.607944
    "namelookup_time" => 0.000789
    "connect_time" => 0.02521
    "pretransfer_time" => 0.053642
    "size_upload" => 2410.0
    "size_download" => 201679.0
    "speed_download" => 30520.0
    "speed_upload" => 364.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 6.30981
    "primary_ip" => "2a0d:f302:126:78ea::1"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:f65:eda0:3d0f:134a:547f:cfc4"
    "local_port" => 54188
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 53565
    "connect_time_us" => 25210
    "namelookup_time_us" => 789
    "pretransfer_time_us" => 53642
    "starttransfer_time_us" => 6309810
    "posttransfer_time_us" => 53641
    "total_time_us" => 6607944
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1775984118.1359
    "original_url" => "https://overpass.private.coffee/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1608
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1596 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1610 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass.private.coffee:443 was resolved.\n
      * IPv6: 2a0d:f302:126:78ea::1\n
      * IPv4: 193.219.97.30\n
      *   Trying [2a0d:f302:126:78ea::1]: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 / RSASSA-PSS\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=overpass.kumi.systems\n
      *  start date: Apr  3 11:06:14 2026 GMT\n
      *  expire date: Jul  2 11:06:13 2026 GMT\n
      *  subjectAltName: host "overpass.private.coffee" matched cert's "overpass.private.coffee"\n
      *  issuer: C=US; O=Let's Encrypt; CN=R13\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass.private.coffee (2a0d:f302:126:78ea::1) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass.private.coffee\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
      < Server: nginx/1.18.0\r\n
      < Date: Sun, 12 Apr 2026 08:55:25 GMT\r\n
      < Content-Type: application/json\r\n
      < Transfer-Encoding: chunked\r\n
      < Connection: keep-alive\r\n
      < PC-Overpass-Worker: h1\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Server: nginx/1.18.0"
    "Date: Sun, 12 Apr 2026 08:55:25 GMT"
    "Content-Type: application/json"
    "Transfer-Encoding: chunked"
    "Connection: keep-alive"
    "PC-Overpass-Worker: h1"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.11 87bfad18",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-04-12T08:54:30Z",\n
          "timestamp_areas_base": "2026-04-12T07:04:14Z",\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": 1846055023,\n
        "lat": 49.3919560,\n
        "lon": 3.7282365,\n
        "timestamp": "2017-03-12T07:25:14Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1846055058,\n
        "lat": 49.3919830,\n
        "lon": 3.7284917,\n
        "timestamp": "2017-03-12T07:25:14Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175967,\n
        "lat": 49.3945750,\n
        "lon": 3.7301279,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175968,\n
        "lat": 49.3945487,\n
        "lon": 3.7301855,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175969,\n
        "lat": 49.3946684,\n
        "lon": 3.7302979,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175970,\n
        "lat": 49.3946946,\n
        "lon": 3.7302403,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175971,\n
        "lat": 49.4029213,\n
        "lon": 3.7162011,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175972,\n
        "lat": 49.4029595,\n
        "lon": 3.7157924,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175973,\n
        "lat": 49.4029005,\n
        "lon": 3.7157805,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175974,\n
        "lat": 49.4028649,\n
        "lon": 3.7161848,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175975,\n
        "lat": 49.4028620,\n
        "lon": 3.7162301,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175976,\n
        "lat": 49.4029179,\n
        "lon": 3.7162404,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175977,\n
        "lat": 49.4034214,\n
        "lon": 3.7147828,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175978,\n
        "lat": 49.4033513,\n
        "lon": 3.7147958,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175979,\n
        "lat": 49.4033984,\n
        "lon": 3.7154483,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175980,\n
        "lat": 49.4033921,\n
        "lon": 3.7154491,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175981,\n
        "lat": 49.4033931,\n
        "lon": 3.7155307,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175982,\n
        "lat": 49.4034501,\n
        "lon": 3.7155147,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175983,\n
        "lat": 49.4034443,\n
        "lon": 3.7154474,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175984,\n
        "lat": 49.4034782,\n
        "lon": 3.7154424,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175985,\n
        "lat": 49.4026086,\n
        "lon": 3.7155649,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175986,\n
        "lat": 49.4027333,\n
        "lon": 3.7155533,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175987,\n
        "lat": 49.4027324,\n
        "lon": 3.7154487,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730175988,\n
        "lat": 49.4027248,\n
        "lon": 3.7154493,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178551,\n
        "lat": 49.4087596,\n
        "lon": 3.7035869,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178552,\n
        "lat": 49.4088311,\n
        "lon": 3.7036381,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178553,\n
        "lat": 49.4088778,\n
        "lon": 3.7034888,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178554,\n
        "lat": 49.4088273,\n
        "lon": 3.7034472,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178555,\n
        "lat": 49.4088143,\n
        "lon": 3.7034835,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178556,\n
        "lat": 49.4087958,\n
        "lon": 3.7034691,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178557,\n
        "lat": 49.4087839,\n
        "lon": 3.7035061,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178558,\n
        "lat": 49.4091954,\n
        "lon": 3.7026357,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178559,\n
        "lat": 49.4091200,\n
        "lon": 3.7025979,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178560,\n
        "lat": 49.4090926,\n
        "lon": 3.7027243,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178561,\n
        "lat": 49.4091670,\n
        "lon": 3.7027646,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178562,\n
        "lat": 49.4082386,\n
        "lon": 3.7036122,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178563,\n
        "lat": 49.4082665,\n
        "lon": 3.7035163,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178564,\n
        "lat": 49.4081427,\n
        "lon": 3.7034345,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178565,\n
        "lat": 49.4081147,\n
        "lon": 3.7035304,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178566,\n
        "lat": 49.4078874,\n
        "lon": 3.7033745,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178567,\n
        "lat": 49.4079263,\n
        "lon": 3.7032900,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178568,\n
        "lat": 49.4078417,\n
        "lon": 3.7031964,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178569,\n
        "lat": 49.4078028,\n
        "lon": 3.7032809,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178570,\n
        "lat": 49.3945920,\n
        "lon": 3.7302537,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178571,\n
        "lat": 49.3945605,\n
        "lon": 3.7302025,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178572,\n
        "lat": 49.3945409,\n
        "lon": 3.7302309,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178573,\n
        "lat": 49.3945724,\n
        "lon": 3.7302821,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178574,\n
        "lat": 49.3946045,\n
        "lon": 3.7302379,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178575,\n
        "lat": 49.3945986,\n
        "lon": 3.7302527,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178576,\n
        "lat": 49.3946191,\n
        "lon": 3.7302748,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178577,\n
        "lat": 49.3946258,\n
        "lon": 3.7302579,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178578,\n
        "lat": 49.4033963,\n
        "lon": 3.7154199,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178579,\n
        "lat": 49.4033667,\n
        "lon": 3.7154241,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178580,\n
        "lat": 49.4033658,\n
        "lon": 3.7154526,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178581,\n
        "lat": 49.4028197,\n
        "lon": 3.7154420,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178582,\n
        "lat": 49.4028183,\n
        "lon": 3.7153779,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178583,\n
        "lat": 49.4026719,\n
        "lon": 3.7150699,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178584,\n
        "lat": 49.4026453,\n
        "lon": 3.7150618,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178585,\n
        "lat": 49.4026384,\n
        "lon": 3.7151481,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178586,\n
        "lat": 49.4026671,\n
        "lon": 3.7151532,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178587,\n
        "lat": 49.4113244,\n
        "lon": 3.6966331,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178588,\n
        "lat": 49.4113302,\n
        "lon": 3.6970744,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178689,\n
        "lat": 49.4027233,\n
        "lon": 3.7153859,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178690,\n
        "lat": 49.4026162,\n
        "lon": 3.7153951,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178691,\n
        "lat": 49.4030620,\n
        "lon": 3.7156056,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178692,\n
        "lat": 49.4030664,\n
        "lon": 3.7156876,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178693,\n
        "lat": 49.4030774,\n
        "lon": 3.7156880,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178694,\n
        "lat": 49.4030777,\n
        "lon": 3.7157077,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178695,\n
        "lat": 49.4031131,\n
        "lon": 3.7157050,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178696,\n
        "lat": 49.4031124,\n
        "lon": 3.7156829,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178697,\n
        "lat": 49.4032070,\n
        "lon": 3.7156770,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178698,\n
        "lat": 49.4033425,\n
        "lon": 3.7156543,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178699,\n
        "lat": 49.4033423,\n
        "lon": 3.7156755,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178700,\n
        "lat": 49.4033987,\n
        "lon": 3.7156706,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178701,\n
        "lat": 49.4033942,\n
        "lon": 3.7155600,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178702,\n
        "lat": 49.4032488,\n
        "lon": 3.7155756,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178703,\n
        "lat": 49.4032454,\n
        "lon": 3.7155710,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178704,\n
        "lat": 49.4031890,\n
        "lon": 3.7155746,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178705,\n
        "lat": 49.4031865,\n
        "lon": 3.7155833,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178706,\n
        "lat": 49.4030617,\n
        "lon": 3.7156010,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178707,\n
        "lat": 49.4030311,\n
        "lon": 3.7155256,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178708,\n
        "lat": 49.4030195,\n
        "lon": 3.7152123,\n
        "timestamp": "2017-03-12T07:14:09Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178709,\n
        "lat": 49.4029569,\n
        "lon": 3.7152165,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178710,\n
        "lat": 49.4029448,\n
        "lon": 3.7152248,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178711,\n
        "lat": 49.4029223,\n
        "lon": 3.7152264,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178712,\n
        "lat": 49.4029100,\n
        "lon": 3.7152511,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178713,\n
        "lat": 49.4029154,\n
        "lon": 3.7154347,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178714,\n
        "lat": 49.4026191,\n
        "lon": 3.7149036,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178715,\n
        "lat": 49.4026236,\n
        "lon": 3.7149978,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178716,\n
        "lat": 49.4029129,\n
        "lon": 3.7149649,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178717,\n
        "lat": 49.4029107,\n
        "lon": 3.7148654,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178718,\n
        "lat": 49.4030002,\n
        "lon": 3.7148537,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178719,\n
        "lat": 49.4029504,\n
        "lon": 3.7148602,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178720,\n
        "lat": 49.4029520,\n
        "lon": 3.7150136,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178721,\n
        "lat": 49.4029626,\n
        "lon": 3.7151624,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178722,\n
        "lat": 49.4030176,\n
        "lon": 3.7151610,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178723,\n
        "lat": 49.4027075,\n
        "lon": 3.7157694,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178724,\n
        "lat": 49.4026803,\n
        "lon": 3.7157456,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178725,\n
        "lat": 49.4026674,\n
        "lon": 3.7157797,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178726,\n
        "lat": 49.4026517,\n
        "lon": 3.7157672,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178727,\n
        "lat": 49.4026436,\n
        "lon": 3.7157848,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178728,\n
        "lat": 49.4026581,\n
        "lon": 3.7158009,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178729,\n
        "lat": 49.4026481,\n
        "lon": 3.7158315,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178730,\n
        "lat": 49.4026770,\n
        "lon": 3.7158544,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178731,\n
        "lat": 49.4118497,\n
        "lon": 3.6986397,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178732,\n
        "lat": 49.4118037,\n
        "lon": 3.6985560,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178733,\n
        "lat": 49.4117793,\n
        "lon": 3.6985672,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178734,\n
        "lat": 49.4118293,\n
        "lon": 3.6987351,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178735,\n
        "lat": 49.4118655,\n
        "lon": 3.6987073,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178736,\n
        "lat": 49.4114806,\n
        "lon": 3.6979142,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178737,\n
        "lat": 49.4114265,\n
        "lon": 3.6979968,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178738,\n
        "lat": 49.4115209,\n
        "lon": 3.6981403,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178739,\n
        "lat": 49.4115658,\n
        "lon": 3.6980749,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178740,\n
        "lat": 49.4115518,\n
        "lon": 3.6980499,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178741,\n
        "lat": 49.4115703,\n
        "lon": 3.6980242,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178742,\n
        "lat": 49.4115221,\n
        "lon": 3.6979546,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178743,\n
        "lat": 49.4116475,\n
        "lon": 3.6982230,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178744,\n
        "lat": 49.4116186,\n
        "lon": 3.6981490,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178745,\n
        "lat": 49.4115386,\n
        "lon": 3.6982212,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178746,\n
        "lat": 49.4115778,\n
        "lon": 3.6982831,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178747,\n
        "lat": 49.4113597,\n
        "lon": 3.6968057,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178748,\n
        "lat": 49.4113090,\n
        "lon": 3.6968341,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178749,\n
        "lat": 49.4113447,\n
        "lon": 3.6969984,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178750,\n
        "lat": 49.4113972,\n
        "lon": 3.6969688,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178751,\n
        "lat": 49.4113746,\n
        "lon": 3.6979094,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178752,\n
        "lat": 49.4114488,\n
        "lon": 3.6978717,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178753,\n
        "lat": 49.4114121,\n
        "lon": 3.6977179,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178754,\n
        "lat": 49.4113388,\n
        "lon": 3.6977568,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178755,\n
        "lat": 49.4113186,\n
        "lon": 3.6966107,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178756,\n
        "lat": 49.4112946,\n
        "lon": 3.6965188,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178757,\n
        "lat": 49.4112139,\n
        "lon": 3.6965709,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178758,\n
        "lat": 49.4112452,\n
        "lon": 3.6966858,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178759,\n
        "lat": 49.4113031,\n
        "lon": 3.6966475,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178760,\n
        "lat": 49.4112976,\n
        "lon": 3.6966256,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178761,\n
        "lat": 49.4113899,\n
        "lon": 3.6966680,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178762,\n
        "lat": 49.4113709,\n
        "lon": 3.6966233,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178763,\n
        "lat": 49.4113343,\n
        "lon": 3.6966608,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178764,\n
        "lat": 49.4113531,\n
        "lon": 3.6967047,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178765,\n
        "lat": 49.4110666,\n
        "lon": 3.6962019,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178766,\n
        "lat": 49.4110159,\n
        "lon": 3.6962581,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178767,\n
        "lat": 49.4110739,\n
        "lon": 3.6963803,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178768,\n
        "lat": 49.4111246,\n
        "lon": 3.6963241,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178769,\n
        "lat": 49.4113299,\n
        "lon": 3.6970697,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178770,\n
        "lat": 49.4112577,\n
        "lon": 3.6970849,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178771,\n
        "lat": 49.4112900,\n
        "lon": 3.6974891,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178772,\n
        "lat": 49.4113503,\n
        "lon": 3.6974850,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178773,\n
        "lat": 49.4113630,\n
        "lon": 3.6974745,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178774,\n
        "lat": 49.4113373,\n
        "lon": 3.6971806,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178775,\n
        "lat": 49.4116672,\n
        "lon": 3.6984686,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178776,\n
        "lat": 49.4116928,\n
        "lon": 3.6986076,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178777,\n
        "lat": 49.4117557,\n
        "lon": 3.6985779,\n
        "timestamp": "2017-03-12T07:14:10Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178778,\n
        "lat": 49.4117539,\n
        "lon": 3.6985684,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178779,\n
        "lat": 49.4117931,\n
        "lon": 3.6985502,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178780,\n
        "lat": 49.4117693,\n
        "lon": 3.6984206,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178781,\n
        "lat": 49.3975683,\n
        "lon": 3.7204279,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178782,\n
        "lat": 49.3975754,\n
        "lon": 3.7204645,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178783,\n
        "lat": 49.3976000,\n
        "lon": 3.7204509,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178784,\n
        "lat": 49.3975933,\n
        "lon": 3.7204154,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178788,\n
        "lat": 49.3922413,\n
        "lon": 3.7284271,\n
        "timestamp": "2017-03-12T07:25:15Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178989,\n
        "lat": 49.3922248,\n
        "lon": 3.7282710,\n
        "timestamp": "2017-03-12T07:25:15Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178990,\n
        "lat": 49.3921855,\n
        "lon": 3.7282808,\n
        "timestamp": "2017-03-12T07:25:15Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178991,\n
        "lat": 49.3921750,\n
        "lon": 3.7281817,\n
        "timestamp": "2017-03-12T07:25:15Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178992,\n
        "lat": 49.3923138,\n
        "lon": 3.7282236,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178993,\n
        "lat": 49.3922462,\n
        "lon": 3.7282392,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178994,\n
        "lat": 49.3922523,\n
        "lon": 3.7283252,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178995,\n
        "lat": 49.3923234,\n
        "lon": 3.7283097,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178996,\n
        "lat": 49.3923134,\n
        "lon": 3.7283431,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178997,\n
        "lat": 49.3922554,\n
        "lon": 3.7283561,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178998,\n
        "lat": 49.3922557,\n
        "lon": 3.7283924,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730178999,\n
        "lat": 49.3922689,\n
        "lon": 3.7283941,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179000,\n
        "lat": 49.3922724,\n
        "lon": 3.7284612,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179001,\n
        "lat": 49.3923242,\n
        "lon": 3.7284547,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179002,\n
        "lat": 49.3923265,\n
        "lon": 3.7284131,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179003,\n
        "lat": 49.3923146,\n
        "lon": 3.7283833,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179004,\n
        "lat": 49.4056100,\n
        "lon": 3.6981666,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179005,\n
        "lat": 49.4055820,\n
        "lon": 3.6982249,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179006,\n
        "lat": 49.4057031,\n
        "lon": 3.6983598,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179007,\n
        "lat": 49.4057318,\n
        "lon": 3.6983022,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179008,\n
        "lat": 49.4107192,\n
        "lon": 3.7012646,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179009,\n
        "lat": 49.4107354,\n
        "lon": 3.7011948,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179010,\n
        "lat": 49.4107598,\n
        "lon": 3.7012009,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179011,\n
        "lat": 49.4107774,\n
        "lon": 3.7011166,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179012,\n
        "lat": 49.4107304,\n
        "lon": 3.7010925,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179013,\n
        "lat": 49.4106929,\n
        "lon": 3.7012517,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179014,\n
        "lat": 49.4108563,\n
        "lon": 3.7005495,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179015,\n
        "lat": 49.4108720,\n
        "lon": 3.7005767,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179016,\n
        "lat": 49.4108818,\n
        "lon": 3.7005631,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179017,\n
        "lat": 49.4109607,\n
        "lon": 3.7006820,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179018,\n
        "lat": 49.4109990,\n
        "lon": 3.7006268,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179019,\n
        "lat": 49.4109061,\n
        "lon": 3.7004865,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179020,\n
        "lat": 49.4109507,\n
        "lon": 3.7004290,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179021,\n
        "lat": 49.4110029,\n
        "lon": 3.7005295,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179022,\n
        "lat": 49.4110968,\n
        "lon": 3.7004377,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179023,\n
        "lat": 49.4110906,\n
        "lon": 3.7004205,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179024,\n
        "lat": 49.4111151,\n
        "lon": 3.7004087,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179025,\n
        "lat": 49.4111110,\n
        "lon": 3.7003901,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179026,\n
        "lat": 49.4111571,\n
        "lon": 3.7003688,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179027,\n
        "lat": 49.4111395,\n
        "lon": 3.7002944,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179028,\n
        "lat": 49.4110647,\n
        "lon": 3.7003215,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179029,\n
        "lat": 49.4110210,\n
        "lon": 3.7003432,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179030,\n
        "lat": 49.4108540,\n
        "lon": 3.7006975,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179031,\n
        "lat": 49.4107790,\n
        "lon": 3.7008335,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179032,\n
        "lat": 49.4108452,\n
        "lon": 3.7009236,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179033,\n
        "lat": 49.4109202,\n
        "lon": 3.7007876,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179034,\n
        "lat": 49.4005047,\n
        "lon": 3.7080944,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179035,\n
        "lat": 49.4005272,\n
        "lon": 3.7080268,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179036,\n
        "lat": 49.4004754,\n
        "lon": 3.7079905,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179037,\n
        "lat": 49.4004536,\n
        "lon": 3.7080578,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179038,\n
        "lat": 49.4011357,\n
        "lon": 3.7088599,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179039,\n
        "lat": 49.4011609,\n
        "lon": 3.7088746,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179040,\n
        "lat": 49.4011804,\n
        "lon": 3.7088155,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179041,\n
        "lat": 49.4011569,\n
        "lon": 3.7088035,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179042,\n
        "lat": 49.4011914,\n
        "lon": 3.7087828,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179043,\n
        "lat": 49.4012132,\n
        "lon": 3.7087169,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179044,\n
        "lat": 49.4011934,\n
        "lon": 3.7086988,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179045,\n
        "lat": 49.4011707,\n
        "lon": 3.7087670,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179046,\n
        "lat": 49.4011902,\n
        "lon": 3.7086801,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179047,\n
        "lat": 49.4011521,\n
        "lon": 3.7086380,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179048,\n
        "lat": 49.4011441,\n
        "lon": 3.7086641,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179049,\n
        "lat": 49.4011786,\n
        "lon": 3.7087025,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179050,\n
        "lat": 49.4011032,\n
        "lon": 3.7086015,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179051,\n
        "lat": 49.4011065,\n
        "lon": 3.7085876,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179052,\n
        "lat": 49.4008284,\n
        "lon": 3.7083620,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179053,\n
        "lat": 49.4008074,\n
        "lon": 3.7084391,\n
        "timestamp": "2017-03-12T07:14:11Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179054,\n
        "lat": 49.4008471,\n
        "lon": 3.7084775,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179055,\n
        "lat": 49.4008459,\n
        "lon": 3.7084870,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179056,\n
        "lat": 49.4010431,\n
        "lon": 3.7086532,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179057,\n
        "lat": 49.4010466,\n
        "lon": 3.7086388,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179058,\n
        "lat": 49.4010759,\n
        "lon": 3.7086667,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179059,\n
        "lat": 49.4008905,\n
        "lon": 3.7083850,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179060,\n
        "lat": 49.4009117,\n
        "lon": 3.7083138,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179061,\n
        "lat": 49.4008636,\n
        "lon": 3.7082738,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179062,\n
        "lat": 49.4008383,\n
        "lon": 3.7083473,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179063,\n
        "lat": 49.4008094,\n
        "lon": 3.7083465,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179064,\n
        "lat": 49.4007131,\n
        "lon": 3.7082801,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179065,\n
        "lat": 49.4007091,\n
        "lon": 3.7082977,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179066,\n
        "lat": 49.4006090,\n
        "lon": 3.7082261,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179067,\n
        "lat": 49.4005788,\n
        "lon": 3.7083247,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179068,\n
        "lat": 49.4006765,\n
        "lon": 3.7083919,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179069,\n
        "lat": 49.4006953,\n
        "lon": 3.7083360,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179070,\n
        "lat": 49.4007920,\n
        "lon": 3.7083994,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179071,\n
        "lat": 49.4061448,\n
        "lon": 3.7005279,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179072,\n
        "lat": 49.4061840,\n
        "lon": 3.7005934,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179073,\n
        "lat": 49.4062376,\n
        "lon": 3.7005202,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179074,\n
        "lat": 49.4061992,\n
        "lon": 3.7004547,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179075,\n
        "lat": 49.4064634,\n
        "lon": 3.7009319,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179076,\n
        "lat": 49.4063996,\n
        "lon": 3.7009765,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179077,\n
        "lat": 49.4064268,\n
        "lon": 3.7010688,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179078,\n
        "lat": 49.4064134,\n
        "lon": 3.7010780,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179079,\n
        "lat": 49.4064251,\n
        "lon": 3.7011215,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179080,\n
        "lat": 49.4064110,\n
        "lon": 3.7011315,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179081,\n
        "lat": 49.4064228,\n
        "lon": 3.7011677,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179082,\n
        "lat": 49.4064651,\n
        "lon": 3.7011549,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179083,\n
        "lat": 49.4064497,\n
        "lon": 3.7011040,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179084,\n
        "lat": 49.4064803,\n
        "lon": 3.7010818,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179085,\n
        "lat": 49.4064710,\n
        "lon": 3.7010423,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179086,\n
        "lat": 49.4064927,\n
        "lon": 3.7010264,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179087,\n
        "lat": 49.4063407,\n
        "lon": 3.7005304,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179088,\n
        "lat": 49.4063093,\n
        "lon": 3.7005716,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179189,\n
        "lat": 49.4063018,\n
        "lon": 3.7005580,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179190,\n
        "lat": 49.4062710,\n
        "lon": 3.7005983,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179191,\n
        "lat": 49.4062786,\n
        "lon": 3.7006120,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179192,\n
        "lat": 49.4062681,\n
        "lon": 3.7006257,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179193,\n
        "lat": 49.4063086,\n
        "lon": 3.7006956,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179194,\n
        "lat": 49.4063791,\n
        "lon": 3.7005990,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179195,\n
        "lat": 49.4072761,\n
        "lon": 3.6958057,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179196,\n
        "lat": 49.4070558,\n
        "lon": 3.6959575,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179197,\n
        "lat": 49.4072178,\n
        "lon": 3.6964854,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179198,\n
        "lat": 49.4073814,\n
        "lon": 3.6963733,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179199,\n
        "lat": 49.4074036,\n
        "lon": 3.6964441,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179200,\n
        "lat": 49.4074603,\n
        "lon": 3.6964044,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179201,\n
        "lat": 49.4090961,\n
        "lon": 3.7022957,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179202,\n
        "lat": 49.4092314,\n
        "lon": 3.7023602,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179203,\n
        "lat": 49.4092696,\n
        "lon": 3.7023751,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179204,\n
        "lat": 49.4092795,\n
        "lon": 3.7023022,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179205,\n
        "lat": 49.4092361,\n
        "lon": 3.7022860,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179206,\n
        "lat": 49.4091110,\n
        "lon": 3.7022258,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179207,\n
        "lat": 49.4095871,\n
        "lon": 3.7016651,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179208,\n
        "lat": 49.4095591,\n
        "lon": 3.7017395,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179209,\n
        "lat": 49.4097207,\n
        "lon": 3.7018719,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179210,\n
        "lat": 49.4097478,\n
        "lon": 3.7017947,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179211,\n
        "lat": 49.4106363,\n
        "lon": 3.7019782,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179212,\n
        "lat": 49.4106692,\n
        "lon": 3.7019346,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179213,\n
        "lat": 49.4105992,\n
        "lon": 3.7018120,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179214,\n
        "lat": 49.4105869,\n
        "lon": 3.7018117,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179215,\n
        "lat": 49.4105598,\n
        "lon": 3.7018451,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179216,\n
        "lat": 49.4108120,\n
        "lon": 3.7017261,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179217,\n
        "lat": 49.4107216,\n
        "lon": 3.7016955,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179218,\n
        "lat": 49.4107179,\n
        "lon": 3.7017323,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179219,\n
        "lat": 49.4107676,\n
        "lon": 3.7017472,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179220,\n
        "lat": 49.4107685,\n
        "lon": 3.7017377,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179221,\n
        "lat": 49.4108093,\n
        "lon": 3.7017496,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179222,\n
        "lat": 49.4106745,\n
        "lon": 3.7014883,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179223,\n
        "lat": 49.4106055,\n
        "lon": 3.7015765,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179224,\n
        "lat": 49.4106368,\n
        "lon": 3.7016377,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179225,\n
        "lat": 49.4107072,\n
        "lon": 3.7015504,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179226,\n
        "lat": 49.4107507,\n
        "lon": 3.7014233,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179227,\n
        "lat": 49.4107370,\n
        "lon": 3.7015103,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179228,\n
        "lat": 49.4107825,\n
        "lon": 3.7015260,\n
        "timestamp": "2017-03-12T07:14:12Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179229,\n
        "lat": 49.4107966,\n
        "lon": 3.7014400,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179230,\n
        "lat": 49.4106430,\n
        "lon": 3.7016497,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179231,\n
        "lat": 49.4105216,\n
        "lon": 3.7016795,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179232,\n
        "lat": 49.4105591,\n
        "lon": 3.7017507,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179233,\n
        "lat": 49.4104829,\n
        "lon": 3.7017272,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179234,\n
        "lat": 49.4103622,\n
        "lon": 3.7018479,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179235,\n
        "lat": 49.4102738,\n
        "lon": 3.7018983,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179236,\n
        "lat": 49.4102971,\n
        "lon": 3.7019924,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179237,\n
        "lat": 49.4103845,\n
        "lon": 3.7019411,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179238,\n
        "lat": 49.4103880,\n
        "lon": 3.7019511,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179239,\n
        "lat": 49.4105345,\n
        "lon": 3.7018011,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179240,\n
        "lat": 49.4102069,\n
        "lon": 3.7019336,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179241,\n
        "lat": 49.4100954,\n
        "lon": 3.7019368,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179242,\n
        "lat": 49.4100957,\n
        "lon": 3.7020650,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179243,\n
        "lat": 49.4102066,\n
        "lon": 3.7020641,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179244,\n
        "lat": 49.4101954,\n
        "lon": 3.7020642,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179245,\n
        "lat": 49.4101620,\n
        "lon": 3.7020645,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179246,\n
        "lat": 49.4101645,\n
        "lon": 3.7021294,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179247,\n
        "lat": 49.4093984,\n
        "lon": 3.7014386,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179248,\n
        "lat": 49.4093487,\n
        "lon": 3.7014133,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179249,\n
        "lat": 49.4093217,\n
        "lon": 3.7015541,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179250,\n
        "lat": 49.4093724,\n
        "lon": 3.7015780,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179251,\n
        "lat": 49.4093759,\n
        "lon": 3.7015578,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179252,\n
        "lat": 49.4093643,\n
        "lon": 3.7016251,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179253,\n
        "lat": 49.4093954,\n
        "lon": 3.7016338,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179254,\n
        "lat": 49.4094083,\n
        "lon": 3.7015729,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179255,\n
        "lat": 49.4091806,\n
        "lon": 3.7014522,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179256,\n
        "lat": 49.4091532,\n
        "lon": 3.7016304,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179257,\n
        "lat": 49.4092427,\n
        "lon": 3.7016587,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179258,\n
        "lat": 49.4092517,\n
        "lon": 3.7015948,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179259,\n
        "lat": 49.4092135,\n
        "lon": 3.7015807,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179260,\n
        "lat": 49.4092278,\n
        "lon": 3.7014700,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179261,\n
        "lat": 49.4093838,\n
        "lon": 3.7020067,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179262,\n
        "lat": 49.4093843,\n
        "lon": 3.7020170,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179263,\n
        "lat": 49.4093929,\n
        "lon": 3.7020169,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179264,\n
        "lat": 49.4093936,\n
        "lon": 3.7020066,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179265,\n
        "lat": 49.4094019,\n
        "lon": 3.7020068,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179266,\n
        "lat": 49.4094023,\n
        "lon": 3.7019965,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179267,\n
        "lat": 49.4093934,\n
        "lon": 3.7019966,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179268,\n
        "lat": 49.4093964,\n
        "lon": 3.7019416,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179269,\n
        "lat": 49.4094288,\n
        "lon": 3.7019433,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179270,\n
        "lat": 49.4094288,\n
        "lon": 3.7019588,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179271,\n
        "lat": 49.4094379,\n
        "lon": 3.7019591,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179272,\n
        "lat": 49.4094381,\n
        "lon": 3.7019444,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179273,\n
        "lat": 49.4094465,\n
        "lon": 3.7019441,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179274,\n
        "lat": 49.4094464,\n
        "lon": 3.7019310,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179275,\n
        "lat": 49.4094376,\n
        "lon": 3.7019311,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179276,\n
        "lat": 49.4094393,\n
        "lon": 3.7018642,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179277,\n
        "lat": 49.4094489,\n
        "lon": 3.7018653,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179278,\n
        "lat": 49.4094494,\n
        "lon": 3.7018529,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179279,\n
        "lat": 49.4094395,\n
        "lon": 3.7018522,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179280,\n
        "lat": 49.4094399,\n
        "lon": 3.7018380,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179281,\n
        "lat": 49.4094314,\n
        "lon": 3.7018373,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179282,\n
        "lat": 49.4094315,\n
        "lon": 3.7018523,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179283,\n
        "lat": 49.4094022,\n
        "lon": 3.7018516,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179284,\n
        "lat": 49.4094039,\n
        "lon": 3.7017666,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179285,\n
        "lat": 49.4094104,\n
        "lon": 3.7017669,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179286,\n
        "lat": 49.4094106,\n
        "lon": 3.7017561,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179287,\n
        "lat": 49.4094041,\n
        "lon": 3.7017559,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179288,\n
        "lat": 49.4094039,\n
        "lon": 3.7017487,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179389,\n
        "lat": 49.4093979,\n
        "lon": 3.7017481,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179390,\n
        "lat": 49.4093981,\n
        "lon": 3.7017557,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179391,\n
        "lat": 49.4093937,\n
        "lon": 3.7017556,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179392,\n
        "lat": 49.4093944,\n
        "lon": 3.7017143,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179393,\n
        "lat": 49.4093515,\n
        "lon": 3.7017108,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179394,\n
        "lat": 49.4093510,\n
        "lon": 3.7017517,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179395,\n
        "lat": 49.4093413,\n
        "lon": 3.7017522,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179396,\n
        "lat": 49.4093414,\n
        "lon": 3.7017462,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179397,\n
        "lat": 49.4093346,\n
        "lon": 3.7017464,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179398,\n
        "lat": 49.4093343,\n
        "lon": 3.7017508,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179399,\n
        "lat": 49.4093298,\n
        "lon": 3.7017502,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179400,\n
        "lat": 49.4093293,\n
        "lon": 3.7017634,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179401,\n
        "lat": 49.4093352,\n
        "lon": 3.7017642,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179402,\n
        "lat": 49.4093339,\n
        "lon": 3.7017987,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179403,\n
        "lat": 49.4092988,\n
        "lon": 3.7017967,\n
        "timestamp": "2017-03-12T07:14:13Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179404,\n
        "lat": 49.4092984,\n
        "lon": 3.7018102,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179405,\n
        "lat": 49.4093038,\n
        "lon": 3.7018107,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179406,\n
        "lat": 49.4093024,\n
        "lon": 3.7018650,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179407,\n
        "lat": 49.4093055,\n
        "lon": 3.7018650,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179408,\n
        "lat": 49.4093040,\n
        "lon": 3.7019120,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179409,\n
        "lat": 49.4092998,\n
        "lon": 3.7019122,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179410,\n
        "lat": 49.4092994,\n
        "lon": 3.7019230,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179411,\n
        "lat": 49.4093038,\n
        "lon": 3.7019234,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179412,\n
        "lat": 49.4093034,\n
        "lon": 3.7019329,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179413,\n
        "lat": 49.4093096,\n
        "lon": 3.7019329,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179414,\n
        "lat": 49.4093100,\n
        "lon": 3.7019237,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179415,\n
        "lat": 49.4093271,\n
        "lon": 3.7019242,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179416,\n
        "lat": 49.4093271,\n
        "lon": 3.7019282,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179417,\n
        "lat": 49.4093341,\n
        "lon": 3.7019287,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179418,\n
        "lat": 49.4093327,\n
        "lon": 3.7019930,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179419,\n
        "lat": 49.4093242,\n
        "lon": 3.7019924,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179420,\n
        "lat": 49.4093241,\n
        "lon": 3.7020031,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179421,\n
        "lat": 49.4093329,\n
        "lon": 3.7020038,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179422,\n
        "lat": 49.4093327,\n
        "lon": 3.7020141,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179423,\n
        "lat": 49.4093407,\n
        "lon": 3.7020148,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179424,\n
        "lat": 49.4093412,\n
        "lon": 3.7020028,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179425,\n
        "lat": 49.4092304,\n
        "lon": 3.7018284,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179426,\n
        "lat": 49.4091339,\n
        "lon": 3.7018204,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179427,\n
        "lat": 49.4091310,\n
        "lon": 3.7018963,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179428,\n
        "lat": 49.4091530,\n
        "lon": 3.7018977,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179429,\n
        "lat": 49.4091488,\n
        "lon": 3.7020323,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179430,\n
        "lat": 49.4091540,\n
        "lon": 3.7020333,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179431,\n
        "lat": 49.4091513,\n
        "lon": 3.7020813,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179432,\n
        "lat": 49.4092177,\n
        "lon": 3.7020874,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179433,\n
        "lat": 49.4092203,\n
        "lon": 3.7020370,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179434,\n
        "lat": 49.4092245,\n
        "lon": 3.7020372,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179435,\n
        "lat": 49.4092290,\n
        "lon": 3.7019236,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179436,\n
        "lat": 49.4092653,\n
        "lon": 3.7019442,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179437,\n
        "lat": 49.4092747,\n
        "lon": 3.7019440,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179438,\n
        "lat": 49.4092748,\n
        "lon": 3.7019102,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179439,\n
        "lat": 49.4092652,\n
        "lon": 3.7019099,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179440,\n
        "lat": 49.4103718,\n
        "lon": 3.7023694,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179441,\n
        "lat": 49.4104080,\n
        "lon": 3.7023565,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179442,\n
        "lat": 49.4103986,\n
        "lon": 3.7022951,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179443,\n
        "lat": 49.4103635,\n
        "lon": 3.7023071,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179444,\n
        "lat": 49.4088540,\n
        "lon": 3.6948948,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179445,\n
        "lat": 49.4088497,\n
        "lon": 3.6948957,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179446,\n
        "lat": 49.4088509,\n
        "lon": 3.6949103,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179447,\n
        "lat": 49.4088553,\n
        "lon": 3.6949098,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179448,\n
        "lat": 49.4088606,\n
        "lon": 3.6949088,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179449,\n
        "lat": 49.4088590,\n
        "lon": 3.6948939,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179450,\n
        "lat": 49.4068537,\n
        "lon": 3.7019828,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179451,\n
        "lat": 49.4068935,\n
        "lon": 3.7020366,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179452,\n
        "lat": 49.4069309,\n
        "lon": 3.7019679,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179453,\n
        "lat": 49.4068888,\n
        "lon": 3.7019115,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179454,\n
        "lat": 49.4068654,\n
        "lon": 3.7019531,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179455,\n
        "lat": 49.4068585,\n
        "lon": 3.7019438,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179456,\n
        "lat": 49.4068439,\n
        "lon": 3.7019696,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179457,\n
        "lat": 49.4069645,\n
        "lon": 3.7020385,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179458,\n
        "lat": 49.4070206,\n
        "lon": 3.7019433,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179459,\n
        "lat": 49.4069854,\n
        "lon": 3.7018891,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179460,\n
        "lat": 49.4069496,\n
        "lon": 3.7019475,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179461,\n
        "lat": 49.4069615,\n
        "lon": 3.7019656,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179462,\n
        "lat": 49.4069402,\n
        "lon": 3.7019966,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179463,\n
        "lat": 49.4074489,\n
        "lon": 3.7026086,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179464,\n
        "lat": 49.4073847,\n
        "lon": 3.7027198,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179465,\n
        "lat": 49.4073979,\n
        "lon": 3.7027404,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179466,\n
        "lat": 49.4074085,\n
        "lon": 3.7027244,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179467,\n
        "lat": 49.4068696,\n
        "lon": 3.7017196,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179468,\n
        "lat": 49.4067961,\n
        "lon": 3.7018448,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179469,\n
        "lat": 49.4068347,\n
        "lon": 3.7018986,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179470,\n
        "lat": 49.4069085,\n
        "lon": 3.7017758,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179471,\n
        "lat": 49.4067698,\n
        "lon": 3.7017718,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179472,\n
        "lat": 49.4068072,\n
        "lon": 3.7017056,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179473,\n
        "lat": 49.4067712,\n
        "lon": 3.7016593,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179474,\n
        "lat": 49.4067334,\n
        "lon": 3.7017277,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179475,\n
        "lat": 49.4067297,\n
        "lon": 3.7017099,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179476,\n
        "lat": 49.4067806,\n
        "lon": 3.7015959,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179477,\n
        "lat": 49.4067048,\n
        "lon": 3.7015111,\n
        "timestamp": "2017-03-12T07:14:14Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179478,\n
        "lat": 49.4066981,\n
        "lon": 3.7014887,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179479,\n
        "lat": 49.4066436,\n
        "lon": 3.7016043,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179480,\n
        "lat": 49.4066877,\n
        "lon": 3.7016659,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179481,\n
        "lat": 49.4022258,\n
        "lon": 3.7136407,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179482,\n
        "lat": 49.4019635,\n
        "lon": 3.7136863,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179483,\n
        "lat": 49.4019662,\n
        "lon": 3.7137603,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179484,\n
        "lat": 49.4022309,\n
        "lon": 3.7137215,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179485,\n
        "lat": 49.4118434,\n
        "lon": 3.6989495,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179486,\n
        "lat": 49.4118291,\n
        "lon": 3.6987932,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179487,\n
        "lat": 49.4117441,\n
        "lon": 3.6988135,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179488,\n
        "lat": 49.4117520,\n
        "lon": 3.6989354,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179589,\n
        "lat": 49.4117868,\n
        "lon": 3.6989265,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179590,\n
        "lat": 49.4118073,\n
        "lon": 3.6989513,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179591,\n
        "lat": 49.4111195,\n
        "lon": 3.7003862,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179592,\n
        "lat": 49.4111580,\n
        "lon": 3.7005272,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179593,\n
        "lat": 49.4111864,\n
        "lon": 3.7005116,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179594,\n
        "lat": 49.4112110,\n
        "lon": 3.7006151,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179595,\n
        "lat": 49.4112336,\n
        "lon": 3.7006011,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179596,\n
        "lat": 49.4112086,\n
        "lon": 3.7004996,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179597,\n
        "lat": 49.4111986,\n
        "lon": 3.7005053,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179598,\n
        "lat": 49.4111616,\n
        "lon": 3.7003667,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179599,\n
        "lat": 49.4111469,\n
        "lon": 3.7002967,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179600,\n
        "lat": 49.4111847,\n
        "lon": 3.7004341,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179601,\n
        "lat": 49.4111949,\n
        "lon": 3.7004276,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179602,\n
        "lat": 49.4112374,\n
        "lon": 3.7005882,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179603,\n
        "lat": 49.4112823,\n
        "lon": 3.7005616,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179604,\n
        "lat": 49.4112036,\n
        "lon": 3.7002661,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179605,\n
        "lat": 49.4113385,\n
        "lon": 3.7001642,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179606,\n
        "lat": 49.4114579,\n
        "lon": 3.7003950,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179607,\n
        "lat": 49.4115078,\n
        "lon": 3.7003381,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179608,\n
        "lat": 49.4113888,\n
        "lon": 3.7001057,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179609,\n
        "lat": 49.4115021,\n
        "lon": 3.6999715,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179610,\n
        "lat": 49.4115454,\n
        "lon": 3.7000149,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179611,\n
        "lat": 49.4115668,\n
        "lon": 3.6999475,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179612,\n
        "lat": 49.4116054,\n
        "lon": 3.6999757,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179613,\n
        "lat": 49.4116198,\n
        "lon": 3.6999251,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179614,\n
        "lat": 49.4115324,\n
        "lon": 3.6998675,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179615,\n
        "lat": 49.4116406,\n
        "lon": 3.6998519,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179616,\n
        "lat": 49.4116043,\n
        "lon": 3.6998267,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179617,\n
        "lat": 49.4116186,\n
        "lon": 3.6997806,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179618,\n
        "lat": 49.4115709,\n
        "lon": 3.6997462,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179619,\n
        "lat": 49.4118093,\n
        "lon": 3.6990489,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179620,\n
        "lat": 49.4118082,\n
        "lon": 3.6989900,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179621,\n
        "lat": 49.4117560,\n
        "lon": 3.6989922,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179622,\n
        "lat": 49.4117560,\n
        "lon": 3.6990515,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179623,\n
        "lat": 49.4118105,\n
        "lon": 3.6990605,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179624,\n
        "lat": 49.4117583,\n
        "lon": 3.6990618,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179625,\n
        "lat": 49.4117587,\n
        "lon": 3.6991608,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179626,\n
        "lat": 49.4118106,\n
        "lon": 3.6991594,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179627,\n
        "lat": 49.4033347,\n
        "lon": 3.7147883,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179628,\n
        "lat": 49.4033064,\n
        "lon": 3.7142490,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179629,\n
        "lat": 49.4031721,\n
        "lon": 3.7142761,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179630,\n
        "lat": 49.4032044,\n
        "lon": 3.7148065,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179631,\n
        "lat": 49.4029591,\n
        "lon": 3.7139649,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179632,\n
        "lat": 49.4029651,\n
        "lon": 3.7140744,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179633,\n
        "lat": 49.4030346,\n
        "lon": 3.7140637,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179634,\n
        "lat": 49.4030297,\n
        "lon": 3.7139552,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179635,\n
        "lat": 49.4029087,\n
        "lon": 3.7124263,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179636,\n
        "lat": 49.4028769,\n
        "lon": 3.7122461,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179637,\n
        "lat": 49.4027573,\n
        "lon": 3.7122969,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179638,\n
        "lat": 49.4027872,\n
        "lon": 3.7124755,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179639,\n
        "lat": 49.4074590,\n
        "lon": 3.7027965,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179640,\n
        "lat": 49.4075157,\n
        "lon": 3.7027007,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179641,\n
        "lat": 49.4078411,\n
        "lon": 3.7029339,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179642,\n
        "lat": 49.4078602,\n
        "lon": 3.7028927,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179643,\n
        "lat": 49.4078411,\n
        "lon": 3.7028711,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179644,\n
        "lat": 49.4078491,\n
        "lon": 3.7028527,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179645,\n
        "lat": 49.4078197,\n
        "lon": 3.7028205,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179646,\n
        "lat": 49.4078009,\n
        "lon": 3.7028577,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179647,\n
        "lat": 49.4077926,\n
        "lon": 3.7028467,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179648,\n
        "lat": 49.4077873,\n
        "lon": 3.7028569,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179649,\n
        "lat": 49.4078265,\n
        "lon": 3.7029013,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179650,\n
        "lat": 49.4078222,\n
        "lon": 3.7029119,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179651,\n
        "lat": 49.4088609,\n
        "lon": 3.7031595,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179652,\n
        "lat": 49.4088556,\n
        "lon": 3.7031506,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179653,\n
        "lat": 49.4088072,\n
        "lon": 3.7032212,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179654,\n
        "lat": 49.4088656,\n
        "lon": 3.7033130,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179655,\n
        "lat": 49.4089118,\n
        "lon": 3.7032450,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179656,\n
        "lat": 49.4088345,\n
        "lon": 3.7036995,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179657,\n
        "lat": 49.4088819,\n
        "lon": 3.7037222,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179658,\n
        "lat": 49.4088997,\n
        "lon": 3.7036839,\n
        "timestamp": "2017-03-12T07:14:15Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179659,\n
        "lat": 49.4088414,\n
        "lon": 3.7036650,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179660,\n
        "lat": 49.4083865,\n
        "lon": 3.7036599,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179661,\n
        "lat": 49.4083534,\n
        "lon": 3.7037341,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179662,\n
        "lat": 49.4084163,\n
        "lon": 3.7037991,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179663,\n
        "lat": 49.4084494,\n
        "lon": 3.7037268,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179664,\n
        "lat": 49.4087598,\n
        "lon": 3.7034876,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179665,\n
        "lat": 49.4087385,\n
        "lon": 3.7035548,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179666,\n
        "lat": 49.4087634,\n
        "lon": 3.7035727,\n
        "timestamp": "2017-03-12T07:14:16Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179889,\n
        "lat": 49.4113776,\n
        "lon": 3.6971744,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179890,\n
        "lat": 49.4113706,\n
        "lon": 3.6970682,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179891,\n
        "lat": 49.4116826,\n
        "lon": 3.6982117,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179892,\n
        "lat": 49.4116528,\n
        "lon": 3.6982376,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179893,\n
        "lat": 49.4116714,\n
        "lon": 3.6982880,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179894,\n
        "lat": 49.4117011,\n
        "lon": 3.6982621,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179895,\n
        "lat": 49.4116961,\n
        "lon": 3.6981810,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179896,\n
        "lat": 49.4116671,\n
        "lon": 3.6981070,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179897,\n
        "lat": 49.4085803,\n
        "lon": 3.6987959,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179898,\n
        "lat": 49.4083937,\n
        "lon": 3.6984692,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179899,\n
        "lat": 49.4083473,\n
        "lon": 3.6985291,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179900,\n
        "lat": 49.4085366,\n
        "lon": 3.6988555,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179901,\n
        "lat": 49.3924916,\n
        "lon": 3.7282086,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179902,\n
        "lat": 49.3923940,\n
        "lon": 3.7282404,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179903,\n
        "lat": 49.3924019,\n
        "lon": 3.7282985,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179904,\n
        "lat": 49.3924973,\n
        "lon": 3.7282671,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179905,\n
        "lat": 49.3923473,\n
        "lon": 3.7282555,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179906,\n
        "lat": 49.3923617,\n
        "lon": 3.7283633,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179907,\n
        "lat": 49.3924087,\n
        "lon": 3.7283490,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179908,\n
        "lat": 49.3924232,\n
        "lon": 3.7284556,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179909,\n
        "lat": 49.3925149,\n
        "lon": 3.7284220,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179910,\n
        "lat": 49.3925031,\n
        "lon": 3.7283268,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179911,\n
        "lat": 49.3925223,\n
        "lon": 3.7284816,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179912,\n
        "lat": 49.3925707,\n
        "lon": 3.7284681,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179913,\n
        "lat": 49.3925532,\n
        "lon": 3.7283160,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179914,\n
        "lat": 49.3922457,\n
        "lon": 3.7281279,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179915,\n
        "lat": 49.3922202,\n
        "lon": 3.7278576,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179916,\n
        "lat": 49.3921473,\n
        "lon": 3.7278635,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179917,\n
        "lat": 49.3921746,\n
        "lon": 3.7281406,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179918,\n
        "lat": 49.4005345,\n
        "lon": 3.7080046,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179919,\n
        "lat": 49.4004829,\n
        "lon": 3.7079676,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179920,\n
        "lat": 49.4009197,\n
        "lon": 3.7082873,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179921,\n
        "lat": 49.4008719,\n
        "lon": 3.7082496,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179922,\n
        "lat": 49.4063300,\n
        "lon": 3.7008808,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179923,\n
        "lat": 49.4064398,\n
        "lon": 3.7007651,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179924,\n
        "lat": 49.4064223,\n
        "lon": 3.7007158,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179925,\n
        "lat": 49.4063865,\n
        "lon": 3.7007550,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179926,\n
        "lat": 49.4063811,\n
        "lon": 3.7007444,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179927,\n
        "lat": 49.4063690,\n
        "lon": 3.7007572,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179928,\n
        "lat": 49.4063602,\n
        "lon": 3.7007399,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179929,\n
        "lat": 49.4062938,\n
        "lon": 3.7008136,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179930,\n
        "lat": 49.4063119,\n
        "lon": 3.7008539,\n
        "timestamp": "2017-03-12T07:14:17Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179931,\n
        "lat": 49.4063629,\n
        "lon": 3.7006212,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179932,\n
        "lat": 49.4063800,\n
        "lon": 3.7006615,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179933,\n
        "lat": 49.4063975,\n
        "lon": 3.7006464,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179934,\n
        "lat": 49.4057740,\n
        "lon": 3.6983319,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179935,\n
        "lat": 49.4057920,\n
        "lon": 3.6982991,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179936,\n
        "lat": 49.4057680,\n
        "lon": 3.6982715,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179937,\n
        "lat": 49.4057497,\n
        "lon": 3.6983059,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179938,\n
        "lat": 49.4070337,\n
        "lon": 3.6959721,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179939,\n
        "lat": 49.4071958,\n
        "lon": 3.6965001,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179940,\n
        "lat": 49.4104594,\n
        "lon": 3.7018780,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179941,\n
        "lat": 49.4105697,\n
        "lon": 3.7020661,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179942,\n
        "lat": 49.4105262,\n
        "lon": 3.7019919,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179943,\n
        "lat": 49.4104692,\n
        "lon": 3.7020641,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179944,\n
        "lat": 49.4105255,\n
        "lon": 3.7021663,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179945,\n
        "lat": 49.4105839,\n
        "lon": 3.7020908,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179946,\n
        "lat": 49.4107146,\n
        "lon": 3.7015631,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179947,\n
        "lat": 49.4104360,\n
        "lon": 3.7019020,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179948,\n
        "lat": 49.4105044,\n
        "lon": 3.7020195,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179949,\n
        "lat": 49.4100982,\n
        "lon": 3.7021360,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179950,\n
        "lat": 49.4101027,\n
        "lon": 3.7022192,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179951,\n
        "lat": 49.4102011,\n
        "lon": 3.7022045,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179952,\n
        "lat": 49.4101961,\n
        "lon": 3.7021261,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179953,\n
        "lat": 49.4095920,\n
        "lon": 3.7017665,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179954,\n
        "lat": 49.4095294,\n
        "lon": 3.7018144,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179955,\n
        "lat": 49.4095605,\n
        "lon": 3.7018429,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179956,\n
        "lat": 49.4093609,\n
        "lon": 3.7016456,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179957,\n
        "lat": 49.4093001,\n
        "lon": 3.7016737,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179958,\n
        "lat": 49.4093386,\n
        "lon": 3.7016444,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179959,\n
        "lat": 49.4104286,\n
        "lon": 3.7020871,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179960,\n
        "lat": 49.4104840,\n
        "lon": 3.7022085,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179961,\n
        "lat": 49.4101207,\n
        "lon": 3.7024264,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179962,\n
        "lat": 49.4102316,\n
        "lon": 3.7024115,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179963,\n
        "lat": 49.4102287,\n
        "lon": 3.7023140,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179964,\n
        "lat": 49.4101153,\n
        "lon": 3.7023304,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179965,\n
        "lat": 49.4069301,\n
        "lon": 3.7019794,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179966,\n
        "lat": 49.4116759,\n
        "lon": 3.6997593,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179967,\n
        "lat": 49.4116885,\n
        "lon": 3.6997180,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179968,\n
        "lat": 49.4116597,\n
        "lon": 3.6996984,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179969,\n
        "lat": 49.4116466,\n
        "lon": 3.6997402,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179970,\n
        "lat": 49.4033352,\n
        "lon": 3.7147988,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179971,\n
        "lat": 49.4033384,\n
        "lon": 3.7148559,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179972,\n
        "lat": 49.4033554,\n
        "lon": 3.7148528,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179978,\n
        "lat": 49.4033215,\n
        "lon": 3.7137267,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179979,\n
        "lat": 49.4031399,\n
        "lon": 3.7137590,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179980,\n
        "lat": 49.4031571,\n
        "lon": 3.7140091,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179981,\n
        "lat": 49.4033386,\n
        "lon": 3.7139811,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179982,\n
        "lat": 49.4091733,\n
        "lon": 3.7027360,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179983,\n
        "lat": 49.4091904,\n
        "lon": 3.7027441,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179984,\n
        "lat": 49.4092136,\n
        "lon": 3.7026462,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179985,\n
        "lat": 49.4089623,\n
        "lon": 3.7034713,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179986,\n
        "lat": 49.4089397,\n
        "lon": 3.7034492,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179987,\n
        "lat": 49.4089201,\n
        "lon": 3.7034941,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730179988,\n
        "lat": 49.4089429,\n
        "lon": 3.7035172,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180089,\n
        "lat": 49.4078594,\n
        "lon": 3.7028303,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180090,\n
        "lat": 49.4078300,\n
        "lon": 3.7027957,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180091,\n
        "lat": 49.4089360,\n
        "lon": 3.7035232,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180092,\n
        "lat": 49.4089290,\n
        "lon": 3.7035160,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180093,\n
        "lat": 49.4089081,\n
        "lon": 3.7035629,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180094,\n
        "lat": 49.4089213,\n
        "lon": 3.7035762,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180095,\n
        "lat": 49.4088896,\n
        "lon": 3.7036447,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180096,\n
        "lat": 49.4089088,\n
        "lon": 3.7036643,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180097,\n
        "lat": 49.4089619,\n
        "lon": 3.7035497,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180098,\n
        "lat": 49.4084600,\n
        "lon": 3.7037020,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180099,\n
        "lat": 49.4083985,\n
        "lon": 3.7036368,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180100,\n
        "lat": 49.4087930,\n
        "lon": 3.7034779,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4730180101,\n
        "lat": 49.4087692,\n
        "lon": 3.7034584,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139354611,\n
        "lat": 49.4147481,\n
        "lon": 3.7089988,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139354612,\n
        "lat": 49.4137150,\n
        "lon": 3.7083707,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139354613,\n
        "lat": 49.4125658,\n
        "lon": 3.7076449,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139354614,\n
        "lat": 49.4113798,\n
        "lon": 3.7069016,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139354615,\n
        "lat": 49.4101323,\n
        "lon": 3.7061416,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139354616,\n
        "lat": 49.4090855,\n
        "lon": 3.7054668,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402917,\n
        "lat": 49.4072426,\n
        "lon": 3.7037599,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402919,\n
        "lat": 49.4155333,\n
        "lon": 3.7111685,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402920,\n
        "lat": 49.4148797,\n
        "lon": 3.7127819,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402924,\n
        "lat": 49.4094499,\n
        "lon": 3.7042777,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402925,\n
        "lat": 49.4099913,\n
        "lon": 3.7025628,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402926,\n
        "lat": 49.4100565,\n
        "lon": 3.7019589,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole",\n
          "transformer": "distribution"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402927,\n
        "lat": 49.4103839,\n
        "lon": 3.7025880,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402928,\n
        "lat": 49.4112549,\n
        "lon": 3.7017592,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402929,\n
        "lat": 49.4117219,\n
        "lon": 3.7002294,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402930,\n
        "lat": 49.4122000,\n
        "lon": 3.6987752,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402931,\n
        "lat": 49.4117931,\n
        "lon": 3.6981004,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402932,\n
        "lat": 49.4115960,\n
        "lon": 3.6983034,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole",\n
          "transformer": "distribution"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402933,\n
        "lat": 49.4080914,\n
        "lon": 3.7085719,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402934,\n
        "lat": 49.4075703,\n
        "lon": 3.7102022,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402935,\n
        "lat": 49.4074567,\n
        "lon": 3.7119340,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402939,\n
        "lat": 49.4065006,\n
        "lon": 3.7121642,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402940,\n
        "lat": 49.4071730,\n
        "lon": 3.7113926,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402941,\n
        "lat": 49.4054573,\n
        "lon": 3.7133485,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402942,\n
        "lat": 49.4043681,\n
        "lon": 3.7145611,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402943,\n
        "lat": 49.4035950,\n
        "lon": 3.7154492,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10139402944,\n
        "lat": 49.4035870,\n
        "lon": 3.7155863,\n
        "timestamp": "2022-10-30T10:09:16Z",\n
        "version": 1,\n
        "changeset": 128239352,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole",\n
          "transformer": "distribution"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 173840056,\n
        "timestamp": "2017-03-12T07:25:16Z",\n
        "version": 2,\n
        "changeset": 46778873,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          1846055023,\n
          1846055058,\n
          4730178788,\n
          4730178989,\n
          4730178990,\n
          4730178991,\n
          1846055023\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989270,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179006,\n
          4730179007,\n
          4730179004,\n
          4730179005,\n
          4730179006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989271,\n
        "timestamp": "2017-03-12T07:14:18Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179639,\n
          4730179640,\n
          4730179463,\n
          4730179464,\n
          4730179465,\n
          4730179466,\n
          4730179639\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989272,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178736,\n
          4730178737,\n
          4730178738,\n
          4730178739,\n
          4730178740,\n
          4730178741,\n
          4730178742,\n
          4730178736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989273,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178747,\n
          4730178748,\n
          4730178749,\n
          4730178750,\n
          4730178747\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989274,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175967,\n
          4730175968,\n
          4730178574,\n
          4730178577,\n
          4730175969,\n
          4730175970,\n
          4730175967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989275,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179599,\n
          4730179600,\n
          4730179601,\n
          4730179602,\n
          4730179603,\n
          4730179604,\n
          4730179599\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989276,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175971,\n
          4730175972,\n
          4730175973,\n
          4730175974,\n
          4730175971\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989277,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179605,\n
          4730179606,\n
          4730179607,\n
          4730179608,\n
          4730179605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989278,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175971,\n
          4730175974,\n
          4730175975,\n
          4730175976,\n
          4730175971\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989279,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175977,\n
          4730175978,\n
          4730179972,\n
          4730178578,\n
          4730175979,\n
          4730175980,\n
          4730175981,\n
          4730175982,\n
          4730175983,\n
          4730175984,\n
          4730175977\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989281,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179609,\n
          4730179610,\n
          4730179611,\n
          4730179612,\n
          4730179613,\n
          4730179614,\n
          4730179609\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989283,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179061,\n
          4730179060,\n
          4730179920,\n
          4730179921,\n
          4730179061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989285,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179614,\n
          4730179613,\n
          4730179615,\n
          4730179616,\n
          4730179617,\n
          4730179618,\n
          4730179614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989287,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175985,\n
          4730175986,\n
          4730175987,\n
          4730175988,\n
          4730178689,\n
          4730178690,\n
          4730175985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989289,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179619,\n
          4730179620,\n
          4730179621,\n
          4730179622,\n
          4730179619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989292,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178691,\n
          4730178692,\n
          4730178693,\n
          4730178694,\n
          4730178695,\n
          4730178696,\n
          4730178697,\n
          4730178698,\n
          4730178699,\n
          4730178700,\n
          4730178701,\n
          4730178702,\n
          4730178703,\n
          4730178704,\n
          4730178705,\n
          4730178706,\n
          4730178691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989295,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179623,\n
          4730179624,\n
          4730179625,\n
          4730179626,\n
          4730179623\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989297,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179008,\n
          4730179009,\n
          4730179010,\n
          4730179011,\n
          4730179012,\n
          4730179013,\n
          4730179008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989299,\n
        "timestamp": "2017-03-12T07:14:19Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179631,\n
          4730179632,\n
          4730179633,\n
          4730179634,\n
          4730179631\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989302,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179635,\n
          4730179636,\n
          4730179637,\n
          4730179638,\n
          4730179635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989304,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178714,\n
          4730178715,\n
          4730178716,\n
          4730178717,\n
          4730178714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989306,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178718,\n
          4730178719,\n
          4730178720,\n
          4730178721,\n
          4730178722,\n
          4730178718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989308,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178723,\n
          4730178724,\n
          4730178725,\n
          4730178726,\n
          4730178727,\n
          4730178728,\n
          4730178729,\n
          4730178730,\n
          4730178723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989310,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179656,\n
          4730179657,\n
          4730179658,\n
          4730179659,\n
          4730179656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989312,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178731,\n
          4730178732,\n
          4730178733,\n
          4730178734,\n
          4730178735,\n
          4730178731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989313,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179660,\n
          4730179661,\n
          4730179662,\n
          4730179663,\n
          4730179660\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989315,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179664,\n
          4730179665,\n
          4730179666,\n
          4730178551,\n
          4730178552,\n
          4730178553,\n
          4730178554,\n
          4730178555,\n
          4730178556,\n
          4730180100,\n
          4730178557,\n
          4730179664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989317,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179645,\n
          4730179644,\n
          4730180089,\n
          4730180090,\n
          4730179645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989319,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178743,\n
          4730178744,\n
          4730178745,\n
          4730178746,\n
          4730178743\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989321,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178558,\n
          4730178559,\n
          4730178560,\n
          4730178561,\n
          4730179982,\n
          4730178558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989323,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179931,\n
          4730179932,\n
          4730179933,\n
          4730179194,\n
          4730179931\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989325,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178562,\n
          4730178563,\n
          4730178564,\n
          4730178565,\n
          4730178562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989326,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178566,\n
          4730178567,\n
          4730178568,\n
          4730178569,\n
          4730178566\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989328,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178751,\n
          4730178752,\n
          4730178753,\n
          4730178754,\n
          4730178751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989330,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178570,\n
          4730178571,\n
          4730178572,\n
          4730178573,\n
          4730178570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989332,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178755,\n
          4730178756,\n
          4730178757,\n
          4730178758,\n
          4730178759,\n
          4730178760,\n
          4730178755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989334,\n
        "timestamp": "2017-03-12T07:14:20Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178574,\n
          4730178575,\n
          4730178576,\n
          4730178577,\n
          4730178574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989336,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178761,\n
          4730178762,\n
          4730178763,\n
          4730178764,\n
          4730178761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989338,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178578,\n
          4730178579,\n
          4730178580,\n
          4730175980,\n
          4730175979,\n
          4730178578\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989341,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179934,\n
          4730179935,\n
          4730179936,\n
          4730179937,\n
          4730179934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989343,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178689,\n
          4730175988,\n
          4730175987,\n
          4730178581,\n
          4730178582,\n
          4730178689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989345,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178583,\n
          4730178584,\n
          4730178585,\n
          4730178586,\n
          4730178583\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989347,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178769,\n
          4730178770,\n
          4730178771,\n
          4730178772,\n
          4730178773,\n
          4730178774,\n
          4730178588,\n
          4730178769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989350,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178755,\n
          4730178760,\n
          4730178759,\n
          4730178587,\n
          4730178755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989352,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178588,\n
          4730178774,\n
          4730179889,\n
          4730179890,\n
          4730178588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989355,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178775,\n
          4730178776,\n
          4730178777,\n
          4730178778,\n
          4730178779,\n
          4730178780,\n
          4730178775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989356,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179891,\n
          4730179892,\n
          4730179893,\n
          4730179894,\n
          4730179891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989358,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178744,\n
          4730178743,\n
          4730179895,\n
          4730179896,\n
          4730178744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989360,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178781,\n
          4730178782,\n
          4730178783,\n
          4730178784,\n
          4730178781\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989362,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179897,\n
          4730179898,\n
          4730179899,\n
          4730179900,\n
          4730179897\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989366,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179901,\n
          4730179902,\n
          4730179903,\n
          4730179904,\n
          4730179901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989368,\n
        "timestamp": "2017-03-12T07:14:21Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179902,\n
          4730179905,\n
          4730179906,\n
          4730179907,\n
          4730179903,\n
          4730179902\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989371,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178992,\n
          4730178993,\n
          4730178994,\n
          4730178995,\n
          4730178992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989373,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179904,\n
          4730179903,\n
          4730179907,\n
          4730179908,\n
          4730179909,\n
          4730179910,\n
          4730179904\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989375,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178996,\n
          4730178997,\n
          4730178998,\n
          4730178999,\n
          4730179000,\n
          4730179001,\n
          4730179002,\n
          4730179003,\n
          4730178996\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989378,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179909,\n
          4730179911,\n
          4730179912,\n
          4730179913,\n
          4730179910,\n
          4730179909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989380,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179914,\n
          4730179915,\n
          4730179916,\n
          4730179917,\n
          4730179914\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989382,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179036,\n
          4730179035,\n
          4730179918,\n
          4730179919,\n
          4730179036\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989384,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179922,\n
          4730179923,\n
          4730179924,\n
          4730179925,\n
          4730179926,\n
          4730179927,\n
          4730179928,\n
          4730179929,\n
          4730179930,\n
          4730179922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989386,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179014,\n
          4730179015,\n
          4730179016,\n
          4730179017,\n
          4730179018,\n
          4730179019,\n
          4730179014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989388,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179030,\n
          4730179031,\n
          4730179032,\n
          4730179033,\n
          4730179030\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989389,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179020,\n
          4730179021,\n
          4730179022,\n
          4730179023,\n
          4730179024,\n
          4730179025,\n
          4730179591,\n
          4730179026,\n
          4730179027,\n
          4730179028,\n
          4730179029,\n
          4730179020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989391,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179196,\n
          4730179938,\n
          4730179939,\n
          4730179197,\n
          4730179196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989393,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179211,\n
          4730179215,\n
          4730179239,\n
          4730179940,\n
          4730179942,\n
          4730179941,\n
          4730179211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989395,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179941,\n
          4730179942,\n
          4730179948,\n
          4730179943,\n
          4730179944,\n
          4730179945,\n
          4730179941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989397,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179946,\n
          4730179225,\n
          4730179224,\n
          4730179230,\n
          4730179946\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989399,\n
        "timestamp": "2017-03-12T07:14:22Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179947,\n
          4730179948,\n
          4730179942,\n
          4730179940,\n
          4730179947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989401,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179038,\n
          4730179039,\n
          4730179040,\n
          4730179041,\n
          4730179038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989403,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179034,\n
          4730179035,\n
          4730179036,\n
          4730179037,\n
          4730179034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989405,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179953,\n
          4730179208,\n
          4730179954,\n
          4730179955,\n
          4730179953\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989407,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178765,\n
          4730178766,\n
          4730178767,\n
          4730178768,\n
          4730178765\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989408,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179627,\n
          4730179628,\n
          4730179629,\n
          4730179630,\n
          4730179627\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989410,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179956,\n
          4730179252,\n
          4730179250,\n
          4730179249,\n
          4730179957,\n
          4730179958,\n
          4730179956\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989412,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179046,\n
          4730179047,\n
          4730179048,\n
          4730179049,\n
          4730179046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989414,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179943,\n
          4730179959,\n
          4730179960,\n
          4730179944,\n
          4730179943\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989415,\n
        "timestamp": "2025-02-16T20:42:32Z",\n
        "version": 2,\n
        "changeset": 162586370,\n
        "user": "Hallios",\n
        "uid": 628915,\n
        "nodes": [\n
          4730179050,\n
          4730179051,\n
          4730179052,\n
          4730179053,\n
          4730179054,\n
          4730179055,\n
          4730179056,\n
          4730179057,\n
          4730179058,\n
          4730179050\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "name": "Bellevue",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989416,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179961,\n
          4730179962,\n
          4730179963,\n
          4730179964,\n
          4730179961\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989417,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179462,\n
          4730179461,\n
          4730179460,\n
          4730179965,\n
          4730179462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989418,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179059,\n
          4730179060,\n
          4730179061,\n
          4730179062,\n
          4730179059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989419,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179966,\n
          4730179967,\n
          4730179968,\n
          4730179969,\n
          4730179966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989420,\n
        "timestamp": "2025-02-16T20:42:32Z",\n
        "version": 2,\n
        "changeset": 162586370,\n
        "user": "Hallios",\n
        "uid": 628915,\n
        "nodes": [\n
          4730179063,\n
          4730179064,\n
          4730179065,\n
          4730179066,\n
          4730179067,\n
          4730179068,\n
          4730179069,\n
          4730179070,\n
          4730179063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "historic": "castle",\n
          "name": "Bellevue",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989421,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175978,\n
          4730179970,\n
          4730179971,\n
          4730179972,\n
          4730175978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989423,\n
        "timestamp": "2017-03-12T07:14:23Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179071,\n
          4730179072,\n
          4730179073,\n
          4730179074,\n
          4730179071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989424,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179246,\n
          4730179949,\n
          4730179950,\n
          4730179951,\n
          4730179952,\n
          4730179246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989425,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179978,\n
          4730179979,\n
          4730179980,\n
          4730179981,\n
          4730179978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989426,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179075,\n
          4730179076,\n
          4730179077,\n
          4730179078,\n
          4730179079,\n
          4730179080,\n
          4730179081,\n
          4730179082,\n
          4730179083,\n
          4730179084,\n
          4730179085,\n
          4730179086,\n
          4730179075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989427,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730178558,\n
          4730179982,\n
          4730179983,\n
          4730179984,\n
          4730178558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989428,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179985,\n
          4730179986,\n
          4730179987,\n
          4730179988,\n
          4730179985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989429,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179087,\n
          4730179088,\n
          4730179189,\n
          4730179190,\n
          4730179191,\n
          4730179192,\n
          4730179193,\n
          4730179931,\n
          4730179194,\n
          4730179087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989430,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730180091,\n
          4730180092,\n
          4730180093,\n
          4730180094,\n
          4730180095,\n
          4730180096,\n
          4730180097,\n
          4730180091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989431,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179195,\n
          4730179196,\n
          4730179197,\n
          4730179198,\n
          4730179199,\n
          4730179200,\n
          4730179195\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989432,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179660,\n
          4730179663,\n
          4730180098,\n
          4730180099,\n
          4730179660\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989433,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179042,\n
          4730179043,\n
          4730179044,\n
          4730179045,\n
          4730179042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989434,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179664,\n
          4730178557,\n
          4730180100,\n
          4730180101,\n
          4730179664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989435,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179201,\n
          4730179202,\n
          4730179203,\n
          4730179204,\n
          4730179205,\n
          4730179206,\n
          4730179201\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989436,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179207,\n
          4730179208,\n
          4730179953,\n
          4730179209,\n
          4730179210,\n
          4730179207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989437,\n
        "timestamp": "2017-03-12T07:14:24Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179211,\n
          4730179212,\n
          4730179213,\n
          4730179214,\n
          4730179215,\n
          4730179211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989438,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179216,\n
          4730179217,\n
          4730179218,\n
          4730179219,\n
          4730179220,\n
          4730179221,\n
          4730179216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989439,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179222,\n
          4730179223,\n
          4730179224,\n
          4730179225,\n
          4730179222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989440,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179226,\n
          4730179227,\n
          4730179228,\n
          4730179229,\n
          4730179226\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989441,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179230,\n
          4730179224,\n
          4730179223,\n
          4730179231,\n
          4730179232,\n
          4730179230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989442,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179233,\n
          4730179234,\n
          4730179235,\n
          4730179236,\n
          4730179237,\n
          4730179238,\n
          4730179947,\n
          4730179940,\n
          4730179239,\n
          4730179233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989443,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179641,\n
          4730179642,\n
          4730179643,\n
          4730179644,\n
          4730179645,\n
          4730179646,\n
          4730179647,\n
          4730179648,\n
          4730179649,\n
          4730179650,\n
          4730179641\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989444,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179240,\n
          4730179241,\n
          4730179242,\n
          4730179245,\n
          4730179244,\n
          4730179243,\n
          4730179240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989445,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179244,\n
          4730179245,\n
          4730179246,\n
          4730179952,\n
          4730179244\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989446,\n
        "timestamp": "2025-05-08T17:24:23Z",\n
        "version": 3,\n
        "changeset": 165995098,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4730179247,\n
          4730179248,\n
          4730179249,\n
          4730179250,\n
          4730179251,\n
          4730179247\n
        ],\n
        "tags": {\n
          "addr:housenumber": "4",\n
          "addr:street": "Rue des Micherons",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "commune-de-cuissy-et-geny@orange.fr",\n
          "contact:phone": "+33 3 23 20 84 83",\n
          "name": "Mairie de Cuissy-et-Geny",\n
          "opening_hours": "Th 15:00-17:30",\n
          "ref:FR:SIRET": "21020236200013",\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
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989447,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179251,\n
          4730179250,\n
          4730179252,\n
          4730179253,\n
          4730179254,\n
          4730179251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989448,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179255,\n
          4730179256,\n
          4730179257,\n
          4730179258,\n
          4730179259,\n
          4730179260,\n
          4730179255\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989449,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 4,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4730179261,\n
          4730179262,\n
          4730179263,\n
          4730179264,\n
          4730179265,\n
          4730179266,\n
          4730179267,\n
          4730179268,\n
          4730179269,\n
          4730179270,\n
          4730179271,\n
          4730179272,\n
          4730179273,\n
          4730179274,\n
          4730179275,\n
          4730179276,\n
          4730179277,\n
          4730179278,\n
          4730179279,\n
          4730179280,\n
          4730179281,\n
          4730179282,\n
          4730179283,\n
          4730179284,\n
          4730179285,\n
          4730179286,\n
          4730179287,\n
          4730179288,\n
          4730179389,\n
          4730179390,\n
          4730179391,\n
          4730179392,\n
          4730179393,\n
          4730179394,\n
          4730179395,\n
          4730179396,\n
          4730179397,\n
          4730179398,\n
          4730179399,\n
          4730179400,\n
          4730179401,\n
          4730179402,\n
          4730179403,\n
          4730179404,\n
          4730179405,\n
          4730179406,\n
          4730179407,\n
          4730179408,\n
          4730179409,\n
          4730179410,\n
          4730179411,\n
          4730179412,\n
          4730179413,\n
          4730179414,\n
          4730179415,\n
          4730179416,\n
          4730179417,\n
          4730179418,\n
          4730179419,\n
          4730179420,\n
          4730179421,\n
          4730179422,\n
          4730179423,\n
          4730179424,\n
          4730179261\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saints-Pierre-et-Paul",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q38226783"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989450,\n
        "timestamp": "2017-03-12T07:14:25Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730175986,\n
          4730178707,\n
          4730178708,\n
          4730178709,\n
          4730178710,\n
          4730178711,\n
          4730178712,\n
          4730178713,\n
          4730178581,\n
          4730175987,\n
          4730175986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989451,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179651,\n
          4730179652,\n
          4730179653,\n
          4730179654,\n
          4730179655,\n
          4730179651\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989452,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179425,\n
          4730179426,\n
          4730179427,\n
          4730179428,\n
          4730179429,\n
          4730179430,\n
          4730179431,\n
          4730179432,\n
          4730179433,\n
          4730179434,\n
          4730179435,\n
          4730179425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989453,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179436,\n
          4730179437,\n
          4730179438,\n
          4730179439,\n
          4730179436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989454,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179440,\n
          4730179441,\n
          4730179442,\n
          4730179443,\n
          4730179440\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989455,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179444,\n
          4730179445,\n
          4730179446,\n
          4730179447,\n
          4730179444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989456,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179444,\n
          4730179447,\n
          4730179448,\n
          4730179449,\n
          4730179444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989457,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179450,\n
          4730179451,\n
          4730179452,\n
          4730179453,\n
          4730179454,\n
          4730179455,\n
          4730179456,\n
          4730179450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989458,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179457,\n
          4730179458,\n
          4730179459,\n
          4730179460,\n
          4730179461,\n
          4730179462,\n
          4730179457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989459,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179467,\n
          4730179468,\n
          4730179469,\n
          4730179470,\n
          4730179467\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989460,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179471,\n
          4730179472,\n
          4730179473,\n
          4730179474,\n
          4730179471\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989461,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179475,\n
          4730179476,\n
          4730179477,\n
          4730179478,\n
          4730179479,\n
          4730179480,\n
          4730179475\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989462,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179481,\n
          4730179482,\n
          4730179483,\n
          4730179484,\n
          4730179481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989463,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179485,\n
          4730179486,\n
          4730179487,\n
          4730179488,\n
          4730179589,\n
          4730179590,\n
          4730179485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 479989464,\n
        "timestamp": "2017-03-12T07:14:26Z",\n
        "version": 1,\n
        "changeset": 46778749,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4730179591,\n
          4730179592,\n
          4730179593,\n
          4730179594,\n
          4730179595,\n
          4730179596,\n
          4730179597,\n
          4730179598,\n
          4730179026,\n
          4730179591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]