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

HTTP Client

2 Total requests
0 HTTP errors

Clients

http_client 2

Requests

GET https://geo.api.gouv.fr/communes/02331
Request options
[
  "timeout" => 10
  "headers" => [
    "Accept" => "application/json"
  ]
]
Response 200
[
  "info" => [
    "header_size" => 291
    "request_size" => 141
    "total_time" => 0.051328
    "namelookup_time" => 0.004633
    "connect_time" => 0.01521
    "pretransfer_time" => 0.034351
    "size_download" => 163.0
    "speed_download" => 3175.0
    "download_content_length" => 163.0
    "starttransfer_time" => 0.050826
    "primary_ip" => "37.59.183.65"
    "primary_port" => 443
    "local_ip" => "192.168.1.188"
    "local_port" => 55004
    "http_version" => 3
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 34213
    "connect_time_us" => 15210
    "namelookup_time_us" => 4633
    "pretransfer_time_us" => 34351
    "starttransfer_time_us" => 50826
    "posttransfer_time_us" => 34390
    "total_time_us" => 51328
    "effective_method" => "GET"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770002599.4548
    "original_url" => "https://geo.api.gouv.fr/communes/02331"
    "pause_handler" => Closure(float $duration) {#1014
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#777 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#999 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host geo.api.gouv.fr:443 was resolved.\n
      * IPv6: (none)\n
      * IPv4: 37.59.183.65\n
      *   Trying 37.59.183.65:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519MLKEM768 / id-ecPublicKey\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=geo.api.gouv.fr\n
      *  start date: Jan 12 08:18:49 2026 GMT\n
      *  expire date: Apr 12 08:18:48 2026 GMT\n
      *  subjectAltName: host "geo.api.gouv.fr" matched cert's "geo.api.gouv.fr"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to geo.api.gouv.fr (37.59.183.65) port 443\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://geo.api.gouv.fr/communes/02331\n
      * [HTTP/2] [1] [:method: GET]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: geo.api.gouv.fr]\n
      * [HTTP/2] [1] [:path: /communes/02331]\n
      * [HTTP/2] [1] [accept: application/json]\n
      * [HTTP/2] [1] [user-agent: Symfony HttpClient (Curl)]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      > GET /communes/02331 HTTP/2\r\n
      Host: geo.api.gouv.fr\r\n
      Accept: application/json\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * Request completely sent off\n
      < HTTP/2 200 \r\n
      < server: nginx/1.27.5\r\n
      < date: Mon, 02 Feb 2026 03:23:19 GMT\r\n
      < content-type: application/json; charset=utf-8\r\n
      < content-length: 163\r\n
      < x-powered-by: Express\r\n
      < vary: Origin\r\n
      < etag: W/"a3-NzwgLNIfBSJLIngWBGJRZu1o/+A"\r\n
      < cache-control: public, max-age=3600, immutable\r\n
      < x-cache-status: MISS\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "server: nginx/1.27.5"
    "date: Mon, 02 Feb 2026 03:23:19 GMT"
    "content-type: application/json; charset=utf-8"
    "content-length: 163"
    "x-powered-by: Express"
    "vary: Origin"
    "etag: W/"a3-NzwgLNIfBSJLIngWBGJRZu1o/+A""
    "cache-control: public, max-age=3600, immutable"
    "x-cache-status: MISS"
  ]
  "response_content" => [
    "{"nom":"Franqueville","code":"02331","codeDepartement":"02","siren":"210203121","codeEpci":"240200444","codeRegion":"32","codesPostaux":["02140"],"population":106}"
  ]
]
POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02331"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 4.307229
    "namelookup_time" => 0.000603
    "connect_time" => 0.01805
    "pretransfer_time" => 0.039261
    "size_upload" => 2410.0
    "size_download" => 22313.0
    "speed_download" => 5180.0
    "speed_upload" => 559.0
    "download_content_length" => 22313.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 4.289501
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:2900:602f:872e:e67a"
    "local_port" => 53960
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 39153
    "connect_time_us" => 18050
    "namelookup_time_us" => 603
    "pretransfer_time_us" => 39261
    "starttransfer_time_us" => 4289501
    "posttransfer_time_us" => 39260
    "total_time_us" => 4307229
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770002602.5292
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1045
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1041 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#999 …}
        $execCounter: -9223372036854775796
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 02 Feb 2026 03:23:22 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 22313\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 02 Feb 2026 03:23:22 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 22313"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-02T03:22:01Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 4710296231,\n
        "lat": 49.8093525,\n
        "lon": 3.8065953,\n
        "timestamp": "2017-02-28T17:33:13Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296232,\n
        "lat": 49.8094251,\n
        "lon": 3.8066674,\n
        "timestamp": "2017-02-28T17:33:13Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296233,\n
        "lat": 49.8094704,\n
        "lon": 3.8065635,\n
        "timestamp": "2017-02-28T17:33:13Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296234,\n
        "lat": 49.8093987,\n
        "lon": 3.8064925,\n
        "timestamp": "2017-02-28T17:33:13Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296235,\n
        "lat": 49.8094976,\n
        "lon": 3.8065906,\n
        "timestamp": "2017-02-28T17:33:13Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296236,\n
        "lat": 49.8094514,\n
        "lon": 3.8066935,\n
        "timestamp": "2017-02-28T17:33:13Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296237,\n
        "lat": 49.8088788,\n
        "lon": 3.8094060,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296238,\n
        "lat": 49.8089047,\n
        "lon": 3.8094164,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296239,\n
        "lat": 49.8089188,\n
        "lon": 3.8093340,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296240,\n
        "lat": 49.8089026,\n
        "lon": 3.8093269,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296241,\n
        "lat": 49.8089003,\n
        "lon": 3.8093482,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296242,\n
        "lat": 49.8088959,\n
        "lon": 3.8093466,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296243,\n
        "lat": 49.8088925,\n
        "lon": 3.8093673,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296244,\n
        "lat": 49.8088852,\n
        "lon": 3.8093655,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296245,\n
        "lat": 49.8091695,\n
        "lon": 3.8094771,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296246,\n
        "lat": 49.8092033,\n
        "lon": 3.8094955,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296247,\n
        "lat": 49.8092300,\n
        "lon": 3.8093627,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296248,\n
        "lat": 49.8091948,\n
        "lon": 3.8093455,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296249,\n
        "lat": 49.8092264,\n
        "lon": 3.8092078,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296250,\n
        "lat": 49.8092557,\n
        "lon": 3.8092251,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296251,\n
        "lat": 49.8092734,\n
        "lon": 3.8091407,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296252,\n
        "lat": 49.8092453,\n
        "lon": 3.8091251,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296253,\n
        "lat": 49.8084456,\n
        "lon": 3.8094315,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296254,\n
        "lat": 49.8085002,\n
        "lon": 3.8091958,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296255,\n
        "lat": 49.8085868,\n
        "lon": 3.8092370,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296256,\n
        "lat": 49.8085533,\n
        "lon": 3.8094495,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296257,\n
        "lat": 49.8086052,\n
        "lon": 3.8094659,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296258,\n
        "lat": 49.8086316,\n
        "lon": 3.8092648,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296259,\n
        "lat": 49.8086352,\n
        "lon": 3.8092603,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296260,\n
        "lat": 49.8086525,\n
        "lon": 3.8091619,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296261,\n
        "lat": 49.8084976,\n
        "lon": 3.8090914,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296262,\n
        "lat": 49.8084764,\n
        "lon": 3.8091871,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296263,\n
        "lat": 49.8084495,\n
        "lon": 3.8091733,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296264,\n
        "lat": 49.8084311,\n
        "lon": 3.8092542,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296265,\n
        "lat": 49.8084485,\n
        "lon": 3.8092629,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296266,\n
        "lat": 49.8084127,\n
        "lon": 3.8094264,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296267,\n
        "lat": 49.8084706,\n
        "lon": 3.8090798,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296268,\n
        "lat": 49.8084801,\n
        "lon": 3.8090851,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296269,\n
        "lat": 49.8084858,\n
        "lon": 3.8090569,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296270,\n
        "lat": 49.8084769,\n
        "lon": 3.8090523,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296271,\n
        "lat": 49.8078615,\n
        "lon": 3.8090673,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296272,\n
        "lat": 49.8079840,\n
        "lon": 3.8091770,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296273,\n
        "lat": 49.8080278,\n
        "lon": 3.8090614,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296274,\n
        "lat": 49.8079052,\n
        "lon": 3.8089519,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296275,\n
        "lat": 49.8081539,\n
        "lon": 3.8088386,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296276,\n
        "lat": 49.8082324,\n
        "lon": 3.8088520,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296277,\n
        "lat": 49.8082352,\n
        "lon": 3.8088148,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296278,\n
        "lat": 49.8081557,\n
        "lon": 3.8088017,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296279,\n
        "lat": 49.8081906,\n
        "lon": 3.8073290,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296280,\n
        "lat": 49.8081797,\n
        "lon": 3.8073019,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296281,\n
        "lat": 49.8081565,\n
        "lon": 3.8073253,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296282,\n
        "lat": 49.8081665,\n
        "lon": 3.8073512,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296283,\n
        "lat": 49.8085688,\n
        "lon": 3.8070319,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296284,\n
        "lat": 49.8085632,\n
        "lon": 3.8070395,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296285,\n
        "lat": 49.8085553,\n
        "lon": 3.8070299,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296286,\n
        "lat": 49.8084816,\n
        "lon": 3.8071158,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296287,\n
        "lat": 49.8085052,\n
        "lon": 3.8071629,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296288,\n
        "lat": 49.8084879,\n
        "lon": 3.8071865,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296767,\n
        "lat": 49.8113876,\n
        "lon": 3.8116821,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296768,\n
        "lat": 49.8112893,\n
        "lon": 3.8117673,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296769,\n
        "lat": 49.8112711,\n
        "lon": 3.8117940,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296770,\n
        "lat": 49.8113080,\n
        "lon": 3.8118530,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296771,\n
        "lat": 49.8113262,\n
        "lon": 3.8118261,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296772,\n
        "lat": 49.8111965,\n
        "lon": 3.8116750,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296773,\n
        "lat": 49.8111469,\n
        "lon": 3.8117513,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296774,\n
        "lat": 49.8112593,\n
        "lon": 3.8119307,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296775,\n
        "lat": 49.8113099,\n
        "lon": 3.8118560,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296776,\n
        "lat": 49.8088168,\n
        "lon": 3.8061411,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296777,\n
        "lat": 49.8088776,\n
        "lon": 3.8061571,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296778,\n
        "lat": 49.8088783,\n
        "lon": 3.8061517,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296779,\n
        "lat": 49.8088901,\n
        "lon": 3.8061557,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296780,\n
        "lat": 49.8089099,\n
        "lon": 3.8059620,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296781,\n
        "lat": 49.8088363,\n
        "lon": 3.8059412,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296782,\n
        "lat": 49.8090809,\n
        "lon": 3.8058587,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296783,\n
        "lat": 49.8089678,\n
        "lon": 3.8057982,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296784,\n
        "lat": 49.8089281,\n
        "lon": 3.8059755,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296785,\n
        "lat": 49.8090411,\n
        "lon": 3.8060359,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296786,\n
        "lat": 49.8122205,\n
        "lon": 3.8131204,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296787,\n
        "lat": 49.8121437,\n
        "lon": 3.8130103,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296788,\n
        "lat": 49.8121658,\n
        "lon": 3.8129704,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296790,\n
        "lat": 49.8067517,\n
        "lon": 3.8075931,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296791,\n
        "lat": 49.8067551,\n
        "lon": 3.8077082,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296792,\n
        "lat": 49.8066371,\n
        "lon": 3.8076882,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296793,\n
        "lat": 49.8065748,\n
        "lon": 3.8076913,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296794,\n
        "lat": 49.8065747,\n
        "lon": 3.8076955,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296795,\n
        "lat": 49.8065797,\n
        "lon": 3.8076961,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296796,\n
        "lat": 49.8065815,\n
        "lon": 3.8077599,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296797,\n
        "lat": 49.8066389,\n
        "lon": 3.8077563,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296798,\n
        "lat": 49.8063682,\n
        "lon": 3.8077189,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296799,\n
        "lat": 49.8062516,\n
        "lon": 3.8076928,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296800,\n
        "lat": 49.8062537,\n
        "lon": 3.8076723,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296801,\n
        "lat": 49.8062217,\n
        "lon": 3.8076651,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296802,\n
        "lat": 49.8062122,\n
        "lon": 3.8077626,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296803,\n
        "lat": 49.8062440,\n
        "lon": 3.8077699,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296804,\n
        "lat": 49.8062393,\n
        "lon": 3.8078199,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296805,\n
        "lat": 49.8063559,\n
        "lon": 3.8078459,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296806,\n
        "lat": 49.8062145,\n
        "lon": 3.8079145,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296807,\n
        "lat": 49.8060761,\n
        "lon": 3.8079107,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296808,\n
        "lat": 49.8060750,\n
        "lon": 3.8079980,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296809,\n
        "lat": 49.8062134,\n
        "lon": 3.8080018,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296810,\n
        "lat": 49.8061584,\n
        "lon": 3.8076956,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296811,\n
        "lat": 49.8061254,\n
        "lon": 3.8076881,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296812,\n
        "lat": 49.8061237,\n
        "lon": 3.8077082,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296813,\n
        "lat": 49.8060144,\n
        "lon": 3.8076827,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296814,\n
        "lat": 49.8060027,\n
        "lon": 3.8078111,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296815,\n
        "lat": 49.8061118,\n
        "lon": 3.8078400,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296816,\n
        "lat": 49.8061164,\n
        "lon": 3.8077919,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296817,\n
        "lat": 49.8061494,\n
        "lon": 3.8077995,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296818,\n
        "lat": 49.8065853,\n
        "lon": 3.8078977,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296819,\n
        "lat": 49.8065871,\n
        "lon": 3.8079635,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296820,\n
        "lat": 49.8066437,\n
        "lon": 3.8079597,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296821,\n
        "lat": 49.8066418,\n
        "lon": 3.8078937,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296822,\n
        "lat": 49.8065281,\n
        "lon": 3.8075599,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296823,\n
        "lat": 49.8065291,\n
        "lon": 3.8078049,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296824,\n
        "lat": 49.8065827,\n
        "lon": 3.8078043,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296825,\n
        "lat": 49.8065667,\n
        "lon": 3.8076946,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296826,\n
        "lat": 49.8065622,\n
        "lon": 3.8075570,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296827,\n
        "lat": 49.8065298,\n
        "lon": 3.8079747,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296828,\n
        "lat": 49.8065165,\n
        "lon": 3.8079778,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296829,\n
        "lat": 49.8065267,\n
        "lon": 3.8080481,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296830,\n
        "lat": 49.8065889,\n
        "lon": 3.8080269,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296831,\n
        "lat": 49.8111026,\n
        "lon": 3.8063413,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296832,\n
        "lat": 49.8111603,\n
        "lon": 3.8061682,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296833,\n
        "lat": 49.8110676,\n
        "lon": 3.8060875,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296834,\n
        "lat": 49.8110007,\n
        "lon": 3.8062678,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296835,\n
        "lat": 49.8110984,\n
        "lon": 3.8063535,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296836,\n
        "lat": 49.8114306,\n
        "lon": 3.8066335,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296837,\n
        "lat": 49.8112986,\n
        "lon": 3.8065114,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296838,\n
        "lat": 49.8112945,\n
        "lon": 3.8065165,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296839,\n
        "lat": 49.8109540,\n
        "lon": 3.8063995,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296840,\n
        "lat": 49.8092773,\n
        "lon": 3.8078545,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296841,\n
        "lat": 49.8092218,\n
        "lon": 3.8079881,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296842,\n
        "lat": 49.8093186,\n
        "lon": 3.8080893,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296843,\n
        "lat": 49.8093756,\n
        "lon": 3.8079563,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296844,\n
        "lat": 49.8091357,\n
        "lon": 3.8093310,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296845,\n
        "lat": 49.8090511,\n
        "lon": 3.8092829,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296846,\n
        "lat": 49.8090428,\n
        "lon": 3.8093215,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296847,\n
        "lat": 49.8091276,\n
        "lon": 3.8093703,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296848,\n
        "lat": 49.8075098,\n
        "lon": 3.8071334,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296849,\n
        "lat": 49.8074761,\n
        "lon": 3.8071501,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296850,\n
        "lat": 49.8074844,\n
        "lon": 3.8071894,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296851,\n
        "lat": 49.8075182,\n
        "lon": 3.8071728,\n
        "timestamp": "2017-02-28T17:33:30Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296852,\n
        "lat": 49.8073861,\n
        "lon": 3.8073694,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296853,\n
        "lat": 49.8118951,\n
        "lon": 3.8064884,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296854,\n
        "lat": 49.8119194,\n
        "lon": 3.8065140,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296855,\n
        "lat": 49.8119345,\n
        "lon": 3.8064814,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296856,\n
        "lat": 49.8119101,\n
        "lon": 3.8064587,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296857,\n
        "lat": 49.8114940,\n
        "lon": 3.8064593,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296858,\n
        "lat": 49.8122722,\n
        "lon": 3.8066752,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296859,\n
        "lat": 49.8122487,\n
        "lon": 3.8066464,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296860,\n
        "lat": 49.8122299,\n
        "lon": 3.8066830,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296861,\n
        "lat": 49.8122535,\n
        "lon": 3.8067119,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296862,\n
        "lat": 49.8092449,\n
        "lon": 3.8093538,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296863,\n
        "lat": 49.8092283,\n
        "lon": 3.8094337,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296864,\n
        "lat": 49.8092990,\n
        "lon": 3.8094696,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296865,\n
        "lat": 49.8093164,\n
        "lon": 3.8093875,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296866,\n
        "lat": 49.8093434,\n
        "lon": 3.8093440,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296867,\n
        "lat": 49.8093308,\n
        "lon": 3.8093943,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296868,\n
        "lat": 49.8093371,\n
        "lon": 3.8093971,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296869,\n
        "lat": 49.8093473,\n
        "lon": 3.8093466,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296870,\n
        "lat": 49.8093602,\n
        "lon": 3.8092837,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296871,\n
        "lat": 49.8092711,\n
        "lon": 3.8092353,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296872,\n
        "lat": 49.8094915,\n
        "lon": 3.8067674,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296873,\n
        "lat": 49.8095311,\n
        "lon": 3.8068117,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296874,\n
        "lat": 49.8095548,\n
        "lon": 3.8067601,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296875,\n
        "lat": 49.8095165,\n
        "lon": 3.8067139,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296876,\n
        "lat": 49.8106584,\n
        "lon": 3.8073918,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296877,\n
        "lat": 49.8106254,\n
        "lon": 3.8073635,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296878,\n
        "lat": 49.8106024,\n
        "lon": 3.8074271,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296879,\n
        "lat": 49.8106354,\n
        "lon": 3.8074555,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296880,\n
        "lat": 49.8103555,\n
        "lon": 3.8073579,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296881,\n
        "lat": 49.8110337,\n
        "lon": 3.8069828,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296882,\n
        "lat": 49.8109547,\n
        "lon": 3.8071932,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296883,\n
        "lat": 49.8088740,\n
        "lon": 3.8094041,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296884,\n
        "lat": 49.8088508,\n
        "lon": 3.8095511,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296885,\n
        "lat": 49.8088807,\n
        "lon": 3.8095615,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296886,\n
        "lat": 49.8085896,\n
        "lon": 3.8097649,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296887,\n
        "lat": 49.8086644,\n
        "lon": 3.8097915,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296888,\n
        "lat": 49.8085978,\n
        "lon": 3.8097426,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296889,\n
        "lat": 49.8085020,\n
        "lon": 3.8072132,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296890,\n
        "lat": 49.8085197,\n
        "lon": 3.8071927,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296891,\n
        "lat": 49.8085250,\n
        "lon": 3.8072018,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296892,\n
        "lat": 49.8085704,\n
        "lon": 3.8071520,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296893,\n
        "lat": 49.8085830,\n
        "lon": 3.8071779,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296894,\n
        "lat": 49.8086133,\n
        "lon": 3.8071430,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296895,\n
        "lat": 49.8085942,\n
        "lon": 3.8071053,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296896,\n
        "lat": 49.8086008,\n
        "lon": 3.8070950,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296897,\n
        "lat": 49.8086272,\n
        "lon": 3.8070625,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296898,\n
        "lat": 49.8085967,\n
        "lon": 3.8069995,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296899,\n
        "lat": 49.8084208,\n
        "lon": 3.8071677,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296900,\n
        "lat": 49.8084355,\n
        "lon": 3.8071492,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296901,\n
        "lat": 49.8084171,\n
        "lon": 3.8071076,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296902,\n
        "lat": 49.8083678,\n
        "lon": 3.8071655,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296903,\n
        "lat": 49.8083404,\n
        "lon": 3.8071913,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296904,\n
        "lat": 49.8083651,\n
        "lon": 3.8072481,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296905,\n
        "lat": 49.8083925,\n
        "lon": 3.8072205,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296906,\n
        "lat": 49.8084028,\n
        "lon": 3.8072416,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296907,\n
        "lat": 49.8084362,\n
        "lon": 3.8072028,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296908,\n
        "lat": 49.8075693,\n
        "lon": 3.8078766,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296909,\n
        "lat": 49.8075947,\n
        "lon": 3.8079015,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296910,\n
        "lat": 49.8076052,\n
        "lon": 3.8078744,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296911,\n
        "lat": 49.8075797,\n
        "lon": 3.8078487,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296912,\n
        "lat": 49.8076034,\n
        "lon": 3.8081693,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296913,\n
        "lat": 49.8075472,\n
        "lon": 3.8081173,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296914,\n
        "lat": 49.8075245,\n
        "lon": 3.8081697,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296915,\n
        "lat": 49.8075974,\n
        "lon": 3.8082416,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296916,\n
        "lat": 49.8074820,\n
        "lon": 3.8080545,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296917,\n
        "lat": 49.8074138,\n
        "lon": 3.8082055,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296918,\n
        "lat": 49.8074808,\n
        "lon": 3.8082710,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296919,\n
        "lat": 49.8074179,\n
        "lon": 3.8083919,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296920,\n
        "lat": 49.8074498,\n
        "lon": 3.8083816,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296921,\n
        "lat": 49.8074345,\n
        "lon": 3.8082905,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296922,\n
        "lat": 49.8074028,\n
        "lon": 3.8083025,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296923,\n
        "lat": 49.8074771,\n
        "lon": 3.8085682,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296924,\n
        "lat": 49.8075326,\n
        "lon": 3.8085499,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296925,\n
        "lat": 49.8075240,\n
        "lon": 3.8084956,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296926,\n
        "lat": 49.8075272,\n
        "lon": 3.8084915,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296927,\n
        "lat": 49.8075261,\n
        "lon": 3.8084826,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296928,\n
        "lat": 49.8075209,\n
        "lon": 3.8084842,\n
        "timestamp": "2017-02-28T17:33:14Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296929,\n
        "lat": 49.8075167,\n
        "lon": 3.8084520,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296930,\n
        "lat": 49.8075209,\n
        "lon": 3.8084453,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296931,\n
        "lat": 49.8075195,\n
        "lon": 3.8084377,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296932,\n
        "lat": 49.8075153,\n
        "lon": 3.8084382,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296933,\n
        "lat": 49.8075075,\n
        "lon": 3.8083903,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296934,\n
        "lat": 49.8075114,\n
        "lon": 3.8083875,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296935,\n
        "lat": 49.8075102,\n
        "lon": 3.8083802,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296936,\n
        "lat": 49.8074520,\n
        "lon": 3.8084016,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296937,\n
        "lat": 49.8074973,\n
        "lon": 3.8087068,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296938,\n
        "lat": 49.8075531,\n
        "lon": 3.8086862,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296939,\n
        "lat": 49.8075896,\n
        "lon": 3.8086779,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296940,\n
        "lat": 49.8075776,\n
        "lon": 3.8086026,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296941,\n
        "lat": 49.8075424,\n
        "lon": 3.8086143,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296942,\n
        "lat": 49.8075319,\n
        "lon": 3.8089278,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296943,\n
        "lat": 49.8075861,\n
        "lon": 3.8089086,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296944,\n
        "lat": 49.8075640,\n
        "lon": 3.8087701,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296945,\n
        "lat": 49.8075689,\n
        "lon": 3.8087667,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296946,\n
        "lat": 49.8075674,\n
        "lon": 3.8087578,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296947,\n
        "lat": 49.8075730,\n
        "lon": 3.8087550,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296948,\n
        "lat": 49.8075631,\n
        "lon": 3.8086927,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296949,\n
        "lat": 49.8075547,\n
        "lon": 3.8086966,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296950,\n
        "lat": 49.8082925,\n
        "lon": 3.8072745,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296951,\n
        "lat": 49.8082262,\n
        "lon": 3.8073388,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296952,\n
        "lat": 49.8082524,\n
        "lon": 3.8074035,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296953,\n
        "lat": 49.8083187,\n
        "lon": 3.8073393,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296954,\n
        "lat": 49.8090339,\n
        "lon": 3.8072263,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296955,\n
        "lat": 49.8090596,\n
        "lon": 3.8071663,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296956,\n
        "lat": 49.8090271,\n
        "lon": 3.8071330,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296957,\n
        "lat": 49.8089641,\n
        "lon": 3.8072827,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296958,\n
        "lat": 49.8090566,\n
        "lon": 3.8073753,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296959,\n
        "lat": 49.8091267,\n
        "lon": 3.8071981,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296960,\n
        "lat": 49.8091156,\n
        "lon": 3.8071861,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296961,\n
        "lat": 49.8090790,\n
        "lon": 3.8072739,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296962,\n
        "lat": 49.8091007,\n
        "lon": 3.8071699,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296963,\n
        "lat": 49.8090888,\n
        "lon": 3.8071962,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296964,\n
        "lat": 49.8090508,\n
        "lon": 3.8089424,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296965,\n
        "lat": 49.8090141,\n
        "lon": 3.8089264,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296966,\n
        "lat": 49.8090010,\n
        "lon": 3.8089970,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296967,\n
        "lat": 49.8090378,\n
        "lon": 3.8090132,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296968,\n
        "lat": 49.8090558,\n
        "lon": 3.8095081,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296969,\n
        "lat": 49.8090041,\n
        "lon": 3.8094853,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296970,\n
        "lat": 49.8090241,\n
        "lon": 3.8093779,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296971,\n
        "lat": 49.8089634,\n
        "lon": 3.8093503,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296972,\n
        "lat": 49.8089310,\n
        "lon": 3.8095252,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296973,\n
        "lat": 49.8090434,\n
        "lon": 3.8095750,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296974,\n
        "lat": 49.8091605,\n
        "lon": 3.8067767,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296975,\n
        "lat": 49.8091936,\n
        "lon": 3.8068099,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296976,\n
        "lat": 49.8091817,\n
        "lon": 3.8068352,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296977,\n
        "lat": 49.8091952,\n
        "lon": 3.8068481,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296978,\n
        "lat": 49.8092072,\n
        "lon": 3.8068226,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296979,\n
        "lat": 49.8092585,\n
        "lon": 3.8068754,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296980,\n
        "lat": 49.8092986,\n
        "lon": 3.8067836,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296981,\n
        "lat": 49.8092784,\n
        "lon": 3.8067618,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296982,\n
        "lat": 49.8092871,\n
        "lon": 3.8067418,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296983,\n
        "lat": 49.8092361,\n
        "lon": 3.8066865,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296984,\n
        "lat": 49.8092578,\n
        "lon": 3.8066342,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296985,\n
        "lat": 49.8092332,\n
        "lon": 3.8066076,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296986,\n
        "lat": 49.8087833,\n
        "lon": 3.8095307,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296987,\n
        "lat": 49.8087986,\n
        "lon": 3.8094226,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296988,\n
        "lat": 49.8087938,\n
        "lon": 3.8094190,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296989,\n
        "lat": 49.8088176,\n
        "lon": 3.8092405,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296990,\n
        "lat": 49.8087609,\n
        "lon": 3.8092201,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296991,\n
        "lat": 49.8087392,\n
        "lon": 3.8093991,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296992,\n
        "lat": 49.8087330,\n
        "lon": 3.8093974,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296993,\n
        "lat": 49.8087171,\n
        "lon": 3.8095108,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296994,\n
        "lat": 49.8074677,\n
        "lon": 3.8072057,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296995,\n
        "lat": 49.8073227,\n
        "lon": 3.8072771,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296996,\n
        "lat": 49.8073484,\n
        "lon": 3.8074013,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296997,\n
        "lat": 49.8073885,\n
        "lon": 3.8073817,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296998,\n
        "lat": 49.8073833,\n
        "lon": 3.8073555,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710296999,\n
        "lat": 49.8074360,\n
        "lon": 3.8073291,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297000,\n
        "lat": 49.8074388,\n
        "lon": 3.8073430,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297001,\n
        "lat": 49.8074909,\n
        "lon": 3.8073181,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297002,\n
        "lat": 49.8078260,\n
        "lon": 3.8071531,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297003,\n
        "lat": 49.8077182,\n
        "lon": 3.8072068,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297004,\n
        "lat": 49.8077410,\n
        "lon": 3.8073140,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297005,\n
        "lat": 49.8077875,\n
        "lon": 3.8072908,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297006,\n
        "lat": 49.8077895,\n
        "lon": 3.8072849,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297007,\n
        "lat": 49.8078063,\n
        "lon": 3.8072766,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297008,\n
        "lat": 49.8078102,\n
        "lon": 3.8072795,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297009,\n
        "lat": 49.8078488,\n
        "lon": 3.8072603,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297010,\n
        "lat": 49.8077886,\n
        "lon": 3.8068257,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297011,\n
        "lat": 49.8077028,\n
        "lon": 3.8068682,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297012,\n
        "lat": 49.8077188,\n
        "lon": 3.8069428,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297013,\n
        "lat": 49.8078046,\n
        "lon": 3.8069003,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297014,\n
        "lat": 49.8120798,\n
        "lon": 3.8066522,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297015,\n
        "lat": 49.8121068,\n
        "lon": 3.8066753,\n
        "timestamp": "2017-02-28T17:33:15Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297016,\n
        "lat": 49.8121189,\n
        "lon": 3.8066438,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297017,\n
        "lat": 49.8120921,\n
        "lon": 3.8066214,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297018,\n
        "lat": 49.8113804,\n
        "lon": 3.8067713,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297019,\n
        "lat": 49.8116491,\n
        "lon": 3.8064360,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297020,\n
        "lat": 49.8116854,\n
        "lon": 3.8064701,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297021,\n
        "lat": 49.8118054,\n
        "lon": 3.8062099,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297022,\n
        "lat": 49.8117419,\n
        "lon": 3.8061404,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297023,\n
        "lat": 49.8117211,\n
        "lon": 3.8061854,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297024,\n
        "lat": 49.8117510,\n
        "lon": 3.8062173,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297025,\n
        "lat": 49.8096085,\n
        "lon": 3.8078182,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297026,\n
        "lat": 49.8096204,\n
        "lon": 3.8077867,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297027,\n
        "lat": 49.8095682,\n
        "lon": 3.8077373,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297028,\n
        "lat": 49.8095568,\n
        "lon": 3.8077691,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297029,\n
        "lat": 49.8096031,\n
        "lon": 3.8077466,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297030,\n
        "lat": 49.8096453,\n
        "lon": 3.8076268,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297031,\n
        "lat": 49.8096087,\n
        "lon": 3.8075918,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297032,\n
        "lat": 49.8095655,\n
        "lon": 3.8077149,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297033,\n
        "lat": 49.8097672,\n
        "lon": 3.8078330,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297034,\n
        "lat": 49.8097950,\n
        "lon": 3.8077637,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297035,\n
        "lat": 49.8097255,\n
        "lon": 3.8076964,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297036,\n
        "lat": 49.8097025,\n
        "lon": 3.8077587,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297037,\n
        "lat": 49.8096936,\n
        "lon": 3.8077501,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297038,\n
        "lat": 49.8096774,\n
        "lon": 3.8077916,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297039,\n
        "lat": 49.8096881,\n
        "lon": 3.8077989,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297040,\n
        "lat": 49.8096511,\n
        "lon": 3.8078976,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297041,\n
        "lat": 49.8096031,\n
        "lon": 3.8078520,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297042,\n
        "lat": 49.8095767,\n
        "lon": 3.8079221,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297043,\n
        "lat": 49.8095798,\n
        "lon": 3.8079270,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297044,\n
        "lat": 49.8095697,\n
        "lon": 3.8079489,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297045,\n
        "lat": 49.8096975,\n
        "lon": 3.8080650,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297046,\n
        "lat": 49.8097808,\n
        "lon": 3.8078463,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297047,\n
        "lat": 49.8094429,\n
        "lon": 3.8069711,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297048,\n
        "lat": 49.8095154,\n
        "lon": 3.8070491,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297049,\n
        "lat": 49.8095209,\n
        "lon": 3.8070349,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297050,\n
        "lat": 49.8095122,\n
        "lon": 3.8070269,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297051,\n
        "lat": 49.8095247,\n
        "lon": 3.8069991,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297052,\n
        "lat": 49.8094593,\n
        "lon": 3.8069246,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297053,\n
        "lat": 49.8094126,\n
        "lon": 3.8092606,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297054,\n
        "lat": 49.8094291,\n
        "lon": 3.8092740,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297055,\n
        "lat": 49.8094514,\n
        "lon": 3.8092040,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297056,\n
        "lat": 49.8094336,\n
        "lon": 3.8091913,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297057,\n
        "lat": 49.8101640,\n
        "lon": 3.8085787,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297058,\n
        "lat": 49.8101410,\n
        "lon": 3.8085579,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297059,\n
        "lat": 49.8101317,\n
        "lon": 3.8085855,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297060,\n
        "lat": 49.8101554,\n
        "lon": 3.8086023,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297061,\n
        "lat": 49.8099956,\n
        "lon": 3.8090844,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297062,\n
        "lat": 49.8100326,\n
        "lon": 3.8091134,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297063,\n
        "lat": 49.8100453,\n
        "lon": 3.8090719,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297064,\n
        "lat": 49.8100091,\n
        "lon": 3.8090425,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297065,\n
        "lat": 49.8092812,\n
        "lon": 3.8078585,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297066,\n
        "lat": 49.8093363,\n
        "lon": 3.8079152,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297067,\n
        "lat": 49.8093859,\n
        "lon": 3.8077968,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297068,\n
        "lat": 49.8093583,\n
        "lon": 3.8077693,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297069,\n
        "lat": 49.8093288,\n
        "lon": 3.8078395,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297070,\n
        "lat": 49.8093006,\n
        "lon": 3.8078125,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297071,\n
        "lat": 49.8093380,\n
        "lon": 3.8077226,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297072,\n
        "lat": 49.8093666,\n
        "lon": 3.8077497,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297073,\n
        "lat": 49.8093895,\n
        "lon": 3.8076973,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297074,\n
        "lat": 49.8093606,\n
        "lon": 3.8076682,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297075,\n
        "lat": 49.8093108,\n
        "lon": 3.8077279,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297076,\n
        "lat": 49.8093457,\n
        "lon": 3.8076506,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297077,\n
        "lat": 49.8093180,\n
        "lon": 3.8076193,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297078,\n
        "lat": 49.8093048,\n
        "lon": 3.8076452,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297079,\n
        "lat": 49.8092966,\n
        "lon": 3.8076388,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297080,\n
        "lat": 49.8092740,\n
        "lon": 3.8076884,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297081,\n
        "lat": 49.8093761,\n
        "lon": 3.8073526,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297082,\n
        "lat": 49.8093511,\n
        "lon": 3.8074092,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297083,\n
        "lat": 49.8093507,\n
        "lon": 3.8074199,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297084,\n
        "lat": 49.8093396,\n
        "lon": 3.8074476,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297085,\n
        "lat": 49.8094039,\n
        "lon": 3.8075159,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297086,\n
        "lat": 49.8094311,\n
        "lon": 3.8074530,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297087,\n
        "lat": 49.8094356,\n
        "lon": 3.8074574,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297088,\n
        "lat": 49.8094412,\n
        "lon": 3.8074442,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297089,\n
        "lat": 49.8094383,\n
        "lon": 3.8074400,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297090,\n
        "lat": 49.8094454,\n
        "lon": 3.8074237,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297091,\n
        "lat": 49.8094337,\n
        "lon": 3.8069624,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297092,\n
        "lat": 49.8094041,\n
        "lon": 3.8070284,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297093,\n
        "lat": 49.8095533,\n
        "lon": 3.8071879,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297094,\n
        "lat": 49.8095796,\n
        "lon": 3.8071226,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297095,\n
        "lat": 49.8095512,\n
        "lon": 3.8070898,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297096,\n
        "lat": 49.8095496,\n
        "lon": 3.8070932,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297097,\n
        "lat": 49.8095132,\n
        "lon": 3.8070534,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297098,\n
        "lat": 49.8099360,\n
        "lon": 3.8072210,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297099,\n
        "lat": 49.8099663,\n
        "lon": 3.8072397,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297100,\n
        "lat": 49.8099774,\n
        "lon": 3.8071936,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297101,\n
        "lat": 49.8099472,\n
        "lon": 3.8071760,\n
        "timestamp": "2017-02-28T17:33:16Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297102,\n
        "lat": 49.8107031,\n
        "lon": 3.8072728,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297103,\n
        "lat": 49.8105589,\n
        "lon": 3.8071509,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297104,\n
        "lat": 49.8105229,\n
        "lon": 3.8072537,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297105,\n
        "lat": 49.8105606,\n
        "lon": 3.8072843,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297106,\n
        "lat": 49.8105525,\n
        "lon": 3.8073091,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297107,\n
        "lat": 49.8105797,\n
        "lon": 3.8073312,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297108,\n
        "lat": 49.8105873,\n
        "lon": 3.8073082,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297109,\n
        "lat": 49.8106667,\n
        "lon": 3.8073757,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297110,\n
        "lat": 49.8108659,\n
        "lon": 3.8081478,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297111,\n
        "lat": 49.8110298,\n
        "lon": 3.8083027,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297112,\n
        "lat": 49.8110725,\n
        "lon": 3.8081907,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297113,\n
        "lat": 49.8109129,\n
        "lon": 3.8080352,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297114,\n
        "lat": 49.8109415,\n
        "lon": 3.8082193,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297115,\n
        "lat": 49.8108442,\n
        "lon": 3.8082093,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297116,\n
        "lat": 49.8108993,\n
        "lon": 3.8082622,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297117,\n
        "lat": 49.8109131,\n
        "lon": 3.8082260,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297118,\n
        "lat": 49.8109285,\n
        "lon": 3.8082363,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297119,\n
        "lat": 49.8109387,\n
        "lon": 3.8082288,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297120,\n
        "lat": 49.8110867,\n
        "lon": 3.8095531,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297121,\n
        "lat": 49.8111232,\n
        "lon": 3.8094719,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297122,\n
        "lat": 49.8109206,\n
        "lon": 3.8092515,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297123,\n
        "lat": 49.8108825,\n
        "lon": 3.8093291,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297124,\n
        "lat": 49.8109076,\n
        "lon": 3.8093563,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297125,\n
        "lat": 49.8109048,\n
        "lon": 3.8093641,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297126,\n
        "lat": 49.8109109,\n
        "lon": 3.8093707,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297127,\n
        "lat": 49.8109089,\n
        "lon": 3.8093786,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297128,\n
        "lat": 49.8109136,\n
        "lon": 3.8093831,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297129,\n
        "lat": 49.8109178,\n
        "lon": 3.8093773,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297130,\n
        "lat": 49.8109225,\n
        "lon": 3.8093824,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297131,\n
        "lat": 49.8109269,\n
        "lon": 3.8093768,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297132,\n
        "lat": 49.8109460,\n
        "lon": 3.8094000,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297133,\n
        "lat": 49.8109282,\n
        "lon": 3.8094392,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297134,\n
        "lat": 49.8109658,\n
        "lon": 3.8094772,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297135,\n
        "lat": 49.8109839,\n
        "lon": 3.8094414,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297136,\n
        "lat": 49.8111868,\n
        "lon": 3.8094389,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297137,\n
        "lat": 49.8112206,\n
        "lon": 3.8093743,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297138,\n
        "lat": 49.8110178,\n
        "lon": 3.8091022,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297139,\n
        "lat": 49.8109825,\n
        "lon": 3.8091611,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297140,\n
        "lat": 49.8104166,\n
        "lon": 3.8083155,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297141,\n
        "lat": 49.8103736,\n
        "lon": 3.8084400,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297142,\n
        "lat": 49.8104881,\n
        "lon": 3.8085459,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297143,\n
        "lat": 49.8104916,\n
        "lon": 3.8085361,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297144,\n
        "lat": 49.8105338,\n
        "lon": 3.8085752,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297145,\n
        "lat": 49.8105756,\n
        "lon": 3.8084579,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297146,\n
        "lat": 49.8105254,\n
        "lon": 3.8084130,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297147,\n
        "lat": 49.8105287,\n
        "lon": 3.8084039,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297148,\n
        "lat": 49.8104679,\n
        "lon": 3.8083493,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297149,\n
        "lat": 49.8104645,\n
        "lon": 3.8083584,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297150,\n
        "lat": 49.8104989,\n
        "lon": 3.8077065,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297151,\n
        "lat": 49.8104779,\n
        "lon": 3.8077755,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297152,\n
        "lat": 49.8105110,\n
        "lon": 3.8077997,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297153,\n
        "lat": 49.8105049,\n
        "lon": 3.8078197,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297154,\n
        "lat": 49.8105514,\n
        "lon": 3.8078538,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297155,\n
        "lat": 49.8105576,\n
        "lon": 3.8078336,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297156,\n
        "lat": 49.8105902,\n
        "lon": 3.8078575,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297157,\n
        "lat": 49.8106113,\n
        "lon": 3.8077885,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297158,\n
        "lat": 49.8104114,\n
        "lon": 3.8073958,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297159,\n
        "lat": 49.8103798,\n
        "lon": 3.8073744,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297160,\n
        "lat": 49.8103601,\n
        "lon": 3.8074451,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297161,\n
        "lat": 49.8103357,\n
        "lon": 3.8074286,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297162,\n
        "lat": 49.8103311,\n
        "lon": 3.8074454,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297163,\n
        "lat": 49.8103056,\n
        "lon": 3.8074278,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297164,\n
        "lat": 49.8102882,\n
        "lon": 3.8074860,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297165,\n
        "lat": 49.8103694,\n
        "lon": 3.8075403,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297166,\n
        "lat": 49.8103185,\n
        "lon": 3.8077412,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297167,\n
        "lat": 49.8102541,\n
        "lon": 3.8076976,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297168,\n
        "lat": 49.8102438,\n
        "lon": 3.8077337,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297169,\n
        "lat": 49.8102269,\n
        "lon": 3.8077223,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297170,\n
        "lat": 49.8102072,\n
        "lon": 3.8077921,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297171,\n
        "lat": 49.8102240,\n
        "lon": 3.8078035,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297172,\n
        "lat": 49.8102128,\n
        "lon": 3.8078434,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297173,\n
        "lat": 49.8102540,\n
        "lon": 3.8078713,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297174,\n
        "lat": 49.8102672,\n
        "lon": 3.8078250,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297175,\n
        "lat": 49.8102885,\n
        "lon": 3.8078393,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297176,\n
        "lat": 49.8105019,\n
        "lon": 3.8076664,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297177,\n
        "lat": 49.8104786,\n
        "lon": 3.8076495,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297178,\n
        "lat": 49.8104681,\n
        "lon": 3.8076840,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297179,\n
        "lat": 49.8104913,\n
        "lon": 3.8077009,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297180,\n
        "lat": 49.8100293,\n
        "lon": 3.8074819,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297181,\n
        "lat": 49.8100746,\n
        "lon": 3.8075215,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297182,\n
        "lat": 49.8100926,\n
        "lon": 3.8074724,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297183,\n
        "lat": 49.8100474,\n
        "lon": 3.8074327,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297184,\n
        "lat": 49.8103749,\n
        "lon": 3.8068173,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297185,\n
        "lat": 49.8103119,\n
        "lon": 3.8070300,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297186,\n
        "lat": 49.8103848,\n
        "lon": 3.8070816,\n
        "timestamp": "2017-02-28T17:33:17Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297187,\n
        "lat": 49.8104479,\n
        "lon": 3.8068690,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297188,\n
        "lat": 49.8101094,\n
        "lon": 3.8077087,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297189,\n
        "lat": 49.8100831,\n
        "lon": 3.8077960,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297190,\n
        "lat": 49.8101171,\n
        "lon": 3.8078242,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297191,\n
        "lat": 49.8101244,\n
        "lon": 3.8078000,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297192,\n
        "lat": 49.8101402,\n
        "lon": 3.8078134,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297193,\n
        "lat": 49.8101600,\n
        "lon": 3.8077475,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297194,\n
        "lat": 49.8100970,\n
        "lon": 3.8076599,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297195,\n
        "lat": 49.8101288,\n
        "lon": 3.8075690,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297196,\n
        "lat": 49.8100258,\n
        "lon": 3.8074788,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297197,\n
        "lat": 49.8099784,\n
        "lon": 3.8076062,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297198,\n
        "lat": 49.8100329,\n
        "lon": 3.8076555,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297199,\n
        "lat": 49.8099980,\n
        "lon": 3.8077547,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297200,\n
        "lat": 49.8100630,\n
        "lon": 3.8078090,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297201,\n
        "lat": 49.8101001,\n
        "lon": 3.8076944,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297202,\n
        "lat": 49.8101066,\n
        "lon": 3.8076998,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297203,\n
        "lat": 49.8101161,\n
        "lon": 3.8076769,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297204,\n
        "lat": 49.8097306,\n
        "lon": 3.8073796,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297205,\n
        "lat": 49.8097636,\n
        "lon": 3.8072672,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297206,\n
        "lat": 49.8096404,\n
        "lon": 3.8071353,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297207,\n
        "lat": 49.8096247,\n
        "lon": 3.8071699,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297208,\n
        "lat": 49.8092081,\n
        "lon": 3.8095656,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297209,\n
        "lat": 49.8092021,\n
        "lon": 3.8095946,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297210,\n
        "lat": 49.8091949,\n
        "lon": 3.8095922,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297211,\n
        "lat": 49.8091898,\n
        "lon": 3.8096158,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297212,\n
        "lat": 49.8091960,\n
        "lon": 3.8096198,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297213,\n
        "lat": 49.8091867,\n
        "lon": 3.8096649,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297214,\n
        "lat": 49.8092784,\n
        "lon": 3.8097136,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297215,\n
        "lat": 49.8092997,\n
        "lon": 3.8096185,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297216,\n
        "lat": 49.8092660,\n
        "lon": 3.8095987,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297217,\n
        "lat": 49.8092752,\n
        "lon": 3.8095571,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297218,\n
        "lat": 49.8092248,\n
        "lon": 3.8095285,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297219,\n
        "lat": 49.8086574,\n
        "lon": 3.8098115,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297220,\n
        "lat": 49.8085516,\n
        "lon": 3.8097388,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297221,\n
        "lat": 49.8085187,\n
        "lon": 3.8098516,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297222,\n
        "lat": 49.8086231,\n
        "lon": 3.8099246,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297223,\n
        "lat": 49.8091372,\n
        "lon": 3.8100243,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297224,\n
        "lat": 49.8091713,\n
        "lon": 3.8099064,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297225,\n
        "lat": 49.8091275,\n
        "lon": 3.8098766,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297226,\n
        "lat": 49.8091025,\n
        "lon": 3.8099658,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297227,\n
        "lat": 49.8091294,\n
        "lon": 3.8099850,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297228,\n
        "lat": 49.8091202,\n
        "lon": 3.8100125,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297229,\n
        "lat": 49.8091144,\n
        "lon": 3.8101065,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297230,\n
        "lat": 49.8091345,\n
        "lon": 3.8100425,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297231,\n
        "lat": 49.8089461,\n
        "lon": 3.8099275,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297232,\n
        "lat": 49.8089090,\n
        "lon": 3.8100725,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297233,\n
        "lat": 49.8089258,\n
        "lon": 3.8100832,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297234,\n
        "lat": 49.8089303,\n
        "lon": 3.8100619,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297235,\n
        "lat": 49.8090382,\n
        "lon": 3.8101286,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297236,\n
        "lat": 49.8089698,\n
        "lon": 3.8103157,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297237,\n
        "lat": 49.8090174,\n
        "lon": 3.8103650,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297238,\n
        "lat": 49.8092952,\n
        "lon": 3.8114609,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297239,\n
        "lat": 49.8093102,\n
        "lon": 3.8114392,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297240,\n
        "lat": 49.8093378,\n
        "lon": 3.8113746,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297241,\n
        "lat": 49.8092367,\n
        "lon": 3.8112704,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297242,\n
        "lat": 49.8092349,\n
        "lon": 3.8112729,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297243,\n
        "lat": 49.8092115,\n
        "lon": 3.8112518,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297244,\n
        "lat": 49.8091750,\n
        "lon": 3.8113396,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297245,\n
        "lat": 49.8083082,\n
        "lon": 3.8097103,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297246,\n
        "lat": 49.8082760,\n
        "lon": 3.8098190,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297247,\n
        "lat": 49.8083717,\n
        "lon": 3.8098722,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297248,\n
        "lat": 49.8084045,\n
        "lon": 3.8097609,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297249,\n
        "lat": 49.8083476,\n
        "lon": 3.8097293,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297250,\n
        "lat": 49.8083469,\n
        "lon": 3.8097319,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297251,\n
        "lat": 49.8114445,\n
        "lon": 3.8122286,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297252,\n
        "lat": 49.8115037,\n
        "lon": 3.8121432,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297253,\n
        "lat": 49.8114481,\n
        "lon": 3.8120489,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297254,\n
        "lat": 49.8114194,\n
        "lon": 3.8120897,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297255,\n
        "lat": 49.8114133,\n
        "lon": 3.8120797,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297256,\n
        "lat": 49.8113819,\n
        "lon": 3.8121232,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297257,\n
        "lat": 49.8115444,\n
        "lon": 3.8123127,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297258,\n
        "lat": 49.8116420,\n
        "lon": 3.8124536,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297259,\n
        "lat": 49.8117815,\n
        "lon": 3.8122206,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297260,\n
        "lat": 49.8116836,\n
        "lon": 3.8120811,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297261,\n
        "lat": 49.8113914,\n
        "lon": 3.8120220,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297262,\n
        "lat": 49.8114227,\n
        "lon": 3.8120594,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297263,\n
        "lat": 49.8114779,\n
        "lon": 3.8119411,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297264,\n
        "lat": 49.8114481,\n
        "lon": 3.8119052,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297265,\n
        "lat": 49.8115179,\n
        "lon": 3.8118686,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297266,\n
        "lat": 49.8114892,\n
        "lon": 3.8119069,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297267,\n
        "lat": 49.8115302,\n
        "lon": 3.8119840,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297268,\n
        "lat": 49.8115371,\n
        "lon": 3.8119780,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297269,\n
        "lat": 49.8115527,\n
        "lon": 3.8120077,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297270,\n
        "lat": 49.8115756,\n
        "lon": 3.8119761,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297271,\n
        "lat": 49.8113032,\n
        "lon": 3.8120031,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297272,\n
        "lat": 49.8113508,\n
        "lon": 3.8120819,\n
        "timestamp": "2017-02-28T17:33:18Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297273,\n
        "lat": 49.8113855,\n
        "lon": 3.8120306,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297274,\n
        "lat": 49.8113570,\n
        "lon": 3.8119805,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297275,\n
        "lat": 49.8113731,\n
        "lon": 3.8119536,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297276,\n
        "lat": 49.8113528,\n
        "lon": 3.8119196,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297277,\n
        "lat": 49.8110193,\n
        "lon": 3.8113632,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297278,\n
        "lat": 49.8111147,\n
        "lon": 3.8115064,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297279,\n
        "lat": 49.8111693,\n
        "lon": 3.8114233,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297280,\n
        "lat": 49.8110727,\n
        "lon": 3.8112777,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297281,\n
        "lat": 49.8113236,\n
        "lon": 3.8097232,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297282,\n
        "lat": 49.8114531,\n
        "lon": 3.8098907,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297283,\n
        "lat": 49.8115158,\n
        "lon": 3.8097728,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297284,\n
        "lat": 49.8114455,\n
        "lon": 3.8096823,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297285,\n
        "lat": 49.8114612,\n
        "lon": 3.8096510,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297286,\n
        "lat": 49.8114273,\n
        "lon": 3.8096054,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297287,\n
        "lat": 49.8114104,\n
        "lon": 3.8096394,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297288,\n
        "lat": 49.8114201,\n
        "lon": 3.8096532,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297289,\n
        "lat": 49.8113791,\n
        "lon": 3.8097291,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297290,\n
        "lat": 49.8113449,\n
        "lon": 3.8096837,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297291,\n
        "lat": 49.8123302,\n
        "lon": 3.8100852,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297292,\n
        "lat": 49.8123742,\n
        "lon": 3.8101363,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297293,\n
        "lat": 49.8123959,\n
        "lon": 3.8100929,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297294,\n
        "lat": 49.8124160,\n
        "lon": 3.8100471,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297295,\n
        "lat": 49.8123730,\n
        "lon": 3.8099984,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297296,\n
        "lat": 49.8123534,\n
        "lon": 3.8099583,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297297,\n
        "lat": 49.8123721,\n
        "lon": 3.8099212,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297298,\n
        "lat": 49.8123381,\n
        "lon": 3.8098826,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297299,\n
        "lat": 49.8123196,\n
        "lon": 3.8099204,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297300,\n
        "lat": 49.8123999,\n
        "lon": 3.8099045,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297301,\n
        "lat": 49.8123851,\n
        "lon": 3.8099356,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297302,\n
        "lat": 49.8124924,\n
        "lon": 3.8100534,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297303,\n
        "lat": 49.8125621,\n
        "lon": 3.8099028,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297304,\n
        "lat": 49.8124823,\n
        "lon": 3.8098170,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297305,\n
        "lat": 49.8124544,\n
        "lon": 3.8098765,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297306,\n
        "lat": 49.8123924,\n
        "lon": 3.8098069,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297307,\n
        "lat": 49.8123897,\n
        "lon": 3.8098115,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297308,\n
        "lat": 49.8122461,\n
        "lon": 3.8096488,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297309,\n
        "lat": 49.8122195,\n
        "lon": 3.8097020,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297310,\n
        "lat": 49.8124775,\n
        "lon": 3.8094911,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297311,\n
        "lat": 49.8124029,\n
        "lon": 3.8094085,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297312,\n
        "lat": 49.8123595,\n
        "lon": 3.8095042,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297313,\n
        "lat": 49.8124352,\n
        "lon": 3.8095862,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297314,\n
        "lat": 49.8110803,\n
        "lon": 3.8120934,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297315,\n
        "lat": 49.8111237,\n
        "lon": 3.8120263,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297316,\n
        "lat": 49.8110365,\n
        "lon": 3.8118845,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297317,\n
        "lat": 49.8109860,\n
        "lon": 3.8119597,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297318,\n
        "lat": 49.8110237,\n
        "lon": 3.8120221,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297319,\n
        "lat": 49.8109871,\n
        "lon": 3.8120755,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297320,\n
        "lat": 49.8109812,\n
        "lon": 3.8120671,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297321,\n
        "lat": 49.8109592,\n
        "lon": 3.8120968,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297322,\n
        "lat": 49.8110009,\n
        "lon": 3.8121658,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297323,\n
        "lat": 49.8110668,\n
        "lon": 3.8120723,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297324,\n
        "lat": 49.8109968,\n
        "lon": 3.8109538,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297325,\n
        "lat": 49.8109607,\n
        "lon": 3.8110096,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297326,\n
        "lat": 49.8110205,\n
        "lon": 3.8111024,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297327,\n
        "lat": 49.8110571,\n
        "lon": 3.8110448,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297328,\n
        "lat": 49.8114157,\n
        "lon": 3.8116278,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297329,\n
        "lat": 49.8113910,\n
        "lon": 3.8115974,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297330,\n
        "lat": 49.8113630,\n
        "lon": 3.8116518,\n
        "timestamp": "2017-02-28T17:33:19Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297389,\n
        "lat": 49.8121160,\n
        "lon": 3.8129005,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297390,\n
        "lat": 49.8120475,\n
        "lon": 3.8130192,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297391,\n
        "lat": 49.8121735,\n
        "lon": 3.8131992,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297392,\n
        "lat": 49.8112285,\n
        "lon": 3.8124685,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297393,\n
        "lat": 49.8111893,\n
        "lon": 3.8124053,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297394,\n
        "lat": 49.8111527,\n
        "lon": 3.8124587,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297395,\n
        "lat": 49.8111920,\n
        "lon": 3.8125219,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297396,\n
        "lat": 49.8111319,\n
        "lon": 3.8124252,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297397,\n
        "lat": 49.8110466,\n
        "lon": 3.8125484,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297398,\n
        "lat": 49.8111079,\n
        "lon": 3.8126449,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297399,\n
        "lat": 49.8113021,\n
        "lon": 3.8125126,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297400,\n
        "lat": 49.8113232,\n
        "lon": 3.8125477,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297401,\n
        "lat": 49.8113348,\n
        "lon": 3.8125326,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297402,\n
        "lat": 49.8114181,\n
        "lon": 3.8126665,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297403,\n
        "lat": 49.8114721,\n
        "lon": 3.8125895,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297404,\n
        "lat": 49.8113675,\n
        "lon": 3.8124180,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297405,\n
        "lat": 49.8113485,\n
        "lon": 3.8126910,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297406,\n
        "lat": 49.8113767,\n
        "lon": 3.8127392,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297407,\n
        "lat": 49.8114164,\n
        "lon": 3.8126830,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297408,\n
        "lat": 49.8114028,\n
        "lon": 3.8126595,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297409,\n
        "lat": 49.8113808,\n
        "lon": 3.8126889,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297410,\n
        "lat": 49.8113679,\n
        "lon": 3.8126670,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297411,\n
        "lat": 49.8113597,\n
        "lon": 3.8126761,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297412,\n
        "lat": 49.8113406,\n
        "lon": 3.8126437,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297413,\n
        "lat": 49.8113253,\n
        "lon": 3.8126604,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297414,\n
        "lat": 49.8113445,\n
        "lon": 3.8126927,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297415,\n
        "lat": 49.8115041,\n
        "lon": 3.8129275,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297416,\n
        "lat": 49.8115415,\n
        "lon": 3.8128699,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297417,\n
        "lat": 49.8114304,\n
        "lon": 3.8126934,\n
        "timestamp": "2017-02-28T17:33:20Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297418,\n
        "lat": 49.8113873,\n
        "lon": 3.8127550,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297419,\n
        "lat": 49.8114468,\n
        "lon": 3.8128505,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297420,\n
        "lat": 49.8114525,\n
        "lon": 3.8128447,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297421,\n
        "lat": 49.8115010,\n
        "lon": 3.8129418,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297422,\n
        "lat": 49.8114350,\n
        "lon": 3.8128733,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297423,\n
        "lat": 49.8114884,\n
        "lon": 3.8129592,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297424,\n
        "lat": 49.8115696,\n
        "lon": 3.8129157,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297425,\n
        "lat": 49.8115254,\n
        "lon": 3.8129807,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297426,\n
        "lat": 49.8118375,\n
        "lon": 3.8133954,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297427,\n
        "lat": 49.8118913,\n
        "lon": 3.8133072,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297428,\n
        "lat": 49.8118129,\n
        "lon": 3.8131880,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297429,\n
        "lat": 49.8117696,\n
        "lon": 3.8132574,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297430,\n
        "lat": 49.8118208,\n
        "lon": 3.8133336,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297431,\n
        "lat": 49.8118144,\n
        "lon": 3.8133436,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297432,\n
        "lat": 49.8118233,\n
        "lon": 3.8133581,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297433,\n
        "lat": 49.8118187,\n
        "lon": 3.8133655,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297434,\n
        "lat": 49.8117889,\n
        "lon": 3.8134665,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297435,\n
        "lat": 49.8118236,\n
        "lon": 3.8134105,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297436,\n
        "lat": 49.8117462,\n
        "lon": 3.8132953,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297437,\n
        "lat": 49.8117138,\n
        "lon": 3.8133456,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297438,\n
        "lat": 49.8121100,\n
        "lon": 3.8131857,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297439,\n
        "lat": 49.8120451,\n
        "lon": 3.8132719,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297440,\n
        "lat": 49.8120865,\n
        "lon": 3.8133518,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297441,\n
        "lat": 49.8121524,\n
        "lon": 3.8132634,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297442,\n
        "lat": 49.8111018,\n
        "lon": 3.8123780,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297443,\n
        "lat": 49.8110177,\n
        "lon": 3.8125010,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297444,\n
        "lat": 49.8114317,\n
        "lon": 3.8082652,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297445,\n
        "lat": 49.8113827,\n
        "lon": 3.8083589,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297446,\n
        "lat": 49.8114129,\n
        "lon": 3.8083986,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297447,\n
        "lat": 49.8114089,\n
        "lon": 3.8084049,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297448,\n
        "lat": 49.8114179,\n
        "lon": 3.8084174,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297449,\n
        "lat": 49.8114211,\n
        "lon": 3.8084107,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297450,\n
        "lat": 49.8115012,\n
        "lon": 3.8085305,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297451,\n
        "lat": 49.8115570,\n
        "lon": 3.8084354,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297452,\n
        "lat": 49.8121707,\n
        "lon": 3.8069590,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297453,\n
        "lat": 49.8121981,\n
        "lon": 3.8069887,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297454,\n
        "lat": 49.8122243,\n
        "lon": 3.8069304,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297455,\n
        "lat": 49.8122297,\n
        "lon": 3.8069356,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297456,\n
        "lat": 49.8122597,\n
        "lon": 3.8068700,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297457,\n
        "lat": 49.8122263,\n
        "lon": 3.8068362,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297458,\n
        "lat": 49.8120299,\n
        "lon": 3.8067070,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297459,\n
        "lat": 49.8120409,\n
        "lon": 3.8067192,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297460,\n
        "lat": 49.8120244,\n
        "lon": 3.8067633,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297461,\n
        "lat": 49.8121285,\n
        "lon": 3.8068628,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297462,\n
        "lat": 49.8121665,\n
        "lon": 3.8067703,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297463,\n
        "lat": 49.8120494,\n
        "lon": 3.8066598,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297464,\n
        "lat": 49.8111637,\n
        "lon": 3.8083546,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297465,\n
        "lat": 49.8112800,\n
        "lon": 3.8084675,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297466,\n
        "lat": 49.8113828,\n
        "lon": 3.8082126,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297467,\n
        "lat": 49.8112684,\n
        "lon": 3.8081014,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297468,\n
        "lat": 49.8113896,\n
        "lon": 3.8086208,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297469,\n
        "lat": 49.8114037,\n
        "lon": 3.8086473,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297470,\n
        "lat": 49.8114749,\n
        "lon": 3.8085622,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297471,\n
        "lat": 49.8114397,\n
        "lon": 3.8084967,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297472,\n
        "lat": 49.8113686,\n
        "lon": 3.8085797,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297473,\n
        "lat": 49.8113269,\n
        "lon": 3.8085037,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297474,\n
        "lat": 49.8113323,\n
        "lon": 3.8086739,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297475,\n
        "lat": 49.8112703,\n
        "lon": 3.8085626,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297476,\n
        "lat": 49.8120200,\n
        "lon": 3.8087727,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297477,\n
        "lat": 49.8119741,\n
        "lon": 3.8088537,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297478,\n
        "lat": 49.8120038,\n
        "lon": 3.8088941,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297479,\n
        "lat": 49.8120517,\n
        "lon": 3.8088155,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297480,\n
        "lat": 49.8116437,\n
        "lon": 3.8086233,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297481,\n
        "lat": 49.8117199,\n
        "lon": 3.8087309,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297482,\n
        "lat": 49.8117716,\n
        "lon": 3.8086425,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297483,\n
        "lat": 49.8117476,\n
        "lon": 3.8086101,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297484,\n
        "lat": 49.8117683,\n
        "lon": 3.8085741,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297485,\n
        "lat": 49.8117162,\n
        "lon": 3.8085019,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297486,\n
        "lat": 49.8118745,\n
        "lon": 3.8081529,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297487,\n
        "lat": 49.8118615,\n
        "lon": 3.8081356,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297488,\n
        "lat": 49.8118405,\n
        "lon": 3.8081764,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297489,\n
        "lat": 49.8118518,\n
        "lon": 3.8081936,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297490,\n
        "lat": 49.8114391,\n
        "lon": 3.8076365,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297491,\n
        "lat": 49.8115129,\n
        "lon": 3.8077025,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297492,\n
        "lat": 49.8116388,\n
        "lon": 3.8073884,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297493,\n
        "lat": 49.8116216,\n
        "lon": 3.8073697,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297494,\n
        "lat": 49.8116522,\n
        "lon": 3.8072899,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297495,\n
        "lat": 49.8115999,\n
        "lon": 3.8072411,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297496,\n
        "lat": 49.8116710,\n
        "lon": 3.8072675,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297497,\n
        "lat": 49.8116984,\n
        "lon": 3.8073002,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297498,\n
        "lat": 49.8117562,\n
        "lon": 3.8071856,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297499,\n
        "lat": 49.8117279,\n
        "lon": 3.8071537,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297500,\n
        "lat": 49.8118363,\n
        "lon": 3.8076023,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297501,\n
        "lat": 49.8118521,\n
        "lon": 3.8075673,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297502,\n
        "lat": 49.8118142,\n
        "lon": 3.8075332,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297503,\n
        "lat": 49.8118229,\n
        "lon": 3.8075096,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297504,\n
        "lat": 49.8117475,\n
        "lon": 3.8074340,\n
        "timestamp": "2017-02-28T17:33:21Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297505,\n
        "lat": 49.8117219,\n
        "lon": 3.8074930,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297506,\n
        "lat": 49.8119833,\n
        "lon": 3.8074854,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297507,\n
        "lat": 49.8120370,\n
        "lon": 3.8075555,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297508,\n
        "lat": 49.8120960,\n
        "lon": 3.8074459,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297509,\n
        "lat": 49.8120430,\n
        "lon": 3.8073762,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297510,\n
        "lat": 49.8121844,\n
        "lon": 3.8067221,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297511,\n
        "lat": 49.8123316,\n
        "lon": 3.8069003,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297512,\n
        "lat": 49.8123623,\n
        "lon": 3.8068453,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297513,\n
        "lat": 49.8122151,\n
        "lon": 3.8066649,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297514,\n
        "lat": 49.8114638,\n
        "lon": 3.8071100,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297515,\n
        "lat": 49.8114991,\n
        "lon": 3.8071465,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297516,\n
        "lat": 49.8114914,\n
        "lon": 3.8071657,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297517,\n
        "lat": 49.8115025,\n
        "lon": 3.8071772,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297518,\n
        "lat": 49.8115116,\n
        "lon": 3.8071573,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297519,\n
        "lat": 49.8115446,\n
        "lon": 3.8071915,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297520,\n
        "lat": 49.8115922,\n
        "lon": 3.8070813,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297521,\n
        "lat": 49.8115725,\n
        "lon": 3.8070608,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297522,\n
        "lat": 49.8115863,\n
        "lon": 3.8070272,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297523,\n
        "lat": 49.8115625,\n
        "lon": 3.8070044,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297524,\n
        "lat": 49.8115254,\n
        "lon": 3.8069738,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297525,\n
        "lat": 49.8115180,\n
        "lon": 3.8069894,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297526,\n
        "lat": 49.8114926,\n
        "lon": 3.8069644,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297527,\n
        "lat": 49.8114643,\n
        "lon": 3.8070329,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297528,\n
        "lat": 49.8114866,\n
        "lon": 3.8070551,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297529,\n
        "lat": 49.8119319,\n
        "lon": 3.8070463,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297530,\n
        "lat": 49.8119852,\n
        "lon": 3.8069399,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297531,\n
        "lat": 49.8120117,\n
        "lon": 3.8069704,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297532,\n
        "lat": 49.8120332,\n
        "lon": 3.8069280,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297533,\n
        "lat": 49.8119669,\n
        "lon": 3.8068639,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297534,\n
        "lat": 49.8118741,\n
        "lon": 3.8070422,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297535,\n
        "lat": 49.8119116,\n
        "lon": 3.8070854,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297536,\n
        "lat": 49.8112275,\n
        "lon": 3.8089327,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297537,\n
        "lat": 49.8111974,\n
        "lon": 3.8089658,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297538,\n
        "lat": 49.8112063,\n
        "lon": 3.8089851,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297539,\n
        "lat": 49.8111183,\n
        "lon": 3.8090815,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297540,\n
        "lat": 49.8111667,\n
        "lon": 3.8091866,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297541,\n
        "lat": 49.8112841,\n
        "lon": 3.8090581,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297542,\n
        "lat": 49.8114474,\n
        "lon": 3.8088278,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297543,\n
        "lat": 49.8113875,\n
        "lon": 3.8088899,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297544,\n
        "lat": 49.8114625,\n
        "lon": 3.8090626,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297545,\n
        "lat": 49.8115224,\n
        "lon": 3.8090005,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297546,\n
        "lat": 49.8120751,\n
        "lon": 3.8072495,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297547,\n
        "lat": 49.8121508,\n
        "lon": 3.8073452,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297548,\n
        "lat": 49.8122251,\n
        "lon": 3.8072075,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297549,\n
        "lat": 49.8121709,\n
        "lon": 3.8071392,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297550,\n
        "lat": 49.8121365,\n
        "lon": 3.8072023,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297551,\n
        "lat": 49.8121157,\n
        "lon": 3.8071752,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297552,\n
        "lat": 49.8120296,\n
        "lon": 3.8080203,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297553,\n
        "lat": 49.8120514,\n
        "lon": 3.8079842,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297554,\n
        "lat": 49.8120712,\n
        "lon": 3.8080127,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297555,\n
        "lat": 49.8120969,\n
        "lon": 3.8079719,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297556,\n
        "lat": 49.8120326,\n
        "lon": 3.8078773,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297557,\n
        "lat": 49.8119455,\n
        "lon": 3.8080140,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297558,\n
        "lat": 49.8119854,\n
        "lon": 3.8080700,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297559,\n
        "lat": 49.8119801,\n
        "lon": 3.8080811,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297560,\n
        "lat": 49.8120205,\n
        "lon": 3.8081382,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297561,\n
        "lat": 49.8120617,\n
        "lon": 3.8080658,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297562,\n
        "lat": 49.8111801,\n
        "lon": 3.8071161,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297563,\n
        "lat": 49.8111033,\n
        "lon": 3.8073207,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297564,\n
        "lat": 49.8112648,\n
        "lon": 3.8074697,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297565,\n
        "lat": 49.8112926,\n
        "lon": 3.8073989,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297566,\n
        "lat": 49.8112883,\n
        "lon": 3.8073653,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297567,\n
        "lat": 49.8112405,\n
        "lon": 3.8073202,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297568,\n
        "lat": 49.8112815,\n
        "lon": 3.8072072,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297569,\n
        "lat": 49.8113384,\n
        "lon": 3.8068615,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297570,\n
        "lat": 49.8112512,\n
        "lon": 3.8070996,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297571,\n
        "lat": 49.8113027,\n
        "lon": 3.8071474,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297572,\n
        "lat": 49.8113899,\n
        "lon": 3.8069095,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297573,\n
        "lat": 49.8109454,\n
        "lon": 3.8114488,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297574,\n
        "lat": 49.8109826,\n
        "lon": 3.8113786,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297575,\n
        "lat": 49.8109610,\n
        "lon": 3.8113489,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297576,\n
        "lat": 49.8109225,\n
        "lon": 3.8114148,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297577,\n
        "lat": 49.8108991,\n
        "lon": 3.8110579,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297578,\n
        "lat": 49.8108560,\n
        "lon": 3.8109916,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297579,\n
        "lat": 49.8107545,\n
        "lon": 3.8111653,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297580,\n
        "lat": 49.8105526,\n
        "lon": 3.8107001,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297581,\n
        "lat": 49.8105137,\n
        "lon": 3.8107626,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297582,\n
        "lat": 49.8105307,\n
        "lon": 3.8107870,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297583,\n
        "lat": 49.8105703,\n
        "lon": 3.8107250,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297584,\n
        "lat": 49.8102377,\n
        "lon": 3.8102552,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297585,\n
        "lat": 49.8101870,\n
        "lon": 3.8103694,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297586,\n
        "lat": 49.8102269,\n
        "lon": 3.8104102,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297587,\n
        "lat": 49.8102677,\n
        "lon": 3.8104578,\n
        "timestamp": "2017-02-28T17:33:22Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297588,\n
        "lat": 49.8103196,\n
        "lon": 3.8103459,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297589,\n
        "lat": 49.8103375,\n
        "lon": 3.8105439,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297590,\n
        "lat": 49.8103797,\n
        "lon": 3.8104868,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297591,\n
        "lat": 49.8103370,\n
        "lon": 3.8104374,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297592,\n
        "lat": 49.8103893,\n
        "lon": 3.8103210,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297593,\n
        "lat": 49.8103501,\n
        "lon": 3.8102804,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297594,\n
        "lat": 49.8101940,\n
        "lon": 3.8102085,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297595,\n
        "lat": 49.8102238,\n
        "lon": 3.8101317,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297596,\n
        "lat": 49.8101424,\n
        "lon": 3.8100640,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297597,\n
        "lat": 49.8101203,\n
        "lon": 3.8101513,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297598,\n
        "lat": 49.8101726,\n
        "lon": 3.8101842,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297599,\n
        "lat": 49.8101626,\n
        "lon": 3.8102237,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297600,\n
        "lat": 49.8100537,\n
        "lon": 3.8101199,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297601,\n
        "lat": 49.8100123,\n
        "lon": 3.8102194,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297602,\n
        "lat": 49.8101334,\n
        "lon": 3.8103378,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297603,\n
        "lat": 49.8101415,\n
        "lon": 3.8103228,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297604,\n
        "lat": 49.8104149,\n
        "lon": 3.8101404,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297605,\n
        "lat": 49.8103713,\n
        "lon": 3.8100915,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297606,\n
        "lat": 49.8102978,\n
        "lon": 3.8102487,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297607,\n
        "lat": 49.8103421,\n
        "lon": 3.8102975,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297608,\n
        "lat": 49.8101027,\n
        "lon": 3.8097810,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297609,\n
        "lat": 49.8100627,\n
        "lon": 3.8098862,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297610,\n
        "lat": 49.8103266,\n
        "lon": 3.8101202,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297611,\n
        "lat": 49.8103550,\n
        "lon": 3.8100357,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297612,\n
        "lat": 49.8102481,\n
        "lon": 3.8099472,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297613,\n
        "lat": 49.8102550,\n
        "lon": 3.8099255,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297614,\n
        "lat": 49.8099811,\n
        "lon": 3.8095868,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297615,\n
        "lat": 49.8099587,\n
        "lon": 3.8096745,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297616,\n
        "lat": 49.8100502,\n
        "lon": 3.8097353,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297617,\n
        "lat": 49.8100735,\n
        "lon": 3.8096495,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297618,\n
        "lat": 49.8096657,\n
        "lon": 3.8098658,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297619,\n
        "lat": 49.8096448,\n
        "lon": 3.8099331,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297620,\n
        "lat": 49.8098382,\n
        "lon": 3.8100870,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297621,\n
        "lat": 49.8098570,\n
        "lon": 3.8100256,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297622,\n
        "lat": 49.8097269,\n
        "lon": 3.8099180,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297623,\n
        "lat": 49.8097490,\n
        "lon": 3.8098506,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297624,\n
        "lat": 49.8097063,\n
        "lon": 3.8098154,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297625,\n
        "lat": 49.8096834,\n
        "lon": 3.8098784,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297626,\n
        "lat": 49.8096760,\n
        "lon": 3.8098322,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297627,\n
        "lat": 49.8096184,\n
        "lon": 3.8097841,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297628,\n
        "lat": 49.8096083,\n
        "lon": 3.8098176,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297629,\n
        "lat": 49.8095440,\n
        "lon": 3.8097687,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297630,\n
        "lat": 49.8095551,\n
        "lon": 3.8097333,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297631,\n
        "lat": 49.8095075,\n
        "lon": 3.8096949,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297632,\n
        "lat": 49.8094946,\n
        "lon": 3.8097310,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297633,\n
        "lat": 49.8094738,\n
        "lon": 3.8097148,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297634,\n
        "lat": 49.8094522,\n
        "lon": 3.8097865,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297635,\n
        "lat": 49.8095757,\n
        "lon": 3.8098776,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297636,\n
        "lat": 49.8095577,\n
        "lon": 3.8104128,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297637,\n
        "lat": 49.8096047,\n
        "lon": 3.8104447,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297638,\n
        "lat": 49.8096089,\n
        "lon": 3.8104281,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297639,\n
        "lat": 49.8096161,\n
        "lon": 3.8104313,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297640,\n
        "lat": 49.8097028,\n
        "lon": 3.8102164,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297641,\n
        "lat": 49.8096515,\n
        "lon": 3.8101642,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297642,\n
        "lat": 49.8095509,\n
        "lon": 3.8104072,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297643,\n
        "lat": 49.8094965,\n
        "lon": 3.8103730,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297644,\n
        "lat": 49.8095483,\n
        "lon": 3.8104053,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297645,\n
        "lat": 49.8095623,\n
        "lon": 3.8103598,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297646,\n
        "lat": 49.8094634,\n
        "lon": 3.8102941,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297647,\n
        "lat": 49.8094611,\n
        "lon": 3.8102994,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297648,\n
        "lat": 49.8094102,\n
        "lon": 3.8102668,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297649,\n
        "lat": 49.8094003,\n
        "lon": 3.8103089,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297650,\n
        "lat": 49.8094719,\n
        "lon": 3.8104460,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297651,\n
        "lat": 49.8094668,\n
        "lon": 3.8104428,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297652,\n
        "lat": 49.8094577,\n
        "lon": 3.8104702,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297653,\n
        "lat": 49.8094607,\n
        "lon": 3.8104768,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297654,\n
        "lat": 49.8094451,\n
        "lon": 3.8105222,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297655,\n
        "lat": 49.8094901,\n
        "lon": 3.8105606,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297656,\n
        "lat": 49.8095391,\n
        "lon": 3.8104189,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297657,\n
        "lat": 49.8094932,\n
        "lon": 3.8103818,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297658,\n
        "lat": 49.8092676,\n
        "lon": 3.8109692,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297659,\n
        "lat": 49.8092945,\n
        "lon": 3.8110170,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297660,\n
        "lat": 49.8093375,\n
        "lon": 3.8109523,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297661,\n
        "lat": 49.8093084,\n
        "lon": 3.8109065,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297662,\n
        "lat": 49.8095508,\n
        "lon": 3.8104363,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297663,\n
        "lat": 49.8095947,\n
        "lon": 3.8104669,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297664,\n
        "lat": 49.8096034,\n
        "lon": 3.8104502,\n
        "timestamp": "2017-02-28T17:33:23Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297665,\n
        "lat": 49.8097254,\n
        "lon": 3.8107605,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297666,\n
        "lat": 49.8097216,\n
        "lon": 3.8107721,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297667,\n
        "lat": 49.8096714,\n
        "lon": 3.8107357,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297668,\n
        "lat": 49.8096744,\n
        "lon": 3.8107244,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297669,\n
        "lat": 49.8096660,\n
        "lon": 3.8107180,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297670,\n
        "lat": 49.8096623,\n
        "lon": 3.8107284,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297671,\n
        "lat": 49.8096555,\n
        "lon": 3.8107242,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297672,\n
        "lat": 49.8096524,\n
        "lon": 3.8107338,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297673,\n
        "lat": 49.8096461,\n
        "lon": 3.8107303,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297674,\n
        "lat": 49.8096406,\n
        "lon": 3.8107455,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297675,\n
        "lat": 49.8096462,\n
        "lon": 3.8107509,\n
        "timestamp": "2017-03-18T12:18:11Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297676,\n
        "lat": 49.8095843,\n
        "lon": 3.8109458,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297677,\n
        "lat": 49.8095541,\n
        "lon": 3.8109236,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297678,\n
        "lat": 49.8095565,\n
        "lon": 3.8109139,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297679,\n
        "lat": 49.8095491,\n
        "lon": 3.8109088,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297680,\n
        "lat": 49.8095434,\n
        "lon": 3.8109236,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297681,\n
        "lat": 49.8095353,\n
        "lon": 3.8109191,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297682,\n
        "lat": 49.8095313,\n
        "lon": 3.8109311,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297683,\n
        "lat": 49.8095385,\n
        "lon": 3.8109381,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297684,\n
        "lat": 49.8095244,\n
        "lon": 3.8109805,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297685,\n
        "lat": 49.8095181,\n
        "lon": 3.8109743,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297686,\n
        "lat": 49.8095131,\n
        "lon": 3.8109874,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297687,\n
        "lat": 49.8095200,\n
        "lon": 3.8109935,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297688,\n
        "lat": 49.8095170,\n
        "lon": 3.8110047,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297689,\n
        "lat": 49.8095232,\n
        "lon": 3.8110109,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297690,\n
        "lat": 49.8095274,\n
        "lon": 3.8110003,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297691,\n
        "lat": 49.8095623,\n
        "lon": 3.8110309,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297692,\n
        "lat": 49.8095489,\n
        "lon": 3.8110741,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297693,\n
        "lat": 49.8095426,\n
        "lon": 3.8110694,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297694,\n
        "lat": 49.8095385,\n
        "lon": 3.8110812,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297695,\n
        "lat": 49.8095447,\n
        "lon": 3.8110881,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297696,\n
        "lat": 49.8095359,\n
        "lon": 3.8111159,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297697,\n
        "lat": 49.8095300,\n
        "lon": 3.8111119,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297698,\n
        "lat": 49.8095264,\n
        "lon": 3.8111215,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297699,\n
        "lat": 49.8095337,\n
        "lon": 3.8111269,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297700,\n
        "lat": 49.8095361,\n
        "lon": 3.8111453,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297701,\n
        "lat": 49.8095291,\n
        "lon": 3.8111579,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297702,\n
        "lat": 49.8095347,\n
        "lon": 3.8111682,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297703,\n
        "lat": 49.8095399,\n
        "lon": 3.8111633,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297704,\n
        "lat": 49.8095672,\n
        "lon": 3.8111839,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297705,\n
        "lat": 49.8095682,\n
        "lon": 3.8111906,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297706,\n
        "lat": 49.8095744,\n
        "lon": 3.8111912,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297707,\n
        "lat": 49.8095754,\n
        "lon": 3.8111790,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297708,\n
        "lat": 49.8095946,\n
        "lon": 3.8111662,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297709,\n
        "lat": 49.8096007,\n
        "lon": 3.8111756,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297710,\n
        "lat": 49.8096060,\n
        "lon": 3.8111676,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297711,\n
        "lat": 49.8095997,\n
        "lon": 3.8111578,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297712,\n
        "lat": 49.8096121,\n
        "lon": 3.8111204,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297713,\n
        "lat": 49.8096186,\n
        "lon": 3.8111256,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297714,\n
        "lat": 49.8096232,\n
        "lon": 3.8111151,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297715,\n
        "lat": 49.8096163,\n
        "lon": 3.8111090,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297716,\n
        "lat": 49.8096261,\n
        "lon": 3.8110783,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297717,\n
        "lat": 49.8096684,\n
        "lon": 3.8111104,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297718,\n
        "lat": 49.8096701,\n
        "lon": 3.8111232,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297719,\n
        "lat": 49.8096787,\n
        "lon": 3.8111211,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297720,\n
        "lat": 49.8096768,\n
        "lon": 3.8111033,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297721,\n
        "lat": 49.8096923,\n
        "lon": 3.8110509,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297722,\n
        "lat": 49.8097028,\n
        "lon": 3.8110466,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297723,\n
        "lat": 49.8097014,\n
        "lon": 3.8110324,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297724,\n
        "lat": 49.8096884,\n
        "lon": 3.8110351,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297725,\n
        "lat": 49.8096608,\n
        "lon": 3.8110137,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297726,\n
        "lat": 49.8097285,\n
        "lon": 3.8107949,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297727,\n
        "lat": 49.8097398,\n
        "lon": 3.8108023,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297728,\n
        "lat": 49.8097434,\n
        "lon": 3.8107904,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297729,\n
        "lat": 49.8097322,\n
        "lon": 3.8107809,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297730,\n
        "lat": 49.8097349,\n
        "lon": 3.8107689,\n
        "timestamp": "2017-03-18T12:18:12Z",\n
        "version": 2,\n
        "changeset": 46954626,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297731,\n
        "lat": 49.8098262,\n
        "lon": 3.8108557,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297732,\n
        "lat": 49.8098505,\n
        "lon": 3.8108879,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297733,\n
        "lat": 49.8098656,\n
        "lon": 3.8108625,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297734,\n
        "lat": 49.8098405,\n
        "lon": 3.8108315,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297735,\n
        "lat": 49.8101219,\n
        "lon": 3.8109810,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297736,\n
        "lat": 49.8100858,\n
        "lon": 3.8109227,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297737,\n
        "lat": 49.8100649,\n
        "lon": 3.8108930,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297738,\n
        "lat": 49.8100423,\n
        "lon": 3.8109312,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297739,\n
        "lat": 49.8100978,\n
        "lon": 3.8110172,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297740,\n
        "lat": 49.8103408,\n
        "lon": 3.8115372,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297741,\n
        "lat": 49.8103220,\n
        "lon": 3.8115111,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297742,\n
        "lat": 49.8103075,\n
        "lon": 3.8115361,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297743,\n
        "lat": 49.8103258,\n
        "lon": 3.8115620,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297744,\n
        "lat": 49.8104881,\n
        "lon": 3.8112902,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297745,\n
        "lat": 49.8104794,\n
        "lon": 3.8113293,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297746,\n
        "lat": 49.8104984,\n
        "lon": 3.8113043,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297747,\n
        "lat": 49.8104295,\n
        "lon": 3.8114042,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297748,\n
        "lat": 49.8104640,\n
        "lon": 3.8112458,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297749,\n
        "lat": 49.8103946,\n
        "lon": 3.8113461,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297750,\n
        "lat": 49.8104427,\n
        "lon": 3.8114270,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297751,\n
        "lat": 49.8104313,\n
        "lon": 3.8114437,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297752,\n
        "lat": 49.8104643,\n
        "lon": 3.8114984,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297753,\n
        "lat": 49.8104779,\n
        "lon": 3.8114811,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297754,\n
        "lat": 49.8105191,\n
        "lon": 3.8115488,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297755,\n
        "lat": 49.8105551,\n
        "lon": 3.8114974,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297756,\n
        "lat": 49.8105335,\n
        "lon": 3.8114605,\n
        "timestamp": "2017-02-28T17:33:24Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297757,\n
        "lat": 49.8105503,\n
        "lon": 3.8114361,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297758,\n
        "lat": 49.8106802,\n
        "lon": 3.8114361,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297759,\n
        "lat": 49.8107129,\n
        "lon": 3.8113819,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297760,\n
        "lat": 49.8106690,\n
        "lon": 3.8112939,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297761,\n
        "lat": 49.8105725,\n
        "lon": 3.8114061,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297762,\n
        "lat": 49.8106309,\n
        "lon": 3.8115216,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297763,\n
        "lat": 49.8106592,\n
        "lon": 3.8114869,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297764,\n
        "lat": 49.8106666,\n
        "lon": 3.8114834,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297765,\n
        "lat": 49.8106735,\n
        "lon": 3.8114730,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297766,\n
        "lat": 49.8106864,\n
        "lon": 3.8114486,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297767,\n
        "lat": 49.8105505,\n
        "lon": 3.8116550,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297768,\n
        "lat": 49.8106232,\n
        "lon": 3.8115488,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297769,\n
        "lat": 49.8105988,\n
        "lon": 3.8115088,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297770,\n
        "lat": 49.8105250,\n
        "lon": 3.8116136,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297771,\n
        "lat": 49.8107184,\n
        "lon": 3.8113727,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297772,\n
        "lat": 49.8107660,\n
        "lon": 3.8116179,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297773,\n
        "lat": 49.8107842,\n
        "lon": 3.8115909,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297774,\n
        "lat": 49.8108175,\n
        "lon": 3.8116426,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297775,\n
        "lat": 49.8108547,\n
        "lon": 3.8115877,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297776,\n
        "lat": 49.8107692,\n
        "lon": 3.8120863,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297777,\n
        "lat": 49.8108049,\n
        "lon": 3.8120345,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297778,\n
        "lat": 49.8107360,\n
        "lon": 3.8119219,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297779,\n
        "lat": 49.8107006,\n
        "lon": 3.8119729,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297780,\n
        "lat": 49.8106439,\n
        "lon": 3.8120807,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297781,\n
        "lat": 49.8106486,\n
        "lon": 3.8120694,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297782,\n
        "lat": 49.8106322,\n
        "lon": 3.8120457,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297783,\n
        "lat": 49.8106158,\n
        "lon": 3.8120753,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297784,\n
        "lat": 49.8106364,\n
        "lon": 3.8121034,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297785,\n
        "lat": 49.8106475,\n
        "lon": 3.8120855,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297786,\n
        "lat": 49.8108769,\n
        "lon": 3.8116228,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297787,\n
        "lat": 49.8108100,\n
        "lon": 3.8116310,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297788,\n
        "lat": 49.8107510,\n
        "lon": 3.8117246,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297789,\n
        "lat": 49.8107285,\n
        "lon": 3.8116908,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297790,\n
        "lat": 49.8107134,\n
        "lon": 3.8117126,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297791,\n
        "lat": 49.8107636,\n
        "lon": 3.8118001,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297792,\n
        "lat": 49.8109067,\n
        "lon": 3.8119032,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297793,\n
        "lat": 49.8108809,\n
        "lon": 3.8118567,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297794,\n
        "lat": 49.8108491,\n
        "lon": 3.8118968,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297795,\n
        "lat": 49.8108976,\n
        "lon": 3.8119828,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297796,\n
        "lat": 49.8108671,\n
        "lon": 3.8120230,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297797,\n
        "lat": 49.8109144,\n
        "lon": 3.8120972,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297798,\n
        "lat": 49.8109482,\n
        "lon": 3.8120494,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297799,\n
        "lat": 49.8109146,\n
        "lon": 3.8119895,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297800,\n
        "lat": 49.8109215,\n
        "lon": 3.8119799,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297801,\n
        "lat": 49.8109139,\n
        "lon": 3.8119675,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297802,\n
        "lat": 49.8109215,\n
        "lon": 3.8119571,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297803,\n
        "lat": 49.8108984,\n
        "lon": 3.8119146,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297804,\n
        "lat": 49.8108716,\n
        "lon": 3.8113390,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297805,\n
        "lat": 49.8109143,\n
        "lon": 3.8112712,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297806,\n
        "lat": 49.8109119,\n
        "lon": 3.8112674,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297807,\n
        "lat": 49.8109318,\n
        "lon": 3.8112371,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297808,\n
        "lat": 49.8109046,\n
        "lon": 3.8111942,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297809,\n
        "lat": 49.8108847,\n
        "lon": 3.8112245,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297810,\n
        "lat": 49.8108510,\n
        "lon": 3.8111713,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297811,\n
        "lat": 49.8108623,\n
        "lon": 3.8111515,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297812,\n
        "lat": 49.8108543,\n
        "lon": 3.8111401,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297813,\n
        "lat": 49.8102069,\n
        "lon": 3.8108525,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297814,\n
        "lat": 49.8102210,\n
        "lon": 3.8108272,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297815,\n
        "lat": 49.8101857,\n
        "lon": 3.8107740,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297816,\n
        "lat": 49.8095741,\n
        "lon": 3.8115243,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297817,\n
        "lat": 49.8095194,\n
        "lon": 3.8114364,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297818,\n
        "lat": 49.8094573,\n
        "lon": 3.8113448,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297819,\n
        "lat": 49.8094257,\n
        "lon": 3.8114080,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297820,\n
        "lat": 49.8094409,\n
        "lon": 3.8114254,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297821,\n
        "lat": 49.8093950,\n
        "lon": 3.8115206,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297822,\n
        "lat": 49.8093317,\n
        "lon": 3.8114531,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297823,\n
        "lat": 49.8093286,\n
        "lon": 3.8114552,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297824,\n
        "lat": 49.8092988,\n
        "lon": 3.8115232,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297825,\n
        "lat": 49.8094134,\n
        "lon": 3.8116455,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297826,\n
        "lat": 49.8094992,\n
        "lon": 3.8114632,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297827,\n
        "lat": 49.8095580,\n
        "lon": 3.8115519,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297828,\n
        "lat": 49.8103881,\n
        "lon": 3.8109739,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297829,\n
        "lat": 49.8103523,\n
        "lon": 3.8109284,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297830,\n
        "lat": 49.8103237,\n
        "lon": 3.8109823,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297831,\n
        "lat": 49.8103596,\n
        "lon": 3.8110277,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297832,\n
        "lat": 49.8093724,\n
        "lon": 3.8103086,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297833,\n
        "lat": 49.8093145,\n
        "lon": 3.8102700,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297834,\n
        "lat": 49.8093218,\n
        "lon": 3.8102438,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297835,\n
        "lat": 49.8092994,\n
        "lon": 3.8102287,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297836,\n
        "lat": 49.8092722,\n
        "lon": 3.8103260,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297837,\n
        "lat": 49.8093517,\n
        "lon": 3.8103773,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297838,\n
        "lat": 49.8106357,\n
        "lon": 3.8109869,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297839,\n
        "lat": 49.8106510,\n
        "lon": 3.8110099,\n
        "timestamp": "2017-02-28T17:33:25Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297840,\n
        "lat": 49.8106946,\n
        "lon": 3.8109352,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297841,\n
        "lat": 49.8106844,\n
        "lon": 3.8109179,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297842,\n
        "lat": 49.8107162,\n
        "lon": 3.8111080,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297843,\n
        "lat": 49.8107538,\n
        "lon": 3.8110444,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297844,\n
        "lat": 49.8107071,\n
        "lon": 3.8109797,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297845,\n
        "lat": 49.8107161,\n
        "lon": 3.8109643,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297846,\n
        "lat": 49.8102042,\n
        "lon": 3.8112282,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297847,\n
        "lat": 49.8101873,\n
        "lon": 3.8112607,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297848,\n
        "lat": 49.8102083,\n
        "lon": 3.8112874,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297849,\n
        "lat": 49.8102252,\n
        "lon": 3.8112549,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297850,\n
        "lat": 49.8064355,\n
        "lon": 3.8079555,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297851,\n
        "lat": 49.8063294,\n
        "lon": 3.8079533,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297852,\n
        "lat": 49.8063319,\n
        "lon": 3.8080955,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297853,\n
        "lat": 49.8063381,\n
        "lon": 3.8080960,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297854,\n
        "lat": 49.8063388,\n
        "lon": 3.8081362,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297855,\n
        "lat": 49.8063762,\n
        "lon": 3.8081344,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297856,\n
        "lat": 49.8063768,\n
        "lon": 3.8081254,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297857,\n
        "lat": 49.8063976,\n
        "lon": 3.8081253,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297858,\n
        "lat": 49.8063980,\n
        "lon": 3.8080944,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297859,\n
        "lat": 49.8064294,\n
        "lon": 3.8080929,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297860,\n
        "lat": 49.8064359,\n
        "lon": 3.8080907,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297861,\n
        "lat": 49.8068225,\n
        "lon": 3.8077036,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297862,\n
        "lat": 49.8068218,\n
        "lon": 3.8076966,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297863,\n
        "lat": 49.8068555,\n
        "lon": 3.8076934,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297864,\n
        "lat": 49.8068561,\n
        "lon": 3.8077005,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297865,\n
        "lat": 49.8069309,\n
        "lon": 3.8076952,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710297866,\n
        "lat": 49.8069313,\n
        "lon": 3.8075795,\n
        "timestamp": "2017-02-28T17:33:26Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298089,\n
        "lat": 49.8083364,\n
        "lon": 3.8098526,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298090,\n
        "lat": 49.8082837,\n
        "lon": 3.8098233,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298091,\n
        "lat": 49.8082748,\n
        "lon": 3.8098621,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298092,\n
        "lat": 49.8083274,\n
        "lon": 3.8098914,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298093,\n
        "lat": 49.8115575,\n
        "lon": 3.8119424,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298094,\n
        "lat": 49.8115713,\n
        "lon": 3.8119230,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298095,\n
        "lat": 49.8115322,\n
        "lon": 3.8118513,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298096,\n
        "lat": 49.8111269,\n
        "lon": 3.8095971,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298097,\n
        "lat": 49.8111641,\n
        "lon": 3.8095180,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298098,\n
        "lat": 49.8112105,\n
        "lon": 3.8094707,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298099,\n
        "lat": 49.8112437,\n
        "lon": 3.8094055,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298100,\n
        "lat": 49.8125839,\n
        "lon": 3.8099803,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298101,\n
        "lat": 49.8125485,\n
        "lon": 3.8100552,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298102,\n
        "lat": 49.8125757,\n
        "lon": 3.8100855,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298103,\n
        "lat": 49.8126105,\n
        "lon": 3.8100103,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298104,\n
        "lat": 49.8125296,\n
        "lon": 3.8100954,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298105,\n
        "lat": 49.8125458,\n
        "lon": 3.8099380,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298106,\n
        "lat": 49.8123529,\n
        "lon": 3.8098518,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298107,\n
        "lat": 49.8124476,\n
        "lon": 3.8101781,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298108,\n
        "lat": 49.8124233,\n
        "lon": 3.8101483,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298109,\n
        "lat": 49.8123977,\n
        "lon": 3.8101997,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298110,\n
        "lat": 49.8124221,\n
        "lon": 3.8102286,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298111,\n
        "lat": 49.8110012,\n
        "lon": 3.8109496,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298112,\n
        "lat": 49.8110818,\n
        "lon": 3.8110707,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298113,\n
        "lat": 49.8111113,\n
        "lon": 3.8110240,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298114,\n
        "lat": 49.8110307,\n
        "lon": 3.8109028,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298115,\n
        "lat": 49.8110223,\n
        "lon": 3.8110996,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298116,\n
        "lat": 49.8110412,\n
        "lon": 3.8111271,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298117,\n
        "lat": 49.8110749,\n
        "lon": 3.8110718,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298118,\n
        "lat": 49.8114269,\n
        "lon": 3.8116060,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298119,\n
        "lat": 49.8114023,\n
        "lon": 3.8115756,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298120,\n
        "lat": 49.8089244,\n
        "lon": 3.8057751,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298121,\n
        "lat": 49.8089071,\n
        "lon": 3.8058525,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298122,\n
        "lat": 49.8089505,\n
        "lon": 3.8058756,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298123,\n
        "lat": 49.8122666,\n
        "lon": 3.8130467,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298124,\n
        "lat": 49.8121880,\n
        "lon": 3.8129362,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298125,\n
        "lat": 49.8124099,\n
        "lon": 3.8143920,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298126,\n
        "lat": 49.8124624,\n
        "lon": 3.8145041,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298127,\n
        "lat": 49.8125220,\n
        "lon": 3.8144384,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298128,\n
        "lat": 49.8124696,\n
        "lon": 3.8143217,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298129,\n
        "lat": 49.8111197,\n
        "lon": 3.8126359,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298130,\n
        "lat": 49.8111542,\n
        "lon": 3.8126918,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298131,\n
        "lat": 49.8112538,\n
        "lon": 3.8125575,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298132,\n
        "lat": 49.8112817,\n
        "lon": 3.8126026,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298133,\n
        "lat": 49.8112557,\n
        "lon": 3.8124352,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298134,\n
        "lat": 49.8113235,\n
        "lon": 3.8071675,\n
        "timestamp": "2017-02-28T17:33:31Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298135,\n
        "lat": 49.8114107,\n
        "lon": 3.8069294,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298136,\n
        "lat": 49.8120015,\n
        "lon": 3.8069587,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298137,\n
        "lat": 49.8119482,\n
        "lon": 3.8070651,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298138,\n
        "lat": 49.8111899,\n
        "lon": 3.8067261,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298139,\n
        "lat": 49.8110802,\n
        "lon": 3.8070254,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298140,\n
        "lat": 49.8112250,\n
        "lon": 3.8071568,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298141,\n
        "lat": 49.8112473,\n
        "lon": 3.8070961,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298142,\n
        "lat": 49.8121096,\n
        "lon": 3.8080563,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298143,\n
        "lat": 49.8120921,\n
        "lon": 3.8080866,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298144,\n
        "lat": 49.8121077,\n
        "lon": 3.8081084,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298145,\n
        "lat": 49.8121256,\n
        "lon": 3.8080770,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298146,\n
        "lat": 49.8120495,\n
        "lon": 3.8080486,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298147,\n
        "lat": 49.8107278,\n
        "lon": 3.8109428,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298148,\n
        "lat": 49.8107079,\n
        "lon": 3.8109124,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298149,\n
        "lat": 49.8105166,\n
        "lon": 3.8108100,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298150,\n
        "lat": 49.8104997,\n
        "lon": 3.8107850,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298151,\n
        "lat": 49.8104267,\n
        "lon": 3.8101149,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298152,\n
        "lat": 49.8103816,\n
        "lon": 3.8100678,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298153,\n
        "lat": 49.8101142,\n
        "lon": 3.8101775,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298154,\n
        "lat": 49.8098648,\n
        "lon": 3.8100166,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298155,\n
        "lat": 49.8099814,\n
        "lon": 3.8100948,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298156,\n
        "lat": 49.8100748,\n
        "lon": 3.8097516,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298157,\n
        "lat": 49.8096946,\n
        "lon": 3.8098477,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298158,\n
        "lat": 49.8103058,\n
        "lon": 3.8119757,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298159,\n
        "lat": 49.8103417,\n
        "lon": 3.8120223,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298160,\n
        "lat": 49.8103913,\n
        "lon": 3.8119344,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298161,\n
        "lat": 49.8103549,\n
        "lon": 3.8118876,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298162,\n
        "lat": 49.8108479,\n
        "lon": 3.8117981,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298163,\n
        "lat": 49.8108182,\n
        "lon": 3.8118403,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298164,\n
        "lat": 49.8105863,\n
        "lon": 3.8106996,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298165,\n
        "lat": 49.8105513,\n
        "lon": 3.8106476,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298166,\n
        "lat": 49.8104816,\n
        "lon": 3.8107580,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298167,\n
        "lat": 49.8106832,\n
        "lon": 3.8108718,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298168,\n
        "lat": 49.8106557,\n
        "lon": 3.8109108,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298169,\n
        "lat": 49.8106722,\n
        "lon": 3.8109352,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298170,\n
        "lat": 49.8106997,\n
        "lon": 3.8108962,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298171,\n
        "lat": 49.8101330,\n
        "lon": 3.8110176,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298172,\n
        "lat": 49.8101155,\n
        "lon": 3.8109906,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298173,\n
        "lat": 49.8101152,\n
        "lon": 3.8110443,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298174,\n
        "lat": 49.8101109,\n
        "lon": 3.8097888,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298175,\n
        "lat": 49.8101880,\n
        "lon": 3.8098619,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298176,\n
        "lat": 49.8102697,\n
        "lon": 3.8096316,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298177,\n
        "lat": 49.8101909,\n
        "lon": 3.8095646,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298178,\n
        "lat": 49.8058756,\n
        "lon": 3.8077365,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298179,\n
        "lat": 49.8058945,\n
        "lon": 3.8077813,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298180,\n
        "lat": 49.8059263,\n
        "lon": 3.8077501,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298181,\n
        "lat": 49.8059072,\n
        "lon": 3.8077035,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298182,\n
        "lat": 49.8066377,\n
        "lon": 3.8077118,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298183,\n
        "lat": 49.8066385,\n
        "lon": 3.8077424,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298184,\n
        "lat": 49.8066509,\n
        "lon": 3.8077415,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298185,\n
        "lat": 49.8066501,\n
        "lon": 3.8077109,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298186,\n
        "lat": 49.8066425,\n
        "lon": 3.8079180,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298187,\n
        "lat": 49.8066434,\n
        "lon": 3.8079486,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298188,\n
        "lat": 49.8066559,\n
        "lon": 3.8079477,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4710298289,\n
        "lat": 49.8066550,\n
        "lon": 3.8079170,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726189,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297577,\n
          4710297578,\n
          4710297579,\n
          4710297804,\n
          4710297805,\n
          4710297806,\n
          4710297807,\n
          4710297808,\n
          4710297809,\n
          4710297810,\n
          4710297811,\n
          4710297812,\n
          4710297577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726190,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297235,\n
          4710297236,\n
          4710297237,\n
          4710297229,\n
          4710297230,\n
          4710297231,\n
          4710297232,\n
          4710297233,\n
          4710297234,\n
          4710297235\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726191,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297104,\n
          4710297105,\n
          4710297106,\n
          4710297107,\n
          4710297108,\n
          4710297109,\n
          4710297102,\n
          4710297103,\n
          4710297104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726192,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297444,\n
          4710297445,\n
          4710297446,\n
          4710297447,\n
          4710297448,\n
          4710297449,\n
          4710297450,\n
          4710297451,\n
          4710297444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726193,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297468,\n
          4710297469,\n
          4710297470,\n
          4710297471,\n
          4710297472,\n
          4710297473,\n
          4710297475,\n
          4710297474,\n
          4710297468\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726194,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297257,\n
          4710297258,\n
          4710297259,\n
          4710297260,\n
          4710297257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726195,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296231,\n
          4710296232,\n
          4710296233,\n
          4710296234,\n
          4710296231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726196,\n
        "timestamp": "2017-02-28T17:33:32Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296235,\n
          4710296233,\n
          4710296232,\n
          4710296236,\n
          4710296235\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726197,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296787,\n
          4710296786,\n
          4710298123,\n
          4710298124,\n
          4710296788,\n
          4710296787\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": 477726198,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297731,\n
          4710297732,\n
          4710297733,\n
          4710297734,\n
          4710297731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726199,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297265,\n
          4710297266,\n
          4710297267,\n
          4710297268,\n
          4710297269,\n
          4710297270,\n
          4710298093,\n
          4710297265\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726200,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298186,\n
          4710298187,\n
          4710298188,\n
          4710298289,\n
          4710298186\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": 477726201,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297735,\n
          4710297736,\n
          4710297737,\n
          4710297738,\n
          4710297739,\n
          4710298172,\n
          4710297735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726202,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296245,\n
          4710296246,\n
          4710296247,\n
          4710296248,\n
          4710296245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726203,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297740,\n
          4710297741,\n
          4710297742,\n
          4710297743,\n
          4710297740\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726204,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296249,\n
          4710296250,\n
          4710296251,\n
          4710296252,\n
          4710296249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726205,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297277,\n
          4710297278,\n
          4710297279,\n
          4710297280,\n
          4710297277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726206,\n
        "timestamp": "2020-10-17T15:58:11Z",\n
        "version": 2,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4710297747,\n
          4710297745,\n
          4710297746,\n
          4710297744,\n
          4710297748,\n
          4710297749,\n
          4710297747\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726207,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298125,\n
          4710298126,\n
          4710298127,\n
          4710298128,\n
          4710298125\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": 477726208,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296253,\n
          4710296254,\n
          4710296255,\n
          4710296256,\n
          4710296257,\n
          4710296258,\n
          4710296259,\n
          4710296260,\n
          4710296261,\n
          4710296262,\n
          4710296263,\n
          4710296264,\n
          4710296265,\n
          4710296266,\n
          4710296253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726210,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296872,\n
          4710296873,\n
          4710296874,\n
          4710296875,\n
          4710296872\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": 477726211,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297745,\n
          4710297747,\n
          4710297750,\n
          4710297751,\n
          4710297752,\n
          4710297753,\n
          4710297754,\n
          4710297755,\n
          4710297756,\n
          4710297757,\n
          4710297745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726212,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297261,\n
          4710297262,\n
          4710297263,\n
          4710297264,\n
          4710297261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726213,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296806,\n
          4710296807,\n
          4710296808,\n
          4710296809,\n
          4710296806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726214,\n
        "timestamp": "2017-02-28T17:33:33Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297291,\n
          4710297292,\n
          4710297293,\n
          4710297294,\n
          4710297295,\n
          4710297291\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726215,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297758,\n
          4710297759,\n
          4710297760,\n
          4710297761,\n
          4710297762,\n
          4710297763,\n
          4710297764,\n
          4710297765,\n
          4710297766,\n
          4710297758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726216,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297296,\n
          4710297297,\n
          4710297298,\n
          4710297299,\n
          4710297296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726217,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296271,\n
          4710296272,\n
          4710296273,\n
          4710296274,\n
          4710296271\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726218,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296912,\n
          4710296913,\n
          4710296914,\n
          4710296915,\n
          4710296912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726219,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296275,\n
          4710296276,\n
          4710296277,\n
          4710296278,\n
          4710296275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726220,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297300,\n
          4710297301,\n
          4710297302,\n
          4710298105,\n
          4710297303,\n
          4710297304,\n
          4710297305,\n
          4710297306,\n
          4710297307,\n
          4710297308,\n
          4710297309,\n
          4710298106,\n
          4710297300\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726221,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297767,\n
          4710297768,\n
          4710297769,\n
          4710297770,\n
          4710297767\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726222,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298129,\n
          4710298130,\n
          4710298131,\n
          4710298132,\n
          4710297400,\n
          4710297399,\n
          4710298133,\n
          4710298129\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": 477726223,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297771,\n
          4710297759,\n
          4710297758,\n
          4710297766,\n
          4710297765,\n
          4710297772,\n
          4710297773,\n
          4710297787,\n
          4710297774,\n
          4710297775,\n
          4710297771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726224,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297310,\n
          4710297311,\n
          4710297312,\n
          4710297313,\n
          4710297310\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726225,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297776,\n
          4710297777,\n
          4710297778,\n
          4710297779,\n
          4710297776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726226,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297314,\n
          4710297315,\n
          4710297316,\n
          4710297317,\n
          4710297318,\n
          4710297319,\n
          4710297320,\n
          4710297321,\n
          4710297322,\n
          4710297323,\n
          4710297314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726227,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297780,\n
          4710297781,\n
          4710297782,\n
          4710297783,\n
          4710297784,\n
          4710297785,\n
          4710297780\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726228,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297786,\n
          4710297775,\n
          4710297774,\n
          4710297787,\n
          4710297788,\n
          4710297789,\n
          4710297790,\n
          4710297791,\n
          4710297786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726230,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296283,\n
          4710296896,\n
          4710296897,\n
          4710296898,\n
          4710296283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726232,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297324,\n
          4710297325,\n
          4710297326,\n
          4710298115,\n
          4710297327,\n
          4710297324\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726235,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296899,\n
          4710296900,\n
          4710296901,\n
          4710296902,\n
          4710296903,\n
          4710296904,\n
          4710296905,\n
          4710296906,\n
          4710296907,\n
          4710296899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726237,\n
        "timestamp": "2017-02-28T17:33:34Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297792,\n
          4710297793,\n
          4710297794,\n
          4710297795,\n
          4710297796,\n
          4710297797,\n
          4710297798,\n
          4710297799,\n
          4710297800,\n
          4710297801,\n
          4710297802,\n
          4710297803,\n
          4710297792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726239,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297328,\n
          4710297329,\n
          4710297330,\n
          4710296767,\n
          4710297328\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726241,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296768,\n
          4710296769,\n
          4710296770,\n
          4710296771,\n
          4710296768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726243,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297137,\n
          4710297136,\n
          4710298098,\n
          4710298099,\n
          4710297137\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": 477726244,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296908,\n
          4710296909,\n
          4710296910,\n
          4710296911,\n
          4710296908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726246,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296772,\n
          4710296773,\n
          4710296774,\n
          4710296775,\n
          4710296770,\n
          4710296769,\n
          4710296772\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726248,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296836,\n
          4710296837,\n
          4710296838,\n
          4710296831,\n
          4710296835,\n
          4710296834,\n
          4710296839,\n
          4710297018,\n
          4710296836\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": 477726250,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296776,\n
          4710296777,\n
          4710296778,\n
          4710296779,\n
          4710296780,\n
          4710296781,\n
          4710296776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726252,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296913,\n
          4710296916,\n
          4710296917,\n
          4710296918,\n
          4710296914,\n
          4710296913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726253,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296950,\n
          4710296951,\n
          4710296952,\n
          4710296953,\n
          4710296950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726255,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296919,\n
          4710296920,\n
          4710296921,\n
          4710296922,\n
          4710296919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726257,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297736,\n
          4710297735,\n
          4710297813,\n
          4710297814,\n
          4710297815,\n
          4710297736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726258,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297271,\n
          4710297272,\n
          4710297273,\n
          4710297274,\n
          4710297275,\n
          4710297276,\n
          4710297271\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726260,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297816,\n
          4710297817,\n
          4710297818,\n
          4710297819,\n
          4710297820,\n
          4710297821,\n
          4710297822,\n
          4710297823,\n
          4710297824,\n
          4710297825,\n
          4710297826,\n
          4710297827,\n
          4710297816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726263,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296786,\n
          4710296787,\n
          4710296788,\n
          4710297389,\n
          4710297390,\n
          4710297391,\n
          4710296786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726265,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298136,\n
          4710297530,\n
          4710297529,\n
          4710298137,\n
          4710298136\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": 477726266,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297392,\n
          4710297393,\n
          4710297394,\n
          4710297395,\n
          4710297392\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726268,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296782,\n
          4710296783,\n
          4710298122,\n
          4710296784,\n
          4710296785,\n
          4710296782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726270,\n
        "timestamp": "2017-02-28T17:33:35Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297828,\n
          4710297829,\n
          4710297830,\n
          4710297831,\n
          4710297828\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726272,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296937,\n
          4710296938,\n
          4710296939,\n
          4710296940,\n
          4710296941,\n
          4710296924,\n
          4710296923,\n
          4710296937\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726275,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297399,\n
          4710297400,\n
          4710297401,\n
          4710297402,\n
          4710297403,\n
          4710297404,\n
          4710297399\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726277,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297832,\n
          4710297833,\n
          4710297834,\n
          4710297835,\n
          4710297836,\n
          4710297837,\n
          4710297832\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726278,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297065,\n
          4710297066,\n
          4710297067,\n
          4710297068,\n
          4710297069,\n
          4710297070,\n
          4710297065\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726281,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297405,\n
          4710297406,\n
          4710297407,\n
          4710297408,\n
          4710297409,\n
          4710297410,\n
          4710297411,\n
          4710297412,\n
          4710297413,\n
          4710297414,\n
          4710297405\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726283,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297838,\n
          4710297839,\n
          4710297840,\n
          4710297841,\n
          4710298169,\n
          4710297838\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726285,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297840,\n
          4710297839,\n
          4710297842,\n
          4710297843,\n
          4710297844,\n
          4710297845,\n
          4710297840\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726287,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297846,\n
          4710297847,\n
          4710297848,\n
          4710297849,\n
          4710297846\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726289,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296923,\n
          4710296924,\n
          4710296925,\n
          4710296926,\n
          4710296927,\n
          4710296928,\n
          4710296929,\n
          4710296930,\n
          4710296931,\n
          4710296932,\n
          4710296933,\n
          4710296934,\n
          4710296935,\n
          4710296936,\n
          4710296923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726291,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297850,\n
          4710297851,\n
          4710297852,\n
          4710297853,\n
          4710297854,\n
          4710297855,\n
          4710297856,\n
          4710297857,\n
          4710297858,\n
          4710297859,\n
          4710297860,\n
          4710297850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726293,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297421,\n
          4710297415,\n
          4710297420,\n
          4710297419,\n
          4710297422,\n
          4710297423,\n
          4710297421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726296,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297588,\n
          4710297587,\n
          4710297589,\n
          4710297590,\n
          4710297591,\n
          4710297592,\n
          4710297593,\n
          4710297607,\n
          4710297588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726298,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296955,\n
          4710296954,\n
          4710296961,\n
          4710296960,\n
          4710296962,\n
          4710296963,\n
          4710296955\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726301,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297424,\n
          4710297416,\n
          4710297415,\n
          4710297421,\n
          4710297425,\n
          4710297424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726303,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296964,\n
          4710296965,\n
          4710296966,\n
          4710296967,\n
          4710296964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726306,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297426,\n
          4710297427,\n
          4710297428,\n
          4710297429,\n
          4710297430,\n
          4710297431,\n
          4710297432,\n
          4710297433,\n
          4710297426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726307,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297861,\n
          4710297862,\n
          4710297863,\n
          4710297864,\n
          4710297865,\n
          4710297866,\n
          4710296790,\n
          4710296791,\n
          4710297861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726309,\n
        "timestamp": "2017-02-28T17:33:36Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296974,\n
          4710296975,\n
          4710296976,\n
          4710296977,\n
          4710296978,\n
          4710296979,\n
          4710296980,\n
          4710296981,\n
          4710296982,\n
          4710296983,\n
          4710296984,\n
          4710296985,\n
          4710296974\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726310,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297434,\n
          4710297435,\n
          4710297436,\n
          4710297437,\n
          4710297434\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726312,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297862,\n
          4710297861,\n
          4710297864,\n
          4710297863,\n
          4710297862\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726314,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296792,\n
          4710296793,\n
          4710296794,\n
          4710296795,\n
          4710296796,\n
          4710296797,\n
          4710298183,\n
          4710298182,\n
          4710296792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726317,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297562,\n
          4710298139,\n
          4710296881,\n
          4710296882,\n
          4710297563,\n
          4710297562\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": 477726319,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297438,\n
          4710297439,\n
          4710297440,\n
          4710297441,\n
          4710297438\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726321,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296798,\n
          4710296799,\n
          4710296800,\n
          4710296801,\n
          4710296802,\n
          4710296803,\n
          4710296804,\n
          4710296805,\n
          4710296798\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726322,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297396,\n
          4710297442,\n
          4710297443,\n
          4710297397,\n
          4710297396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726323,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296954,\n
          4710296955,\n
          4710296956,\n
          4710296957,\n
          4710296958,\n
          4710296959,\n
          4710296960,\n
          4710296961,\n
          4710296954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726324,\n
        "timestamp": "2025-05-08T17:23:08Z",\n
        "version": 3,\n
        "changeset": 165995067,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4710296986,\n
          4710296987,\n
          4710296988,\n
          4710296989,\n
          4710296990,\n
          4710296991,\n
          4710296992,\n
          4710296993,\n
          4710296986\n
        ],\n
        "tags": {\n
          "addr:housenumber": "3",\n
          "addr:street": "Rue Principale",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.franqueville1@orange.fr",\n
          "contact:phone": "+33 3 23 97 02 63",\n
          "name": "Mairie de Franqueville",\n
          "opening_hours": "We 09:00-12:00; Fr 09:00-12:00",\n
          "ref:FR:SIRET": "21020312100012",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726325,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296994,\n
          4710296995,\n
          4710296996,\n
          4710296997,\n
          4710296852,\n
          4710296998,\n
          4710296999,\n
          4710297000,\n
          4710297001,\n
          4710296994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726328,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296810,\n
          4710296811,\n
          4710296812,\n
          4710296813,\n
          4710296814,\n
          4710296815,\n
          4710296816,\n
          4710296817,\n
          4710296810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726330,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297452,\n
          4710297453,\n
          4710297454,\n
          4710297455,\n
          4710297456,\n
          4710297457,\n
          4710297452\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726331,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296238,\n
          4710296237,\n
          4710296883,\n
          4710296884,\n
          4710296885,\n
          4710296238\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": 477726332,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297002,\n
          4710297003,\n
          4710297004,\n
          4710297005,\n
          4710297006,\n
          4710297007,\n
          4710297008,\n
          4710297009,\n
          4710297002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726333,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296818,\n
          4710296819,\n
          4710296820,\n
          4710298187,\n
          4710298186,\n
          4710296821,\n
          4710296818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726334,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297458,\n
          4710297459,\n
          4710297460,\n
          4710297461,\n
          4710297462,\n
          4710297463,\n
          4710297458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726335,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296822,\n
          4710296823,\n
          4710296824,\n
          4710296796,\n
          4710296795,\n
          4710296794,\n
          4710296825,\n
          4710296826,\n
          4710296822\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726336,\n
        "timestamp": "2017-02-28T17:33:37Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297010,\n
          4710297011,\n
          4710297012,\n
          4710297013,\n
          4710297010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726337,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297467,\n
          4710297464,\n
          4710297465,\n
          4710297466,\n
          4710297467\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726338,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296823,\n
          4710296827,\n
          4710296828,\n
          4710296829,\n
          4710296830,\n
          4710296819,\n
          4710296818,\n
          4710296824,\n
          4710296823\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726339,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297014,\n
          4710297015,\n
          4710297016,\n
          4710297017,\n
          4710297014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726340,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296999,\n
          4710296998,\n
          4710296852,\n
          4710297000,\n
          4710296999\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": 477726341,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296831,\n
          4710296832,\n
          4710296833,\n
          4710296834,\n
          4710296835,\n
          4710296831\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": 477726342,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297019,\n
          4710297020,\n
          4710297021,\n
          4710297022,\n
          4710297023,\n
          4710297024,\n
          4710297019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726343,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297395,\n
          4710297394,\n
          4710297396,\n
          4710297397,\n
          4710297398,\n
          4710297395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726344,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297066,\n
          4710297065,\n
          4710296840,\n
          4710296841,\n
          4710296842,\n
          4710296843,\n
          4710297066\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": 477726345,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297025,\n
          4710297026,\n
          4710297027,\n
          4710297028,\n
          4710297025\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726346,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297476,\n
          4710297477,\n
          4710297478,\n
          4710297479,\n
          4710297476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726347,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296844,\n
          4710296845,\n
          4710296846,\n
          4710296847,\n
          4710296844\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": 477726348,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297029,\n
          4710297030,\n
          4710297031,\n
          4710297032,\n
          4710297029\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726349,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297480,\n
          4710297481,\n
          4710297482,\n
          4710297483,\n
          4710297484,\n
          4710297485,\n
          4710297480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726350,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296848,\n
          4710296849,\n
          4710296850,\n
          4710296851,\n
          4710296848\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": 477726351,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297033,\n
          4710297034,\n
          4710297035,\n
          4710297036,\n
          4710297037,\n
          4710297038,\n
          4710297039,\n
          4710297040,\n
          4710297041,\n
          4710297042,\n
          4710297043,\n
          4710297044,\n
          4710297045,\n
          4710297046,\n
          4710297033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726352,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297486,\n
          4710297487,\n
          4710297488,\n
          4710297489,\n
          4710297486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726353,\n
        "timestamp": "2017-02-28T17:33:38Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297005,\n
          4710297008,\n
          4710297007,\n
          4710297006,\n
          4710297005\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": 477726354,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296853,\n
          4710296854,\n
          4710296855,\n
          4710296856,\n
          4710296853\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": 477726355,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297490,\n
          4710297491,\n
          4710297492,\n
          4710297493,\n
          4710297494,\n
          4710297495,\n
          4710297490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726356,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296832,\n
          4710296831,\n
          4710296838,\n
          4710296837,\n
          4710296836,\n
          4710296857,\n
          4710296832\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": 477726357,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296858,\n
          4710296859,\n
          4710296860,\n
          4710296861,\n
          4710296858\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": 477726358,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297047,\n
          4710297048,\n
          4710297049,\n
          4710297050,\n
          4710297051,\n
          4710297052,\n
          4710297047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726359,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297496,\n
          4710297497,\n
          4710297498,\n
          4710297499,\n
          4710297496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726360,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296862,\n
          4710296863,\n
          4710296864,\n
          4710296865,\n
          4710296862\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": 477726361,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297166,\n
          4710297167,\n
          4710297168,\n
          4710297169,\n
          4710297170,\n
          4710297171,\n
          4710297172,\n
          4710297173,\n
          4710297174,\n
          4710297175,\n
          4710297166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726362,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297500,\n
          4710297501,\n
          4710297502,\n
          4710297503,\n
          4710297504,\n
          4710297505,\n
          4710297500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726363,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297053,\n
          4710297054,\n
          4710297055,\n
          4710297056,\n
          4710297053\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726364,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296866,\n
          4710296867,\n
          4710296868,\n
          4710296869,\n
          4710296866\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": 477726365,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297057,\n
          4710297058,\n
          4710297059,\n
          4710297060,\n
          4710297057\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726366,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297506,\n
          4710297507,\n
          4710297508,\n
          4710297509,\n
          4710297506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726367,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296862,\n
          4710296865,\n
          4710296867,\n
          4710296866,\n
          4710296869,\n
          4710296870,\n
          4710296871,\n
          4710296862\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": 477726368,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297061,\n
          4710297062,\n
          4710297063,\n
          4710297064,\n
          4710297061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726369,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297510,\n
          4710297511,\n
          4710297512,\n
          4710296861,\n
          4710296860,\n
          4710297513,\n
          4710297510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726370,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297618,\n
          4710297619,\n
          4710297620,\n
          4710297621,\n
          4710297622,\n
          4710297623,\n
          4710297624,\n
          4710298157,\n
          4710297625,\n
          4710297618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726371,\n
        "timestamp": "2017-02-28T17:33:39Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296876,\n
          4710296877,\n
          4710296878,\n
          4710296879,\n
          4710296876\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": 477726372,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297514,\n
          4710297515,\n
          4710297516,\n
          4710297517,\n
          4710297518,\n
          4710297519,\n
          4710297520,\n
          4710297521,\n
          4710297522,\n
          4710297523,\n
          4710297524,\n
          4710297525,\n
          4710297526,\n
          4710297527,\n
          4710297528,\n
          4710297514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726373,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297159,\n
          4710296880,\n
          4710297161,\n
          4710297160,\n
          4710297159\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": 477726374,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297071,\n
          4710297072,\n
          4710297073,\n
          4710297074,\n
          4710297071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726375,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296267,\n
          4710296268,\n
          4710296269,\n
          4710296270,\n
          4710296267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726376,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297072,\n
          4710297071,\n
          4710297070,\n
          4710297069,\n
          4710297068,\n
          4710297072\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726377,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297075,\n
          4710297076,\n
          4710297077,\n
          4710297078,\n
          4710297079,\n
          4710297080,\n
          4710297075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726378,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296886,\n
          4710297219,\n
          4710296887,\n
          4710296888,\n
          4710296886\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": 477726379,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297529,\n
          4710297530,\n
          4710298136,\n
          4710297531,\n
          4710297532,\n
          4710297533,\n
          4710297534,\n
          4710297535,\n
          4710297529\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726380,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298089,\n
          4710298090,\n
          4710298091,\n
          4710298092,\n
          4710298089\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": 477726381,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297081,\n
          4710297082,\n
          4710297083,\n
          4710297084,\n
          4710297085,\n
          4710297086,\n
          4710297087,\n
          4710297088,\n
          4710297089,\n
          4710297090,\n
          4710297081\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726382,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296237,\n
          4710296238,\n
          4710296239,\n
          4710296240,\n
          4710296241,\n
          4710296242,\n
          4710296243,\n
          4710296244,\n
          4710296237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726383,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297265,\n
          4710298093,\n
          4710298094,\n
          4710298095,\n
          4710297265\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": 477726384,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297536,\n
          4710297537,\n
          4710297538,\n
          4710297539,\n
          4710297540,\n
          4710297541,\n
          4710297536\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726385,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297121,\n
          4710297120,\n
          4710298096,\n
          4710298097,\n
          4710297121\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": 477726386,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297542,\n
          4710297543,\n
          4710297544,\n
          4710297545,\n
          4710297542\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726387,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298100,\n
          4710298101,\n
          4710298102,\n
          4710298103,\n
          4710298100\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": 477726388,\n
        "timestamp": "2017-02-28T17:33:40Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297093,\n
          4710297094,\n
          4710297095,\n
          4710297096,\n
          4710297097,\n
          4710297048,\n
          4710297047,\n
          4710297091,\n
          4710297092,\n
          4710297093\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726389,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297546,\n
          4710297547,\n
          4710297548,\n
          4710297549,\n
          4710297550,\n
          4710297551,\n
          4710297546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726390,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297302,\n
          4710298104,\n
          4710298101,\n
          4710298100,\n
          4710298105,\n
          4710297302\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": 477726391,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297098,\n
          4710297099,\n
          4710297100,\n
          4710297101,\n
          4710297098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726393,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297297,\n
          4710297301,\n
          4710297300,\n
          4710298106,\n
          4710297298,\n
          4710297297\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": 477726395,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297552,\n
          4710297553,\n
          4710297554,\n
          4710297555,\n
          4710297556,\n
          4710297557,\n
          4710297558,\n
          4710297559,\n
          4710297560,\n
          4710297561,\n
          4710298146,\n
          4710297552\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726398,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298111,\n
          4710298112,\n
          4710298113,\n
          4710298114,\n
          4710298111\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": 477726399,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297327,\n
          4710298115,\n
          4710298116,\n
          4710298117,\n
          4710297327\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": 477726400,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297562,\n
          4710297563,\n
          4710297564,\n
          4710297565,\n
          4710297566,\n
          4710297567,\n
          4710297568,\n
          4710298140,\n
          4710297562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726401,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298118,\n
          4710298119,\n
          4710297329,\n
          4710297328,\n
          4710298118\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": 477726402,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297110,\n
          4710297114,\n
          4710297111,\n
          4710297112,\n
          4710297113,\n
          4710297110\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726403,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298120,\n
          4710298121,\n
          4710298122,\n
          4710296783,\n
          4710298120\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": 477726404,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297569,\n
          4710297570,\n
          4710297571,\n
          4710297572,\n
          4710297569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726405,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297114,\n
          4710297110,\n
          4710297115,\n
          4710297116,\n
          4710297117,\n
          4710297118,\n
          4710297119,\n
          4710297114\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726406,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296938,\n
          4710296937,\n
          4710296942,\n
          4710296943,\n
          4710296944,\n
          4710296945,\n
          4710296946,\n
          4710296947,\n
          4710296948,\n
          4710296949,\n
          4710296938\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726407,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297573,\n
          4710297574,\n
          4710297575,\n
          4710297576,\n
          4710297573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726408,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296279,\n
          4710296280,\n
          4710296281,\n
          4710296282,\n
          4710296279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726409,\n
        "timestamp": "2017-02-28T17:33:41Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297120,\n
          4710297121,\n
          4710297122,\n
          4710297123,\n
          4710297124,\n
          4710297125,\n
          4710297126,\n
          4710297127,\n
          4710297128,\n
          4710297129,\n
          4710297130,\n
          4710297131,\n
          4710297132,\n
          4710297133,\n
          4710297134,\n
          4710297135,\n
          4710297120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726410,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297580,\n
          4710297581,\n
          4710297582,\n
          4710297583,\n
          4710297580\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726411,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297415,\n
          4710297416,\n
          4710297417,\n
          4710297418,\n
          4710297419,\n
          4710297420,\n
          4710297415\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726412,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297572,\n
          4710297571,\n
          4710298134,\n
          4710298135,\n
          4710297572\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": 477726413,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297584,\n
          4710297585,\n
          4710297586,\n
          4710297587,\n
          4710297588,\n
          4710297584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726414,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297569,\n
          4710298138,\n
          4710298139,\n
          4710297562,\n
          4710298140,\n
          4710298141,\n
          4710297570,\n
          4710297569\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": 477726415,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297136,\n
          4710297137,\n
          4710297138,\n
          4710297139,\n
          4710297136\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726416,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298142,\n
          4710298143,\n
          4710298144,\n
          4710298145,\n
          4710298142\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": 477726417,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297140,\n
          4710297141,\n
          4710297142,\n
          4710297143,\n
          4710297144,\n
          4710297145,\n
          4710297146,\n
          4710297147,\n
          4710297148,\n
          4710297149,\n
          4710297140\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726418,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297584,\n
          4710297594,\n
          4710297595,\n
          4710297596,\n
          4710297597,\n
          4710297598,\n
          4710297599,\n
          4710298153,\n
          4710297600,\n
          4710297601,\n
          4710297602,\n
          4710297603,\n
          4710297585,\n
          4710297584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726419,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297553,\n
          4710297552,\n
          4710298146,\n
          4710297554,\n
          4710297553\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": 477726420,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297840,\n
          4710297845,\n
          4710298147,\n
          4710298148,\n
          4710297840\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": 477726421,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296283,\n
          4710296284,\n
          4710296285,\n
          4710296286,\n
          4710296287,\n
          4710296288,\n
          4710296889,\n
          4710296890,\n
          4710296891,\n
          4710296892,\n
          4710296893,\n
          4710296894,\n
          4710296895,\n
          4710296896,\n
          4710296283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726422,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298149,\n
          4710297582,\n
          4710297581,\n
          4710298150,\n
          4710298149\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": 477726423,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297605,\n
          4710297604,\n
          4710298151,\n
          4710298152,\n
          4710297605\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": 477726424,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297150,\n
          4710297151,\n
          4710297152,\n
          4710297153,\n
          4710297154,\n
          4710297155,\n
          4710297156,\n
          4710297157,\n
          4710297150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726425,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297604,\n
          4710297605,\n
          4710297606,\n
          4710297607,\n
          4710297593,\n
          4710297604\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726426,\n
        "timestamp": "2017-02-28T17:33:42Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297597,\n
          4710298153,\n
          4710297599,\n
          4710297598,\n
          4710297597\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": 477726427,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297615,\n
          4710298154,\n
          4710298155,\n
          4710298156,\n
          4710297616,\n
          4710297615\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": 477726428,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297608,\n
          4710297609,\n
          4710297610,\n
          4710297611,\n
          4710297612,\n
          4710297613,\n
          4710298175,\n
          4710298174,\n
          4710297608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726429,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297626,\n
          4710297618,\n
          4710297625,\n
          4710298157,\n
          4710297626\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": 477726430,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297158,\n
          4710297159,\n
          4710297160,\n
          4710297161,\n
          4710297162,\n
          4710297163,\n
          4710297164,\n
          4710297165,\n
          4710297158\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726431,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298158,\n
          4710298159,\n
          4710298160,\n
          4710298161,\n
          4710298158\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": 477726432,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298107,\n
          4710298108,\n
          4710298109,\n
          4710298110,\n
          4710298107\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": 477726433,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297614,\n
          4710297615,\n
          4710297616,\n
          4710297617,\n
          4710297614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726434,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297793,\n
          4710298162,\n
          4710298163,\n
          4710297794,\n
          4710297793\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": 477726435,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297281,\n
          4710297282,\n
          4710297283,\n
          4710297284,\n
          4710297285,\n
          4710297286,\n
          4710297287,\n
          4710297288,\n
          4710297289,\n
          4710297290,\n
          4710297281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726436,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297583,\n
          4710298164,\n
          4710298165,\n
          4710298166,\n
          4710298150,\n
          4710297581,\n
          4710297580,\n
          4710297583\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": 477726437,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298167,\n
          4710298168,\n
          4710298169,\n
          4710297841,\n
          4710297840,\n
          4710298148,\n
          4710298170,\n
          4710298167\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": 477726438,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297618,\n
          4710297626,\n
          4710297627,\n
          4710297628,\n
          4710297629,\n
          4710297630,\n
          4710297631,\n
          4710297632,\n
          4710297633,\n
          4710297634,\n
          4710297635,\n
          4710297619,\n
          4710297618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726439,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298171,\n
          4710298172,\n
          4710297739,\n
          4710298173,\n
          4710298171\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": 477726440,\n
        "timestamp": "2017-02-28T17:33:43Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297176,\n
          4710297177,\n
          4710297178,\n
          4710297179,\n
          4710297176\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726441,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298174,\n
          4710298175,\n
          4710298176,\n
          4710298177,\n
          4710298174\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": 477726442,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297180,\n
          4710297181,\n
          4710297182,\n
          4710297183,\n
          4710297180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726443,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298178,\n
          4710298179,\n
          4710298180,\n
          4710298181,\n
          4710298178\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": 477726444,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297636,\n
          4710297637,\n
          4710297638,\n
          4710297639,\n
          4710297640,\n
          4710297641,\n
          4710297642,\n
          4710297636\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726445,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297184,\n
          4710297185,\n
          4710297186,\n
          4710297187,\n
          4710297184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726446,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710298182,\n
          4710298183,\n
          4710298184,\n
          4710298185,\n
          4710298182\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": 477726447,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297188,\n
          4710297189,\n
          4710297190,\n
          4710297191,\n
          4710297192,\n
          4710297193,\n
          4710297188\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726448,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297643,\n
          4710297644,\n
          4710297645,\n
          4710297646,\n
          4710297647,\n
          4710297648,\n
          4710297649,\n
          4710297643\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726449,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297194,\n
          4710297195,\n
          4710297181,\n
          4710297180,\n
          4710297196,\n
          4710297197,\n
          4710297198,\n
          4710297199,\n
          4710297200,\n
          4710297201,\n
          4710297202,\n
          4710297203,\n
          4710297194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726450,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297650,\n
          4710297651,\n
          4710297652,\n
          4710297653,\n
          4710297654,\n
          4710297655,\n
          4710297656,\n
          4710297657,\n
          4710297650\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726451,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297094,\n
          4710297093,\n
          4710297204,\n
          4710297205,\n
          4710297206,\n
          4710297207,\n
          4710297094\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726452,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297658,\n
          4710297659,\n
          4710297660,\n
          4710297661,\n
          4710297658\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726453,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297208,\n
          4710297209,\n
          4710297210,\n
          4710297211,\n
          4710297212,\n
          4710297213,\n
          4710297214,\n
          4710297215,\n
          4710297216,\n
          4710297217,\n
          4710297218,\n
          4710297208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726454,\n
        "timestamp": "2017-02-28T17:33:44Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297637,\n
          4710297636,\n
          4710297662,\n
          4710297663,\n
          4710297664,\n
          4710297637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726455,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4710297665,\n
          4710297666,\n
          4710297667,\n
          4710297668,\n
          4710297669,\n
          4710297670,\n
          4710297671,\n
          4710297672,\n
          4710297673,\n
          4710297674,\n
          4710297675,\n
          4710297676,\n
          4710297677,\n
          4710297678,\n
          4710297679,\n
          4710297680,\n
          4710297681,\n
          4710297682,\n
          4710297683,\n
          4710297684,\n
          4710297685,\n
          4710297686,\n
          4710297687,\n
          4710297688,\n
          4710297689,\n
          4710297690,\n
          4710297691,\n
          4710297692,\n
          4710297693,\n
          4710297694,\n
          4710297695,\n
          4710297696,\n
          4710297697,\n
          4710297698,\n
          4710297699,\n
          4710297700,\n
          4710297701,\n
          4710297702,\n
          4710297703,\n
          4710297704,\n
          4710297705,\n
          4710297706,\n
          4710297707,\n
          4710297708,\n
          4710297709,\n
          4710297710,\n
          4710297711,\n
          4710297712,\n
          4710297713,\n
          4710297714,\n
          4710297715,\n
          4710297716,\n
          4710297717,\n
          4710297718,\n
          4710297719,\n
          4710297720,\n
          4710297721,\n
          4710297722,\n
          4710297723,\n
          4710297724,\n
          4710297725,\n
          4710297726,\n
          4710297727,\n
          4710297728,\n
          4710297729,\n
          4710297730,\n
          4710297665\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Jean-Baptiste",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n
          "wikidata": "Q2401621"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726456,\n
        "timestamp": "2017-02-28T17:33:45Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710296968,\n
          4710296969,\n
          4710296970,\n
          4710296971,\n
          4710296972,\n
          4710296973,\n
          4710296968\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726457,\n
        "timestamp": "2017-02-28T17:33:45Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297219,\n
          4710296886,\n
          4710297220,\n
          4710297221,\n
          4710297222,\n
          4710297219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726459,\n
        "timestamp": "2017-02-28T17:33:45Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297223,\n
          4710297224,\n
          4710297225,\n
          4710297226,\n
          4710297227,\n
          4710297228,\n
          4710297223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726461,\n
        "timestamp": "2017-02-28T17:33:45Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297238,\n
          4710297239,\n
          4710297240,\n
          4710297241,\n
          4710297242,\n
          4710297243,\n
          4710297244,\n
          4710297238\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726462,\n
        "timestamp": "2017-02-28T17:33:45Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297245,\n
          4710297246,\n
          4710298090,\n
          4710298089,\n
          4710297247,\n
          4710297248,\n
          4710297249,\n
          4710297250,\n
          4710297245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 477726463,\n
        "timestamp": "2017-02-28T17:33:45Z",\n
        "version": 1,\n
        "changeset": 46473330,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4710297251,\n
          4710297252,\n
          4710297253,\n
          4710297254,\n
          4710297255,\n
          4710297256,\n
          4710297251\n
        ],\n
        "tags": {\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
      """
  ]
]