GET https://osm-labo.cipherbliss.com/admin/followup/02323/embed/little_free_library

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02323"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 8.550739
    "namelookup_time" => 0.000806
    "connect_time" => 0.018572
    "pretransfer_time" => 0.039805
    "size_upload" => 2410.0
    "size_download" => 17860.0
    "speed_download" => 2088.0
    "speed_upload" => 281.0
    "download_content_length" => 17860.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 8.532446
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:2900:602f:872e:e67a"
    "local_port" => 41168
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 39714
    "connect_time_us" => 18572
    "namelookup_time_us" => 806
    "pretransfer_time_us" => 39805
    "starttransfer_time_us" => 8532446
    "posttransfer_time_us" => 39804
    "total_time_us" => 8550739
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1769992632.9157
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#929
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#896 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#913 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 02 Feb 2026 00:37:12 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 17860\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 02 Feb 2026 00:37:12 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 17860"
    "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-02T00:36:00Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 3967786989,\n
        "lat": 49.9176940,\n
        "lon": 3.3737510,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786990,\n
        "lat": 49.9177450,\n
        "lon": 3.3735450,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786991,\n
        "lat": 49.9177480,\n
        "lon": 3.3737790,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786992,\n
        "lat": 49.9177750,\n
        "lon": 3.3714970,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786993,\n
        "lat": 49.9177840,\n
        "lon": 3.3715320,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786994,\n
        "lat": 49.9177860,\n
        "lon": 3.3714640,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786995,\n
        "lat": 49.9177960,\n
        "lon": 3.3735730,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786996,\n
        "lat": 49.9178070,\n
        "lon": 3.3715440,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786997,\n
        "lat": 49.9178100,\n
        "lon": 3.3714490,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786998,\n
        "lat": 49.9178150,\n
        "lon": 3.3714300,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967786999,\n
        "lat": 49.9178180,\n
        "lon": 3.3714440,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787000,\n
        "lat": 49.9178180,\n
        "lon": 3.3716680,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787001,\n
        "lat": 49.9178310,\n
        "lon": 3.3715290,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787002,\n
        "lat": 49.9178330,\n
        "lon": 3.3714190,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787003,\n
        "lat": 49.9178360,\n
        "lon": 3.3714329,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787004,\n
        "lat": 49.9178600,\n
        "lon": 3.3716430,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787005,\n
        "lat": 49.9178730,\n
        "lon": 3.3714100,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787006,\n
        "lat": 49.9178750,\n
        "lon": 3.3731820,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787007,\n
        "lat": 49.9178870,\n
        "lon": 3.3732490,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787008,\n
        "lat": 49.9179030,\n
        "lon": 3.3731700,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787009,\n
        "lat": 49.9179050,\n
        "lon": 3.3715320,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787010,\n
        "lat": 49.9179130,\n
        "lon": 3.3732350,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787011,\n
        "lat": 49.9179580,\n
        "lon": 3.3714990,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787012,\n
        "lat": 49.9179760,\n
        "lon": 3.3715710,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787013,\n
        "lat": 49.9181650,\n
        "lon": 3.3717210,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787014,\n
        "lat": 49.9182050,\n
        "lon": 3.3718620,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787015,\n
        "lat": 49.9182740,\n
        "lon": 3.3718170,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787016,\n
        "lat": 49.9183030,\n
        "lon": 3.3716160,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787017,\n
        "lat": 49.9183550,\n
        "lon": 3.3720800,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787018,\n
        "lat": 49.9183570,\n
        "lon": 3.3720800,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787019,\n
        "lat": 49.9183910,\n
        "lon": 3.3716450,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787020,\n
        "lat": 49.9184120,\n
        "lon": 3.3717650,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787021,\n
        "lat": 49.9184380,\n
        "lon": 3.3720670,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787022,\n
        "lat": 49.9184450,\n
        "lon": 3.3717510,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787023,\n
        "lat": 49.9184490,\n
        "lon": 3.3717710,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787024,\n
        "lat": 49.9184840,\n
        "lon": 3.3717340,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787025,\n
        "lat": 49.9184880,\n
        "lon": 3.3717540,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787026,\n
        "lat": 49.9184950,\n
        "lon": 3.3716000,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787027,\n
        "lat": 49.9185170,\n
        "lon": 3.3717200,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787028,\n
        "lat": 49.9186300,\n
        "lon": 3.3718030,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787029,\n
        "lat": 49.9186310,\n
        "lon": 3.3723790,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787030,\n
        "lat": 49.9186500,\n
        "lon": 3.3725020,\n
        "timestamp": "2016-01-26T09:38:48Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787031,\n
        "lat": 49.9186600,\n
        "lon": 3.3719530,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787032,\n
        "lat": 49.9186640,\n
        "lon": 3.3723670,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787033,\n
        "lat": 49.9186650,\n
        "lon": 3.3723750,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787034,\n
        "lat": 49.9187150,\n
        "lon": 3.3717630,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787035,\n
        "lat": 49.9187230,\n
        "lon": 3.3723540,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787036,\n
        "lat": 49.9187410,\n
        "lon": 3.3724680,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787037,\n
        "lat": 49.9187490,\n
        "lon": 3.3719100,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787038,\n
        "lat": 49.9187920,\n
        "lon": 3.3718490,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787039,\n
        "lat": 49.9188070,\n
        "lon": 3.3719180,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787040,\n
        "lat": 49.9188590,\n
        "lon": 3.3723010,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787041,\n
        "lat": 49.9188730,\n
        "lon": 3.3724180,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787042,\n
        "lat": 49.9188930,\n
        "lon": 3.3717940,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787043,\n
        "lat": 49.9188980,\n
        "lon": 3.3722900,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787044,\n
        "lat": 49.9188990,\n
        "lon": 3.3722970,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787045,\n
        "lat": 49.9189090,\n
        "lon": 3.3718750,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787046,\n
        "lat": 49.9189170,\n
        "lon": 3.3722840,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787047,\n
        "lat": 49.9189180,\n
        "lon": 3.3722910,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787048,\n
        "lat": 49.9189481,\n
        "lon": 3.3716580,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787049,\n
        "lat": 49.9189491,\n
        "lon": 3.3715840,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787050,\n
        "lat": 49.9189570,\n
        "lon": 3.3722730,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787051,\n
        "lat": 49.9189591,\n
        "lon": 3.3716980,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787052,\n
        "lat": 49.9189601,\n
        "lon": 3.3716280,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787053,\n
        "lat": 49.9189710,\n
        "lon": 3.3723900,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787054,\n
        "lat": 49.9189771,\n
        "lon": 3.3716860,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787055,\n
        "lat": 49.9189791,\n
        "lon": 3.3716160,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967787056,\n
        "lat": 49.9189801,\n
        "lon": 3.3715650,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788957,\n
        "lat": 49.9189841,\n
        "lon": 3.3716320,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788958,\n
        "lat": 49.9189971,\n
        "lon": 3.3716220,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788959,\n
        "lat": 49.9190261,\n
        "lon": 3.3718670,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788960,\n
        "lat": 49.9190300,\n
        "lon": 3.3722750,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788961,\n
        "lat": 49.9190350,\n
        "lon": 3.3723580,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788962,\n
        "lat": 49.9190371,\n
        "lon": 3.3715910,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788963,\n
        "lat": 49.9190423,\n
        "lon": 3.3720069,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788964,\n
        "lat": 49.9190554,\n
        "lon": 3.3721528,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788965,\n
        "lat": 49.9190580,\n
        "lon": 3.3722700,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788966,\n
        "lat": 49.9190640,\n
        "lon": 3.3723530,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788967,\n
        "lat": 49.9190799,\n
        "lon": 3.3715624,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788968,\n
        "lat": 49.9190812,\n
        "lon": 3.3719984,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788969,\n
        "lat": 49.9190943,\n
        "lon": 3.3721444,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788970,\n
        "lat": 49.9191029,\n
        "lon": 3.3714884,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788971,\n
        "lat": 49.9191031,\n
        "lon": 3.3718350,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788972,\n
        "lat": 49.9191129,\n
        "lon": 3.3716604,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788973,\n
        "lat": 49.9191179,\n
        "lon": 3.3715304,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788974,\n
        "lat": 49.9191359,\n
        "lon": 3.3714594,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788975,\n
        "lat": 49.9191849,\n
        "lon": 3.3716014,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788976,\n
        "lat": 49.9191909,\n
        "lon": 3.3716433,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788977,\n
        "lat": 49.9192079,\n
        "lon": 3.3716933,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788978,\n
        "lat": 49.9192169,\n
        "lon": 3.3716223,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788979,\n
        "lat": 49.9192310,\n
        "lon": 3.3715384,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788980,\n
        "lat": 49.9192323,\n
        "lon": 3.3719447,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788981,\n
        "lat": 49.9192338,\n
        "lon": 3.3716739,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788982,\n
        "lat": 49.9192359,\n
        "lon": 3.3716723,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788983,\n
        "lat": 49.9192359,\n
        "lon": 3.3717733,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788984,\n
        "lat": 49.9192515,\n
        "lon": 3.3722491,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788985,\n
        "lat": 49.9192520,\n
        "lon": 3.3716004,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788986,\n
        "lat": 49.9192639,\n
        "lon": 3.3717623,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788987,\n
        "lat": 49.9192740,\n
        "lon": 3.3715034,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788988,\n
        "lat": 49.9192910,\n
        "lon": 3.3717104,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788989,\n
        "lat": 49.9192950,\n
        "lon": 3.3715644,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788990,\n
        "lat": 49.9192993,\n
        "lon": 3.3719345,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788991,\n
        "lat": 49.9193185,\n
        "lon": 3.3722390,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788992,\n
        "lat": 49.9193340,\n
        "lon": 3.3716774,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788993,\n
        "lat": 49.9194080,\n
        "lon": 3.3709610,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788994,\n
        "lat": 49.9194668,\n
        "lon": 3.3718528,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788995,\n
        "lat": 49.9194680,\n
        "lon": 3.3711610,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788996,\n
        "lat": 49.9194728,\n
        "lon": 3.3720058,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788997,\n
        "lat": 49.9194738,\n
        "lon": 3.3720268,\n
        "timestamp": "2016-01-26T09:38:49Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788998,\n
        "lat": 49.9194748,\n
        "lon": 3.3720668,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967788999,\n
        "lat": 49.9194890,\n
        "lon": 3.3711410,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789000,\n
        "lat": 49.9195178,\n
        "lon": 3.3719968,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789001,\n
        "lat": 49.9195188,\n
        "lon": 3.3720208,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789002,\n
        "lat": 49.9195208,\n
        "lon": 3.3720608,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789003,\n
        "lat": 49.9195378,\n
        "lon": 3.3718458,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789004,\n
        "lat": 49.9195418,\n
        "lon": 3.3719938,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789005,\n
        "lat": 49.9195440,\n
        "lon": 3.3712380,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789006,\n
        "lat": 49.9195550,\n
        "lon": 3.3708000,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789007,\n
        "lat": 49.9195570,\n
        "lon": 3.3713930,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789008,\n
        "lat": 49.9195800,\n
        "lon": 3.3718230,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789009,\n
        "lat": 49.9195830,\n
        "lon": 3.3719020,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789010,\n
        "lat": 49.9195840,\n
        "lon": 3.3708620,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789011,\n
        "lat": 49.9195900,\n
        "lon": 3.3713660,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789012,\n
        "lat": 49.9196020,\n
        "lon": 3.3715110,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789013,\n
        "lat": 49.9196050,\n
        "lon": 3.3718200,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789014,\n
        "lat": 49.9196090,\n
        "lon": 3.3719000,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789015,\n
        "lat": 49.9196330,\n
        "lon": 3.3714810,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789016,\n
        "lat": 49.9196450,\n
        "lon": 3.3709970,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789017,\n
        "lat": 49.9196470,\n
        "lon": 3.3711460,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789018,\n
        "lat": 49.9196570,\n
        "lon": 3.3707750,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789019,\n
        "lat": 49.9196810,\n
        "lon": 3.3708220,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789020,\n
        "lat": 49.9196930,\n
        "lon": 3.3711190,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789021,\n
        "lat": 49.9196970,\n
        "lon": 3.3711130,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789022,\n
        "lat": 49.9197010,\n
        "lon": 3.3706770,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789023,\n
        "lat": 49.9197030,\n
        "lon": 3.3711420,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789024,\n
        "lat": 49.9197090,\n
        "lon": 3.3711340,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789025,\n
        "lat": 49.9197140,\n
        "lon": 3.3707030,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789026,\n
        "lat": 49.9197200,\n
        "lon": 3.3709240,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789027,\n
        "lat": 49.9197280,\n
        "lon": 3.3706460,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789028,\n
        "lat": 49.9197410,\n
        "lon": 3.3706720,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789029,\n
        "lat": 49.9197490,\n
        "lon": 3.3713640,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789030,\n
        "lat": 49.9197640,\n
        "lon": 3.3710830,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789031,\n
        "lat": 49.9197660,\n
        "lon": 3.3707210,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789032,\n
        "lat": 49.9197820,\n
        "lon": 3.3710620,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789033,\n
        "lat": 49.9197870,\n
        "lon": 3.3708460,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789034,\n
        "lat": 49.9197880,\n
        "lon": 3.3706150,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789035,\n
        "lat": 49.9197920,\n
        "lon": 3.3713200,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789036,\n
        "lat": 49.9197931,\n
        "lon": 3.3717035,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789037,\n
        "lat": 49.9198120,\n
        "lon": 3.3706640,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789038,\n
        "lat": 49.9198130,\n
        "lon": 3.3708980,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789039,\n
        "lat": 49.9198260,\n
        "lon": 3.3712110,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789040,\n
        "lat": 49.9198264,\n
        "lon": 3.3719065,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789041,\n
        "lat": 49.9198490,\n
        "lon": 3.3707700,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789042,\n
        "lat": 49.9198542,\n
        "lon": 3.3716794,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789043,\n
        "lat": 49.9198740,\n
        "lon": 3.3708240,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789044,\n
        "lat": 49.9198790,\n
        "lon": 3.3707340,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789045,\n
        "lat": 49.9198810,\n
        "lon": 3.3705030,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789046,\n
        "lat": 49.9198874,\n
        "lon": 3.3718824,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789047,\n
        "lat": 49.9198920,\n
        "lon": 3.3707590,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789048,\n
        "lat": 49.9199040,\n
        "lon": 3.3707040,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789049,\n
        "lat": 49.9199170,\n
        "lon": 3.3707300,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789050,\n
        "lat": 49.9199500,\n
        "lon": 3.3710850,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789051,\n
        "lat": 49.9199730,\n
        "lon": 3.3711340,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789052,\n
        "lat": 49.9199930,\n
        "lon": 3.3710420,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789053,\n
        "lat": 49.9200040,\n
        "lon": 3.3707420,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789054,\n
        "lat": 49.9200150,\n
        "lon": 3.3710860,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789055,\n
        "lat": 49.9200211,\n
        "lon": 3.3718747,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789056,\n
        "lat": 49.9200226,\n
        "lon": 3.3716372,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789157,\n
        "lat": 49.9200330,\n
        "lon": 3.3707050,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789158,\n
        "lat": 49.9200420,\n
        "lon": 3.3708140,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789159,\n
        "lat": 49.9200460,\n
        "lon": 3.3709800,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789160,\n
        "lat": 49.9200710,\n
        "lon": 3.3707770,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789161,\n
        "lat": 49.9200906,\n
        "lon": 3.3718758,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789162,\n
        "lat": 49.9200921,\n
        "lon": 3.3716383,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789163,\n
        "lat": 49.9201110,\n
        "lon": 3.3706320,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789164,\n
        "lat": 49.9201170,\n
        "lon": 3.3709600,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789165,\n
        "lat": 49.9201700,\n
        "lon": 3.3705280,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789166,\n
        "lat": 49.9201820,\n
        "lon": 3.3707290,\n
        "timestamp": "2016-01-26T09:38:50Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789167,\n
        "lat": 49.9201940,\n
        "lon": 3.3706660,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789168,\n
        "lat": 49.9202070,\n
        "lon": 3.3706430,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789169,\n
        "lat": 49.9202080,\n
        "lon": 3.3706840,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789170,\n
        "lat": 49.9202210,\n
        "lon": 3.3704290,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789171,\n
        "lat": 49.9202210,\n
        "lon": 3.3706610,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789172,\n
        "lat": 49.9202280,\n
        "lon": 3.3706070,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789173,\n
        "lat": 49.9202601,\n
        "lon": 3.3717911,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789174,\n
        "lat": 49.9202601,\n
        "lon": 3.3718521,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789175,\n
        "lat": 49.9202890,\n
        "lon": 3.3705360,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789176,\n
        "lat": 49.9202980,\n
        "lon": 3.3703110,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789177,\n
        "lat": 49.9203300,\n
        "lon": 3.3702370,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789178,\n
        "lat": 49.9203371,\n
        "lon": 3.3717541,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789179,\n
        "lat": 49.9203371,\n
        "lon": 3.3717901,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789180,\n
        "lat": 49.9203540,\n
        "lon": 3.3701880,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789181,\n
        "lat": 49.9203590,\n
        "lon": 3.3703450,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789182,\n
        "lat": 49.9203660,\n
        "lon": 3.3704160,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789183,\n
        "lat": 49.9203820,\n
        "lon": 3.3702930,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789184,\n
        "lat": 49.9203961,\n
        "lon": 3.3716591,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789185,\n
        "lat": 49.9203971,\n
        "lon": 3.3717521,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789186,\n
        "lat": 49.9204001,\n
        "lon": 3.3718141,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789187,\n
        "lat": 49.9204001,\n
        "lon": 3.3718401,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789188,\n
        "lat": 49.9204053,\n
        "lon": 3.3673015,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789189,\n
        "lat": 49.9204330,\n
        "lon": 3.3704330,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789190,\n
        "lat": 49.9204580,\n
        "lon": 3.3703770,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789191,\n
        "lat": 49.9204810,\n
        "lon": 3.3703260,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789192,\n
        "lat": 49.9205000,\n
        "lon": 3.3707660,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789193,\n
        "lat": 49.9205050,\n
        "lon": 3.3705220,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789194,\n
        "lat": 49.9205136,\n
        "lon": 3.3671502,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789195,\n
        "lat": 49.9205220,\n
        "lon": 3.3713743,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789196,\n
        "lat": 49.9205226,\n
        "lon": 3.3713626,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789197,\n
        "lat": 49.9205230,\n
        "lon": 3.3713858,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789198,\n
        "lat": 49.9205247,\n
        "lon": 3.3713515,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789199,\n
        "lat": 49.9205255,\n
        "lon": 3.3713968,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789200,\n
        "lat": 49.9205283,\n
        "lon": 3.3713412,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789201,\n
        "lat": 49.9205294,\n
        "lon": 3.3714068,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789202,\n
        "lat": 49.9205251,\n
        "lon": 3.3716681,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789203,\n
        "lat": 49.9205261,\n
        "lon": 3.3718041,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789204,\n
        "lat": 49.9205332,\n
        "lon": 3.3713324,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789205,\n
        "lat": 49.9205345,\n
        "lon": 3.3714153,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789206,\n
        "lat": 49.9205330,\n
        "lon": 3.3707330,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789207,\n
        "lat": 49.9205392,\n
        "lon": 3.3713253,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789208,\n
        "lat": 49.9205407,\n
        "lon": 3.3714219,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789209,\n
        "lat": 49.9205460,\n
        "lon": 3.3713203,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789210,\n
        "lat": 49.9205477,\n
        "lon": 3.3714264,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789211,\n
        "lat": 49.9205533,\n
        "lon": 3.3713176,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789212,\n
        "lat": 49.9205550,\n
        "lon": 3.3714285,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789213,\n
        "lat": 49.9205500,\n
        "lon": 3.3707150,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789214,\n
        "lat": 49.9205608,\n
        "lon": 3.3713173,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789215,\n
        "lat": 49.9205625,\n
        "lon": 3.3714282,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789216,\n
        "lat": 49.9205682,\n
        "lon": 3.3713194,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789217,\n
        "lat": 49.9205699,\n
        "lon": 3.3714255,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789218,\n
        "lat": 49.9205660,\n
        "lon": 3.3708130,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789219,\n
        "lat": 49.9205751,\n
        "lon": 3.3713239,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789220,\n
        "lat": 49.9205766,\n
        "lon": 3.3714205,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789221,\n
        "lat": 49.9205720,\n
        "lon": 3.3709290,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789222,\n
        "lat": 49.9205740,\n
        "lon": 3.3708050,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789223,\n
        "lat": 49.9205813,\n
        "lon": 3.3713305,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789224,\n
        "lat": 49.9205826,\n
        "lon": 3.3714134,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789225,\n
        "lat": 49.9205800,\n
        "lon": 3.3721240,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789226,\n
        "lat": 49.9205810,\n
        "lon": 3.3706250,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789227,\n
        "lat": 49.9205864,\n
        "lon": 3.3713390,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789228,\n
        "lat": 49.9205875,\n
        "lon": 3.3714045,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789229,\n
        "lat": 49.9205832,\n
        "lon": 3.3676088,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789230,\n
        "lat": 49.9205904,\n
        "lon": 3.3713489,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789231,\n
        "lat": 49.9205911,\n
        "lon": 3.3713943,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789232,\n
        "lat": 49.9205868,\n
        "lon": 3.3722291,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789233,\n
        "lat": 49.9205928,\n
        "lon": 3.3713599,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789234,\n
        "lat": 49.9205932,\n
        "lon": 3.3713831,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789235,\n
        "lat": 49.9205938,\n
        "lon": 3.3713715,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789236,\n
        "lat": 49.9205920,\n
        "lon": 3.3708440,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789237,\n
        "lat": 49.9205940,\n
        "lon": 3.3705510,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789238,\n
        "lat": 49.9205970,\n
        "lon": 3.3709890,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789239,\n
        "lat": 49.9206000,\n
        "lon": 3.3703050,\n
        "timestamp": "2016-01-26T09:38:51Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789240,\n
        "lat": 49.9206030,\n
        "lon": 3.3708340,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789241,\n
        "lat": 49.9206035,\n
        "lon": 3.3723722,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789242,\n
        "lat": 49.9206090,\n
        "lon": 3.3693530,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789243,\n
        "lat": 49.9206090,\n
        "lon": 3.3705690,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789244,\n
        "lat": 49.9206150,\n
        "lon": 3.3708230,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789245,\n
        "lat": 49.9206240,\n
        "lon": 3.3704900,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789246,\n
        "lat": 49.9206287,\n
        "lon": 3.3726131,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789247,\n
        "lat": 49.9206330,\n
        "lon": 3.3708650,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789248,\n
        "lat": 49.9206340,\n
        "lon": 3.3705020,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789249,\n
        "lat": 49.9206460,\n
        "lon": 3.3721190,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789250,\n
        "lat": 49.9206470,\n
        "lon": 3.3708970,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789251,\n
        "lat": 49.9206534,\n
        "lon": 3.3722086,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789252,\n
        "lat": 49.9206590,\n
        "lon": 3.3704090,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789253,\n
        "lat": 49.9206630,\n
        "lon": 3.3721320,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789254,\n
        "lat": 49.9206640,\n
        "lon": 3.3718700,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789255,\n
        "lat": 49.9206660,\n
        "lon": 3.3691920,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789256,\n
        "lat": 49.9206670,\n
        "lon": 3.3693900,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789257,\n
        "lat": 49.9206700,\n
        "lon": 3.3708920,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789258,\n
        "lat": 49.9206707,\n
        "lon": 3.3722032,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789259,\n
        "lat": 49.9206710,\n
        "lon": 3.3704220,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789260,\n
        "lat": 49.9206750,\n
        "lon": 3.3703760,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789261,\n
        "lat": 49.9206790,\n
        "lon": 3.3709600,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789262,\n
        "lat": 49.9206870,\n
        "lon": 3.3721250,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789263,\n
        "lat": 49.9206915,\n
        "lon": 3.3674576,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789264,\n
        "lat": 49.9206950,\n
        "lon": 3.3692620,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789265,\n
        "lat": 49.9207171,\n
        "lon": 3.3677274,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789266,\n
        "lat": 49.9207210,\n
        "lon": 3.3716820,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789267,\n
        "lat": 49.9207270,\n
        "lon": 3.3718490,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789268,\n
        "lat": 49.9207390,\n
        "lon": 3.3692600,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789269,\n
        "lat": 49.9207410,\n
        "lon": 3.3692260,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789270,\n
        "lat": 49.9207480,\n
        "lon": 3.3710390,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789271,\n
        "lat": 49.9207500,\n
        "lon": 3.3692480,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789272,\n
        "lat": 49.9207540,\n
        "lon": 3.3692950,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789273,\n
        "lat": 49.9207550,\n
        "lon": 3.3697440,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789274,\n
        "lat": 49.9207580,\n
        "lon": 3.3711950,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789275,\n
        "lat": 49.9207645,\n
        "lon": 3.3721743,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789276,\n
        "lat": 49.9207670,\n
        "lon": 3.3720720,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789277,\n
        "lat": 49.9207720,\n
        "lon": 3.3718980,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789278,\n
        "lat": 49.9207730,\n
        "lon": 3.3718610,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789279,\n
        "lat": 49.9207799,\n
        "lon": 3.3723171,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789280,\n
        "lat": 49.9207800,\n
        "lon": 3.3721830,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789281,\n
        "lat": 49.9207820,\n
        "lon": 3.3696880,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789282,\n
        "lat": 49.9207830,\n
        "lon": 3.3691850,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789283,\n
        "lat": 49.9207880,\n
        "lon": 3.3700410,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789284,\n
        "lat": 49.9208049,\n
        "lon": 3.3725435,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789285,\n
        "lat": 49.9208110,\n
        "lon": 3.3718870,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789286,\n
        "lat": 49.9208180,\n
        "lon": 3.3692700,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789287,\n
        "lat": 49.9208190,\n
        "lon": 3.3711860,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789288,\n
        "lat": 49.9208250,\n
        "lon": 3.3710300,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789289,\n
        "lat": 49.9208250,\n
        "lon": 3.3712590,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789290,\n
        "lat": 49.9208270,\n
        "lon": 3.3690270,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789291,\n
        "lat": 49.9208280,\n
        "lon": 3.3710810,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789292,\n
        "lat": 49.9208280,\n
        "lon": 3.3720550,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789293,\n
        "lat": 49.9208310,\n
        "lon": 3.3692590,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789294,\n
        "lat": 49.9208350,\n
        "lon": 3.3720530,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789295,\n
        "lat": 49.9208410,\n
        "lon": 3.3721660,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789296,\n
        "lat": 49.9208471,\n
        "lon": 3.3675840,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789297,\n
        "lat": 49.9208490,\n
        "lon": 3.3699640,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789298,\n
        "lat": 49.9208490,\n
        "lon": 3.3701590,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789299,\n
        "lat": 49.9208527,\n
        "lon": 3.3680239,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789300,\n
        "lat": 49.9208540,\n
        "lon": 3.3718680,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789301,\n
        "lat": 49.9208600,\n
        "lon": 3.3710800,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789302,\n
        "lat": 49.9208610,\n
        "lon": 3.3716980,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789303,\n
        "lat": 49.9208650,\n
        "lon": 3.3699430,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789304,\n
        "lat": 49.9208730,\n
        "lon": 3.3712400,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789305,\n
        "lat": 49.9208759,\n
        "lon": 3.3679984,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789306,\n
        "lat": 49.9208820,\n
        "lon": 3.3699100,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789307,\n
        "lat": 49.9208880,\n
        "lon": 3.3714830,\n
        "timestamp": "2016-01-26T09:38:52Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789308,\n
        "lat": 49.9208920,\n
        "lon": 3.3713440,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789309,\n
        "lat": 49.9208980,\n
        "lon": 3.3717030,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789310,\n
        "lat": 49.9208980,\n
        "lon": 3.3717450,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789311,\n
        "lat": 49.9209110,\n
        "lon": 3.3700850,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789312,\n
        "lat": 49.9209140,\n
        "lon": 3.3717050,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789313,\n
        "lat": 49.9209140,\n
        "lon": 3.3717470,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789314,\n
        "lat": 49.9209310,\n
        "lon": 3.3694970,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789315,\n
        "lat": 49.9209410,\n
        "lon": 3.3700480,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789316,\n
        "lat": 49.9209580,\n
        "lon": 3.3700170,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789317,\n
        "lat": 49.9209600,\n
        "lon": 3.3714890,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789318,\n
        "lat": 49.9209640,\n
        "lon": 3.3713500,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789319,\n
        "lat": 49.9209740,\n
        "lon": 3.3695750,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789320,\n
        "lat": 49.9209827,\n
        "lon": 3.3678805,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789321,\n
        "lat": 49.9209850,\n
        "lon": 3.3696060,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789322,\n
        "lat": 49.9209950,\n
        "lon": 3.3694340,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789323,\n
        "lat": 49.9210120,\n
        "lon": 3.3690450,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789324,\n
        "lat": 49.9210157,\n
        "lon": 3.3721975,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789325,\n
        "lat": 49.9210173,\n
        "lon": 3.3688792,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789326,\n
        "lat": 49.9210370,\n
        "lon": 3.3695670,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789327,\n
        "lat": 49.9210377,\n
        "lon": 3.3723495,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789328,\n
        "lat": 49.9210450,\n
        "lon": 3.3692650,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789329,\n
        "lat": 49.9210550,\n
        "lon": 3.3690000,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789331,\n
        "lat": 49.9210600,\n
        "lon": 3.3696640,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789332,\n
        "lat": 49.9210636,\n
        "lon": 3.3709388,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789333,\n
        "lat": 49.9210690,\n
        "lon": 3.3696550,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789334,\n
        "lat": 49.9210797,\n
        "lon": 3.3717675,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789335,\n
        "lat": 49.9210810,\n
        "lon": 3.3693510,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789336,\n
        "lat": 49.9210826,\n
        "lon": 3.3711928,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789337,\n
        "lat": 49.9210860,\n
        "lon": 3.3692210,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789338,\n
        "lat": 49.9210920,\n
        "lon": 3.3696190,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789339,\n
        "lat": 49.9210929,\n
        "lon": 3.3677589,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789340,\n
        "lat": 49.9210970,\n
        "lon": 3.3696330,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789341,\n
        "lat": 49.9211010,\n
        "lon": 3.3691080,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789342,\n
        "lat": 49.9211090,\n
        "lon": 3.3696050,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789343,\n
        "lat": 49.9211140,\n
        "lon": 3.3696180,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789344,\n
        "lat": 49.9211160,\n
        "lon": 3.3690920,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789345,\n
        "lat": 49.9211180,\n
        "lon": 3.3695070,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789346,\n
        "lat": 49.9211240,\n
        "lon": 3.3698360,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789347,\n
        "lat": 49.9211270,\n
        "lon": 3.3695330,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789348,\n
        "lat": 49.9211290,\n
        "lon": 3.3698150,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789349,\n
        "lat": 49.9211357,\n
        "lon": 3.3717455,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789350,\n
        "lat": 49.9211410,\n
        "lon": 3.3695950,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789351,\n
        "lat": 49.9211427,\n
        "lon": 3.3721505,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789352,\n
        "lat": 49.9211480,\n
        "lon": 3.3694400,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789353,\n
        "lat": 49.9211501,\n
        "lon": 3.3687337,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789354,\n
        "lat": 49.9211560,\n
        "lon": 3.3697930,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789355,\n
        "lat": 49.9211587,\n
        "lon": 3.3718805,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789356,\n
        "lat": 49.9211600,\n
        "lon": 3.3698060,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789457,\n
        "lat": 49.9211617,\n
        "lon": 3.3718785,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789458,\n
        "lat": 49.9211670,\n
        "lon": 3.3695020,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789459,\n
        "lat": 49.9211750,\n
        "lon": 3.3697760,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789460,\n
        "lat": 49.9211800,\n
        "lon": 3.3697900,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789461,\n
        "lat": 49.9211840,\n
        "lon": 3.3692510,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789462,\n
        "lat": 49.9211840,\n
        "lon": 3.3695600,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789463,\n
        "lat": 49.9211860,\n
        "lon": 3.3692560,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789464,\n
        "lat": 49.9211896,\n
        "lon": 3.3709088,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789465,\n
        "lat": 49.9211896,\n
        "lon": 3.3711668,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789466,\n
        "lat": 49.9211947,\n
        "lon": 3.3717195,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789467,\n
        "lat": 49.9211965,\n
        "lon": 3.3686993,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789468,\n
        "lat": 49.9211987,\n
        "lon": 3.3684669,\n
        "timestamp": "2016-01-26T09:38:53Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789469,\n
        "lat": 49.9212010,\n
        "lon": 3.3697550,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789470,\n
        "lat": 49.9212060,\n
        "lon": 3.3697690,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789471,\n
        "lat": 49.9212146,\n
        "lon": 3.3711578,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789473,\n
        "lat": 49.9212257,\n
        "lon": 3.3722785,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789474,\n
        "lat": 49.9212317,\n
        "lon": 3.3719425,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789475,\n
        "lat": 49.9212360,\n
        "lon": 3.3693970,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789476,\n
        "lat": 49.9212426,\n
        "lon": 3.3715968,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789478,\n
        "lat": 49.9212474,\n
        "lon": 3.3685733,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789479,\n
        "lat": 49.9212547,\n
        "lon": 3.3720815,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789480,\n
        "lat": 49.9212597,\n
        "lon": 3.3717265,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789481,\n
        "lat": 49.9212680,\n
        "lon": 3.3697240,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789482,\n
        "lat": 49.9212686,\n
        "lon": 3.3686197,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789484,\n
        "lat": 49.9212737,\n
        "lon": 3.3718115,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789485,\n
        "lat": 49.9212830,\n
        "lon": 3.3695670,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789486,\n
        "lat": 49.9212917,\n
        "lon": 3.3719165,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789487,\n
        "lat": 49.9212940,\n
        "lon": 3.3698510,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789488,\n
        "lat": 49.9213016,\n
        "lon": 3.3711368,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789489,\n
        "lat": 49.9213030,\n
        "lon": 3.3695580,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789490,\n
        "lat": 49.9213047,\n
        "lon": 3.3717165,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789491,\n
        "lat": 49.9213147,\n
        "lon": 3.3720575,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789492,\n
        "lat": 49.9213177,\n
        "lon": 3.3717935,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789493,\n
        "lat": 49.9213180,\n
        "lon": 3.3693770,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789495,\n
        "lat": 49.9213287,\n
        "lon": 3.3717115,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789496,\n
        "lat": 49.9213305,\n
        "lon": 3.3684815,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789497,\n
        "lat": 49.9213356,\n
        "lon": 3.3714528,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789498,\n
        "lat": 49.9213370,\n
        "lon": 3.3696880,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789499,\n
        "lat": 49.9213436,\n
        "lon": 3.3683069,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789500,\n
        "lat": 49.9213527,\n
        "lon": 3.3718545,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789501,\n
        "lat": 49.9213567,\n
        "lon": 3.3718815,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789502,\n
        "lat": 49.9213683,\n
        "lon": 3.3692177,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789503,\n
        "lat": 49.9213923,\n
        "lon": 3.3684133,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789504,\n
        "lat": 49.9213937,\n
        "lon": 3.3716975,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789505,\n
        "lat": 49.9214090,\n
        "lon": 3.3686900,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789506,\n
        "lat": 49.9214157,\n
        "lon": 3.3718315,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789507,\n
        "lat": 49.9214207,\n
        "lon": 3.3718565,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789508,\n
        "lat": 49.9214340,\n
        "lon": 3.3697780,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789509,\n
        "lat": 49.9214460,\n
        "lon": 3.3691050,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789510,\n
        "lat": 49.9214530,\n
        "lon": 3.3691890,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789511,\n
        "lat": 49.9214676,\n
        "lon": 3.3708929,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789512,\n
        "lat": 49.9214730,\n
        "lon": 3.3686280,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789513,\n
        "lat": 49.9214896,\n
        "lon": 3.3710759,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789514,\n
        "lat": 49.9215010,\n
        "lon": 3.3690920,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789515,\n
        "lat": 49.9215086,\n
        "lon": 3.3711218,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789516,\n
        "lat": 49.9215090,\n
        "lon": 3.3691750,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789517,\n
        "lat": 49.9215270,\n
        "lon": 3.3693780,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789518,\n
        "lat": 49.9215276,\n
        "lon": 3.3708759,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789519,\n
        "lat": 49.9215386,\n
        "lon": 3.3713958,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789520,\n
        "lat": 49.9215420,\n
        "lon": 3.3695300,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789521,\n
        "lat": 49.9215461,\n
        "lon": 3.3701144,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789522,\n
        "lat": 49.9215526,\n
        "lon": 3.3710589,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789523,\n
        "lat": 49.9215531,\n
        "lon": 3.3702314,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789524,\n
        "lat": 49.9215596,\n
        "lon": 3.3711098,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789525,\n
        "lat": 49.9215611,\n
        "lon": 3.3703684,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789526,\n
        "lat": 49.9215860,\n
        "lon": 3.3691560,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789527,\n
        "lat": 49.9215860,\n
        "lon": 3.3694700,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789528,\n
        "lat": 49.9215900,\n
        "lon": 3.3695170,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789529,\n
        "lat": 49.9215901,\n
        "lon": 3.3703634,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789530,\n
        "lat": 49.9215911,\n
        "lon": 3.3703914,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789531,\n
        "lat": 49.9215981,\n
        "lon": 3.3697824,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789532,\n
        "lat": 49.9215991,\n
        "lon": 3.3698734,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789533,\n
        "lat": 49.9216020,\n
        "lon": 3.3693580,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789534,\n
        "lat": 49.9216031,\n
        "lon": 3.3701034,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789535,\n
        "lat": 49.9216080,\n
        "lon": 3.3694150,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789536,\n
        "lat": 49.9216091,\n
        "lon": 3.3702224,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789537,\n
        "lat": 49.9216106,\n
        "lon": 3.3714868,\n
        "timestamp": "2016-01-26T09:38:54Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789538,\n
        "lat": 49.9216120,\n
        "lon": 3.3693090,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789539,\n
        "lat": 49.9216130,\n
        "lon": 3.3694630,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789540,\n
        "lat": 49.9216150,\n
        "lon": 3.3693350,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789541,\n
        "lat": 49.9216171,\n
        "lon": 3.3689374,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789542,\n
        "lat": 49.9216280,\n
        "lon": 3.3694070,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789543,\n
        "lat": 49.9216331,\n
        "lon": 3.3689234,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789544,\n
        "lat": 49.9216350,\n
        "lon": 3.3695130,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789545,\n
        "lat": 49.9216371,\n
        "lon": 3.3701784,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789546,\n
        "lat": 49.9216371,\n
        "lon": 3.3703554,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789547,\n
        "lat": 49.9216380,\n
        "lon": 3.3693040,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789548,\n
        "lat": 49.9216391,\n
        "lon": 3.3689974,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789549,\n
        "lat": 49.9216391,\n
        "lon": 3.3700984,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789550,\n
        "lat": 49.9216391,\n
        "lon": 3.3703824,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789551,\n
        "lat": 49.9216400,\n
        "lon": 3.3693290,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789552,\n
        "lat": 49.9216401,\n
        "lon": 3.3689414,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789553,\n
        "lat": 49.9216411,\n
        "lon": 3.3701324,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789554,\n
        "lat": 49.9216420,\n
        "lon": 3.3695370,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789555,\n
        "lat": 49.9216450,\n
        "lon": 3.3690690,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789556,\n
        "lat": 49.9216471,\n
        "lon": 3.3703534,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789657,\n
        "lat": 49.9216491,\n
        "lon": 3.3701334,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789658,\n
        "lat": 49.9216511,\n
        "lon": 3.3701764,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789659,\n
        "lat": 49.9216540,\n
        "lon": 3.3694990,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789660,\n
        "lat": 49.9216610,\n
        "lon": 3.3695250,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789661,\n
        "lat": 49.9216660,\n
        "lon": 3.3687190,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789662,\n
        "lat": 49.9216700,\n
        "lon": 3.3690470,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789663,\n
        "lat": 49.9216710,\n
        "lon": 3.3691350,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789664,\n
        "lat": 49.9216731,\n
        "lon": 3.3698634,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789665,\n
        "lat": 49.9216801,\n
        "lon": 3.3689624,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789667,\n
        "lat": 49.9216841,\n
        "lon": 3.3697694,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789668,\n
        "lat": 49.9216841,\n
        "lon": 3.3701574,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789669,\n
        "lat": 49.9216911,\n
        "lon": 3.3698604,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789670,\n
        "lat": 49.9217010,\n
        "lon": 3.3691280,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789671,\n
        "lat": 49.9217051,\n
        "lon": 3.3688814,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789672,\n
        "lat": 49.9217090,\n
        "lon": 3.3688130,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789673,\n
        "lat": 49.9216983,\n
        "lon": 3.3709185,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789674,\n
        "lat": 49.9217321,\n
        "lon": 3.3690904,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789675,\n
        "lat": 49.9217127,\n
        "lon": 3.3712400,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789676,\n
        "lat": 49.9217441,\n
        "lon": 3.3701174,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789677,\n
        "lat": 49.9217500,\n
        "lon": 3.3686310,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789678,\n
        "lat": 49.9217529,\n
        "lon": 3.3697458,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789680,\n
        "lat": 49.9217357,\n
        "lon": 3.3711778,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789681,\n
        "lat": 49.9217384,\n
        "lon": 3.3712372,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789682,\n
        "lat": 49.9217671,\n
        "lon": 3.3700664,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789683,\n
        "lat": 49.9217740,\n
        "lon": 3.3684980,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789684,\n
        "lat": 49.9217741,\n
        "lon": 3.3690464,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789685,\n
        "lat": 49.9217801,\n
        "lon": 3.3700554,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789686,\n
        "lat": 49.9217855,\n
        "lon": 3.3698695,\n
        "timestamp": "2016-01-26T09:38:55Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789687,\n
        "lat": 49.9217609,\n
        "lon": 3.3709117,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789688,\n
        "lat": 49.9217870,\n
        "lon": 3.3664630,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789689,\n
        "lat": 49.9217871,\n
        "lon": 3.3700734,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789690,\n
        "lat": 49.9217876,\n
        "lon": 3.3698372,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789691,\n
        "lat": 49.9217900,\n
        "lon": 3.3687250,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789692,\n
        "lat": 49.9217900,\n
        "lon": 3.3700276,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789693,\n
        "lat": 49.9217924,\n
        "lon": 3.3701522,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789694,\n
        "lat": 49.9217672,\n
        "lon": 3.3710497,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789695,\n
        "lat": 49.9218010,\n
        "lon": 3.3700679,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789696,\n
        "lat": 49.9217818,\n
        "lon": 3.3710481,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789697,\n
        "lat": 49.9217874,\n
        "lon": 3.3711722,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789699,\n
        "lat": 49.9218168,\n
        "lon": 3.3691639,\n
        "timestamp": "2016-01-26T09:38:56Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789700,\n
        "lat": 49.9218194,\n
        "lon": 3.3700128,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789701,\n
        "lat": 49.9218231,\n
        "lon": 3.3702874,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789702,\n
        "lat": 49.9218287,\n
        "lon": 3.3700572,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789703,\n
        "lat": 49.9218322,\n
        "lon": 3.3698683,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789704,\n
        "lat": 49.9218120,\n
        "lon": 3.3709113,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789705,\n
        "lat": 49.9218130,\n
        "lon": 3.3709383,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789706,\n
        "lat": 49.9218418,\n
        "lon": 3.3693689,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789707,\n
        "lat": 49.9218476,\n
        "lon": 3.3700052,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789708,\n
        "lat": 49.9218478,\n
        "lon": 3.3701146,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789709,\n
        "lat": 49.9218286,\n
        "lon": 3.3706486,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789710,\n
        "lat": 49.9218360,\n
        "lon": 3.3709083,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789711,\n
        "lat": 49.9218370,\n
        "lon": 3.3709353,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789712,\n
        "lat": 49.9218588,\n
        "lon": 3.3693529,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789713,\n
        "lat": 49.9218601,\n
        "lon": 3.3699727,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789714,\n
        "lat": 49.9218650,\n
        "lon": 3.3685710,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789715,\n
        "lat": 49.9218710,\n
        "lon": 3.3662880,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789716,\n
        "lat": 49.9218486,\n
        "lon": 3.3709036,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789717,\n
        "lat": 49.9218808,\n
        "lon": 3.3690929,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789718,\n
        "lat": 49.9218810,\n
        "lon": 3.3696282,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789719,\n
        "lat": 49.9218817,\n
        "lon": 3.3701157,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789720,\n
        "lat": 49.9218898,\n
        "lon": 3.3693249,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789721,\n
        "lat": 49.9218948,\n
        "lon": 3.3694369,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789722,\n
        "lat": 49.9218975,\n
        "lon": 3.3699454,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789723,\n
        "lat": 49.9219018,\n
        "lon": 3.3695019,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789724,\n
        "lat": 49.9219041,\n
        "lon": 3.3702044,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789725,\n
        "lat": 49.9219058,\n
        "lon": 3.3694269,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789726,\n
        "lat": 49.9219076,\n
        "lon": 3.3699814,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789727,\n
        "lat": 49.9218906,\n
        "lon": 3.3706376,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789728,\n
        "lat": 49.9219158,\n
        "lon": 3.3697197,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789730,\n
        "lat": 49.9218926,\n
        "lon": 3.3706756,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789731,\n
        "lat": 49.9218966,\n
        "lon": 3.3707246,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789732,\n
        "lat": 49.9219258,\n
        "lon": 3.3691949,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789733,\n
        "lat": 49.9219268,\n
        "lon": 3.3694749,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789734,\n
        "lat": 49.9219315,\n
        "lon": 3.3698469,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789735,\n
        "lat": 49.9219330,\n
        "lon": 3.3688940,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789736,\n
        "lat": 49.9219086,\n
        "lon": 3.3708906,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789737,\n
        "lat": 49.9219430,\n
        "lon": 3.3661610,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789738,\n
        "lat": 49.9219286,\n
        "lon": 3.3706716,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789739,\n
        "lat": 49.9219326,\n
        "lon": 3.3707166,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789740,\n
        "lat": 49.9219629,\n
        "lon": 3.3697860,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789741,\n
        "lat": 49.9219655,\n
        "lon": 3.3699283,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789742,\n
        "lat": 49.9219728,\n
        "lon": 3.3692389,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789743,\n
        "lat": 49.9219730,\n
        "lon": 3.3688490,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789744,\n
        "lat": 49.9219790,\n
        "lon": 3.3685020,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789745,\n
        "lat": 49.9219828,\n
        "lon": 3.3692619,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789746,\n
        "lat": 49.9219840,\n
        "lon": 3.3682630,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789747,\n
        "lat": 49.9219908,\n
        "lon": 3.3692519,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789748,\n
        "lat": 49.9219908,\n
        "lon": 3.3694599,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789749,\n
        "lat": 49.9220008,\n
        "lon": 3.3691179,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789750,\n
        "lat": 49.9220070,\n
        "lon": 3.3698880,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789752,\n
        "lat": 49.9220148,\n
        "lon": 3.3693019,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789753,\n
        "lat": 49.9220158,\n
        "lon": 3.3694319,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789754,\n
        "lat": 49.9220168,\n
        "lon": 3.3695129,\n
        "timestamp": "2016-01-26T09:38:57Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789755,\n
        "lat": 49.9220201,\n
        "lon": 3.3700094,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789756,\n
        "lat": 49.9220218,\n
        "lon": 3.3694439,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789857,\n
        "lat": 49.9220238,\n
        "lon": 3.3691809,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789858,\n
        "lat": 49.9220260,\n
        "lon": 3.3659960,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789859,\n
        "lat": 49.9220268,\n
        "lon": 3.3691779,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789861,\n
        "lat": 49.9220350,\n
        "lon": 3.3683750,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789863,\n
        "lat": 49.9220520,\n
        "lon": 3.3684130,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789864,\n
        "lat": 49.9220568,\n
        "lon": 3.3694059,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789865,\n
        "lat": 49.9220578,\n
        "lon": 3.3692559,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789866,\n
        "lat": 49.9220610,\n
        "lon": 3.3684980,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789867,\n
        "lat": 49.9220618,\n
        "lon": 3.3694179,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789868,\n
        "lat": 49.9220708,\n
        "lon": 3.3694079,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789869,\n
        "lat": 49.9220770,\n
        "lon": 3.3687110,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789870,\n
        "lat": 49.9220810,\n
        "lon": 3.3684730,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789871,\n
        "lat": 49.9220838,\n
        "lon": 3.3694319,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789872,\n
        "lat": 49.9220898,\n
        "lon": 3.3694269,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789874,\n
        "lat": 49.9220737,\n
        "lon": 3.3705151,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789875,\n
        "lat": 49.9221218,\n
        "lon": 3.3693979,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789876,\n
        "lat": 49.9221250,\n
        "lon": 3.3686330,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789877,\n
        "lat": 49.9221258,\n
        "lon": 3.3695109,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789878,\n
        "lat": 49.9221115,\n
        "lon": 3.3707976,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789879,\n
        "lat": 49.9221558,\n
        "lon": 3.3694829,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789880,\n
        "lat": 49.9221286,\n
        "lon": 3.3704973,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789881,\n
        "lat": 49.9221968,\n
        "lon": 3.3695789,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789882,\n
        "lat": 49.9221971,\n
        "lon": 3.3703996,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789883,\n
        "lat": 49.9221665,\n
        "lon": 3.3707799,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789884,\n
        "lat": 49.9222140,\n
        "lon": 3.3669700,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789885,\n
        "lat": 49.9222161,\n
        "lon": 3.3701146,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789886,\n
        "lat": 49.9222241,\n
        "lon": 3.3703586,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789887,\n
        "lat": 49.9222458,\n
        "lon": 3.3695039,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789888,\n
        "lat": 49.9222591,\n
        "lon": 3.3700826,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789889,\n
        "lat": 49.9222601,\n
        "lon": 3.3704686,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789890,\n
        "lat": 49.9222621,\n
        "lon": 3.3708416,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789891,\n
        "lat": 49.9222668,\n
        "lon": 3.3698239,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789892,\n
        "lat": 49.9222848,\n
        "lon": 3.3697959,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789893,\n
        "lat": 49.9222871,\n
        "lon": 3.3702936,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789894,\n
        "lat": 49.9222961,\n
        "lon": 3.3707366,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789895,\n
        "lat": 49.9222970,\n
        "lon": 3.3668020,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789896,\n
        "lat": 49.9223088,\n
        "lon": 3.3698939,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789897,\n
        "lat": 49.9223278,\n
        "lon": 3.3698689,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789898,\n
        "lat": 49.9223321,\n
        "lon": 3.3702526,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789899,\n
        "lat": 49.9223378,\n
        "lon": 3.3698019,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789900,\n
        "lat": 49.9223408,\n
        "lon": 3.3697509,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789901,\n
        "lat": 49.9223461,\n
        "lon": 3.3703726,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789902,\n
        "lat": 49.9223551,\n
        "lon": 3.3703946,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789903,\n
        "lat": 49.9223558,\n
        "lon": 3.3697749,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789904,\n
        "lat": 49.9223640,\n
        "lon": 3.3666610,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789905,\n
        "lat": 49.9223708,\n
        "lon": 3.3697079,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789906,\n
        "lat": 49.9223731,\n
        "lon": 3.3704036,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789907,\n
        "lat": 49.9223771,\n
        "lon": 3.3706886,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789908,\n
        "lat": 49.9223921,\n
        "lon": 3.3701966,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789909,\n
        "lat": 49.9223940,\n
        "lon": 3.3688350,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789910,\n
        "lat": 49.9223951,\n
        "lon": 3.3707576,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789911,\n
        "lat": 49.9223994,\n
        "lon": 3.3672832,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789912,\n
        "lat": 49.9224164,\n
        "lon": 3.3673032,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789914,\n
        "lat": 49.9224271,\n
        "lon": 3.3703046,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789915,\n
        "lat": 49.9224300,\n
        "lon": 3.3687530,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789916,\n
        "lat": 49.9224308,\n
        "lon": 3.3718472,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789917,\n
        "lat": 49.9224380,\n
        "lon": 3.3687650,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789918,\n
        "lat": 49.9224420,\n
        "lon": 3.3664910,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789919,\n
        "lat": 49.9224450,\n
        "lon": 3.3689170,\n
        "timestamp": "2016-01-26T09:38:58Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789920,\n
        "lat": 49.9224491,\n
        "lon": 3.3703556,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789921,\n
        "lat": 49.9224571,\n
        "lon": 3.3707346,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789922,\n
        "lat": 49.9224584,\n
        "lon": 3.3673542,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789923,\n
        "lat": 49.9224624,\n
        "lon": 3.3671072,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789924,\n
        "lat": 49.9224631,\n
        "lon": 3.3707646,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789925,\n
        "lat": 49.9224641,\n
        "lon": 3.3704886,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789926,\n
        "lat": 49.9224670,\n
        "lon": 3.3686920,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789927,\n
        "lat": 49.9224689,\n
        "lon": 3.3688798,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789928,\n
        "lat": 49.9224748,\n
        "lon": 3.3720982,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789929,\n
        "lat": 49.9224759,\n
        "lon": 3.3687049,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789930,\n
        "lat": 49.9224790,\n
        "lon": 3.3687000,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789931,\n
        "lat": 49.9224794,\n
        "lon": 3.3671283,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789932,\n
        "lat": 49.9224821,\n
        "lon": 3.3704756,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789933,\n
        "lat": 49.9224841,\n
        "lon": 3.3707176,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789934,\n
        "lat": 49.9224870,\n
        "lon": 3.3689070,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789935,\n
        "lat": 49.9224911,\n
        "lon": 3.3707496,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789936,\n
        "lat": 49.9224954,\n
        "lon": 3.3671482,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789937,\n
        "lat": 49.9224974,\n
        "lon": 3.3668442,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789938,\n
        "lat": 49.9225078,\n
        "lon": 3.3718182,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789939,\n
        "lat": 49.9225101,\n
        "lon": 3.3702566,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789940,\n
        "lat": 49.9225119,\n
        "lon": 3.3692648,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789941,\n
        "lat": 49.9225131,\n
        "lon": 3.3706996,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789942,\n
        "lat": 49.9225148,\n
        "lon": 3.3718622,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789943,\n
        "lat": 49.9225148,\n
        "lon": 3.3720822,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789944,\n
        "lat": 49.9225228,\n
        "lon": 3.3721252,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789945,\n
        "lat": 49.9225271,\n
        "lon": 3.3702836,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789946,\n
        "lat": 49.9225278,\n
        "lon": 3.3721232,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789947,\n
        "lat": 49.9225310,\n
        "lon": 3.3687831,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789948,\n
        "lat": 49.9225330,\n
        "lon": 3.3687800,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789949,\n
        "lat": 49.9225348,\n
        "lon": 3.3718542,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789950,\n
        "lat": 49.9225348,\n
        "lon": 3.3721652,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789951,\n
        "lat": 49.9225384,\n
        "lon": 3.3672042,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789952,\n
        "lat": 49.9225404,\n
        "lon": 3.3669012,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789953,\n
        "lat": 49.9225406,\n
        "lon": 3.3693649,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789954,\n
        "lat": 49.9225480,\n
        "lon": 3.3719291,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789955,\n
        "lat": 49.9225490,\n
        "lon": 3.3688100,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789956,\n
        "lat": 49.9225498,\n
        "lon": 3.3720682,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789957,\n
        "lat": 49.9225558,\n
        "lon": 3.3721112,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789958,\n
        "lat": 49.9225574,\n
        "lon": 3.3673342,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789959,\n
        "lat": 49.9225594,\n
        "lon": 3.3669252,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789960,\n
        "lat": 49.9225597,\n
        "lon": 3.3719962,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789961,\n
        "lat": 49.9225608,\n
        "lon": 3.3719232,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789962,\n
        "lat": 49.9225618,\n
        "lon": 3.3721532,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789963,\n
        "lat": 49.9225638,\n
        "lon": 3.3692158,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789964,\n
        "lat": 49.9225644,\n
        "lon": 3.3671642,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789965,\n
        "lat": 49.9225652,\n
        "lon": 3.3693478,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789966,\n
        "lat": 49.9225669,\n
        "lon": 3.3692267,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789967,\n
        "lat": 49.9225708,\n
        "lon": 3.3720592,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789968,\n
        "lat": 49.9225728,\n
        "lon": 3.3719912,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789969,\n
        "lat": 49.9225763,\n
        "lon": 3.3693864,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789970,\n
        "lat": 49.9225810,\n
        "lon": 3.3685380,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789971,\n
        "lat": 49.9225824,\n
        "lon": 3.3666742,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789972,\n
        "lat": 49.9225854,\n
        "lon": 3.3668162,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789974,\n
        "lat": 49.9226072,\n
        "lon": 3.3693650,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789975,\n
        "lat": 49.9226104,\n
        "lon": 3.3668462,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789976,\n
        "lat": 49.9226114,\n
        "lon": 3.3672242,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789977,\n
        "lat": 49.9226151,\n
        "lon": 3.3722670,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789978,\n
        "lat": 49.9226164,\n
        "lon": 3.3668322,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789979,\n
        "lat": 49.9226281,\n
        "lon": 3.3723410,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789980,\n
        "lat": 49.9226292,\n
        "lon": 3.3691704,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789981,\n
        "lat": 49.9226360,\n
        "lon": 3.3686190,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789983,\n
        "lat": 49.9226421,\n
        "lon": 3.3724200,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789984,\n
        "lat": 49.9226484,\n
        "lon": 3.3675772,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789985,\n
        "lat": 49.9226524,\n
        "lon": 3.3667612,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789986,\n
        "lat": 49.9226654,\n
        "lon": 3.3675932,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789987,\n
        "lat": 49.9226690,\n
        "lon": 3.3684000,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789988,\n
        "lat": 49.9226700,\n
        "lon": 3.3712400,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789989,\n
        "lat": 49.9226784,\n
        "lon": 3.3674762,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789990,\n
        "lat": 49.9226800,\n
        "lon": 3.3713000,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789991,\n
        "lat": 49.9226837,\n
        "lon": 3.3696315,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789992,\n
        "lat": 49.9226894,\n
        "lon": 3.3669242,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789993,\n
        "lat": 49.9226981,\n
        "lon": 3.3722310,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789994,\n
        "lat": 49.9227002,\n
        "lon": 3.3678174,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789995,\n
        "lat": 49.9227074,\n
        "lon": 3.3671212,\n
        "timestamp": "2016-01-26T09:38:59Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789996,\n
        "lat": 49.9227164,\n
        "lon": 3.3669592,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789997,\n
        "lat": 49.9227220,\n
        "lon": 3.3684820,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789998,\n
        "lat": 49.9227240,\n
        "lon": 3.3712100,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967789999,\n
        "lat": 49.9227254,\n
        "lon": 3.3673792,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790000,\n
        "lat": 49.9227294,\n
        "lon": 3.3671862,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790001,\n
        "lat": 49.9227332,\n
        "lon": 3.3677314,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790002,\n
        "lat": 49.9227394,\n
        "lon": 3.3671642,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790003,\n
        "lat": 49.9227412,\n
        "lon": 3.3677434,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790004,\n
        "lat": 49.9227423,\n
        "lon": 3.3691010,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790005,\n
        "lat": 49.9227487,\n
        "lon": 3.3695865,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790006,\n
        "lat": 49.9227502,\n
        "lon": 3.3676894,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790007,\n
        "lat": 49.9227504,\n
        "lon": 3.3668922,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790008,\n
        "lat": 49.9227514,\n
        "lon": 3.3670322,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790009,\n
        "lat": 49.9227514,\n
        "lon": 3.3674092,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790010,\n
        "lat": 49.9227532,\n
        "lon": 3.3677864,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790011,\n
        "lat": 49.9227571,\n
        "lon": 3.3720250,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790012,\n
        "lat": 49.9227602,\n
        "lon": 3.3677714,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790013,\n
        "lat": 49.9227604,\n
        "lon": 3.3670132,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790014,\n
        "lat": 49.9227693,\n
        "lon": 3.3691790,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790015,\n
        "lat": 49.9227754,\n
        "lon": 3.3672602,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790016,\n
        "lat": 49.9227771,\n
        "lon": 3.3723630,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790017,\n
        "lat": 49.9227784,\n
        "lon": 3.3672492,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790018,\n
        "lat": 49.9227831,\n
        "lon": 3.3723850,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790019,\n
        "lat": 49.9227861,\n
        "lon": 3.3721930,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790020,\n
        "lat": 49.9227922,\n
        "lon": 3.3675894,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790021,\n
        "lat": 49.9227954,\n
        "lon": 3.3669442,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790022,\n
        "lat": 49.9227991,\n
        "lon": 3.3724020,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790023,\n
        "lat": 49.9228054,\n
        "lon": 3.3672962,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790024,\n
        "lat": 49.9228142,\n
        "lon": 3.3679924,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790025,\n
        "lat": 49.9228164,\n
        "lon": 3.3673092,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790026,\n
        "lat": 49.9228181,\n
        "lon": 3.3723990,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790027,\n
        "lat": 49.9228203,\n
        "lon": 3.3691360,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790028,\n
        "lat": 49.9228212,\n
        "lon": 3.3678914,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790029,\n
        "lat": 49.9228230,\n
        "lon": 3.3712500,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790030,\n
        "lat": 49.9228292,\n
        "lon": 3.3678744,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790031,\n
        "lat": 49.9228311,\n
        "lon": 3.3723890,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790032,\n
        "lat": 49.9228332,\n
        "lon": 3.3679194,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790033,\n
        "lat": 49.9228381,\n
        "lon": 3.3723390,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790034,\n
        "lat": 49.9228391,\n
        "lon": 3.3723750,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790035,\n
        "lat": 49.9228393,\n
        "lon": 3.3690270,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790036,\n
        "lat": 49.9228452,\n
        "lon": 3.3678974,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790037,\n
        "lat": 49.9228452,\n
        "lon": 3.3679374,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790038,\n
        "lat": 49.9228522,\n
        "lon": 3.3674444,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790039,\n
        "lat": 49.9228594,\n
        "lon": 3.3671932,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790040,\n
        "lat": 49.9228602,\n
        "lon": 3.3674264,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790041,\n
        "lat": 49.9228603,\n
        "lon": 3.3692430,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790042,\n
        "lat": 49.9228631,\n
        "lon": 3.3719800,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790043,\n
        "lat": 49.9228652,\n
        "lon": 3.3678644,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790044,\n
        "lat": 49.9228664,\n
        "lon": 3.3672012,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790045,\n
        "lat": 49.9228740,\n
        "lon": 3.3711680,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790046,\n
        "lat": 49.9228743,\n
        "lon": 3.3692800,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790047,\n
        "lat": 49.9228754,\n
        "lon": 3.3671522,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790048,\n
        "lat": 49.9228760,\n
        "lon": 3.3665005,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790049,\n
        "lat": 49.9228771,\n
        "lon": 3.3721500,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790050,\n
        "lat": 49.9228771,\n
        "lon": 3.3721540,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790051,\n
        "lat": 49.9228800,\n
        "lon": 3.3694620,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790052,\n
        "lat": 49.9228870,\n
        "lon": 3.3694960,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790053,\n
        "lat": 49.9228892,\n
        "lon": 3.3679604,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790054,\n
        "lat": 49.9228931,\n
        "lon": 3.3721440,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790055,\n
        "lat": 49.9228980,\n
        "lon": 3.3712750,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790056,\n
        "lat": 49.9229012,\n
        "lon": 3.3678014,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790157,\n
        "lat": 49.9229020,\n
        "lon": 3.3694530,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790158,\n
        "lat": 49.9229071,\n
        "lon": 3.3723100,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790159,\n
        "lat": 49.9229080,\n
        "lon": 3.3694860,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790160,\n
        "lat": 49.9229083,\n
        "lon": 3.3692040,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790161,\n
        "lat": 49.9229132,\n
        "lon": 3.3675634,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790162,\n
        "lat": 49.9229172,\n
        "lon": 3.3677494,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790163,\n
        "lat": 49.9229223,\n
        "lon": 3.3692400,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790164,\n
        "lat": 49.9229252,\n
        "lon": 3.3675384,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790165,\n
        "lat": 49.9229262,\n
        "lon": 3.3677604,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790166,\n
        "lat": 49.9229320,\n
        "lon": 3.3663925,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790167,\n
        "lat": 49.9229320,\n
        "lon": 3.3716810,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790168,\n
        "lat": 49.9229332,\n
        "lon": 3.3675224,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790169,\n
        "lat": 49.9229370,\n
        "lon": 3.3714370,\n
        "timestamp": "2016-01-26T09:39:00Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790170,\n
        "lat": 49.9229472,\n
        "lon": 3.3678674,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790171,\n
        "lat": 49.9229522,\n
        "lon": 3.3667495,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790173,\n
        "lat": 49.9229620,\n
        "lon": 3.3678560,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790174,\n
        "lat": 49.9229652,\n
        "lon": 3.3676604,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790175,\n
        "lat": 49.9229673,\n
        "lon": 3.3667185,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790176,\n
        "lat": 49.9229732,\n
        "lon": 3.3676444,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790177,\n
        "lat": 49.9229742,\n
        "lon": 3.3678234,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790178,\n
        "lat": 49.9229777,\n
        "lon": 3.3718029,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790179,\n
        "lat": 49.9229850,\n
        "lon": 3.3714250,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790180,\n
        "lat": 49.9229880,\n
        "lon": 3.3716490,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790181,\n
        "lat": 49.9229967,\n
        "lon": 3.3719779,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790182,\n
        "lat": 49.9230010,\n
        "lon": 3.3666615,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790183,\n
        "lat": 49.9230030,\n
        "lon": 3.3677820,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790184,\n
        "lat": 49.9230057,\n
        "lon": 3.3719189,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790185,\n
        "lat": 49.9230052,\n
        "lon": 3.3668117,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790186,\n
        "lat": 49.9230110,\n
        "lon": 3.3673290,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790187,\n
        "lat": 49.9230210,\n
        "lon": 3.3666245,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790188,\n
        "lat": 49.9230242,\n
        "lon": 3.3677334,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790189,\n
        "lat": 49.9230290,\n
        "lon": 3.3716230,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790190,\n
        "lat": 49.9230428,\n
        "lon": 3.3658134,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790191,\n
        "lat": 49.9230203,\n
        "lon": 3.3667806,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790192,\n
        "lat": 49.9230447,\n
        "lon": 3.3719929,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790193,\n
        "lat": 49.9230477,\n
        "lon": 3.3717599,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790194,\n
        "lat": 49.9230567,\n
        "lon": 3.3718959,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790195,\n
        "lat": 49.9230590,\n
        "lon": 3.3672340,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790196,\n
        "lat": 49.9230610,\n
        "lon": 3.3666755,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790197,\n
        "lat": 49.9230650,\n
        "lon": 3.3669820,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790198,\n
        "lat": 49.9230757,\n
        "lon": 3.3718859,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790199,\n
        "lat": 49.9230857,\n
        "lon": 3.3661818,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790200,\n
        "lat": 49.9230926,\n
        "lon": 3.3717672,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790201,\n
        "lat": 49.9230930,\n
        "lon": 3.3665985,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790202,\n
        "lat": 49.9230930,\n
        "lon": 3.3669030,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790203,\n
        "lat": 49.9231020,\n
        "lon": 3.3669170,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790204,\n
        "lat": 49.9231046,\n
        "lon": 3.3718202,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790205,\n
        "lat": 49.9231128,\n
        "lon": 3.3656634,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790206,\n
        "lat": 49.9231138,\n
        "lon": 3.3658924,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790207,\n
        "lat": 49.9231190,\n
        "lon": 3.3668610,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790208,\n
        "lat": 49.9231220,\n
        "lon": 3.3674770,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790209,\n
        "lat": 49.9231340,\n
        "lon": 3.3670820,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790210,\n
        "lat": 49.9231386,\n
        "lon": 3.3719782,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790211,\n
        "lat": 49.9231397,\n
        "lon": 3.3660878,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790212,\n
        "lat": 49.9231500,\n
        "lon": 3.3712180,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790213,\n
        "lat": 49.9231670,\n
        "lon": 3.3713830,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790214,\n
        "lat": 49.9231700,\n
        "lon": 3.3670180,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790215,\n
        "lat": 49.9231717,\n
        "lon": 3.3663028,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790216,\n
        "lat": 49.9231730,\n
        "lon": 3.3673860,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790217,\n
        "lat": 49.9231810,\n
        "lon": 3.3676610,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790218,\n
        "lat": 49.9231838,\n
        "lon": 3.3657444,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790219,\n
        "lat": 49.9231881,\n
        "lon": 3.3657813,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790220,\n
        "lat": 49.9231910,\n
        "lon": 3.3676730,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790221,\n
        "lat": 49.9231950,\n
        "lon": 3.3669730,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790222,\n
        "lat": 49.9231980,\n
        "lon": 3.3676620,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790223,\n
        "lat": 49.9232060,\n
        "lon": 3.3676730,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790224,\n
        "lat": 49.9232080,\n
        "lon": 3.3676100,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790225,\n
        "lat": 49.9232160,\n
        "lon": 3.3676020,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790226,\n
        "lat": 49.9232171,\n
        "lon": 3.3657143,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790227,\n
        "lat": 49.9232190,\n
        "lon": 3.3676240,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790228,\n
        "lat": 49.9232240,\n
        "lon": 3.3681950,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790229,\n
        "lat": 49.9232257,\n
        "lon": 3.3662098,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790230,\n
        "lat": 49.9232270,\n
        "lon": 3.3676100,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790232,\n
        "lat": 49.9232350,\n
        "lon": 3.3676230,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790233,\n
        "lat": 49.9232391,\n
        "lon": 3.3657383,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790234,\n
        "lat": 49.9232541,\n
        "lon": 3.3657563,\n
        "timestamp": "2016-01-26T09:39:01Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790235,\n
        "lat": 49.9232551,\n
        "lon": 3.3657033,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790236,\n
        "lat": 49.9232670,\n
        "lon": 3.3675080,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790237,\n
        "lat": 49.9232711,\n
        "lon": 3.3657213,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790238,\n
        "lat": 49.9232720,\n
        "lon": 3.3681190,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790239,\n
        "lat": 49.9232976,\n
        "lon": 3.3716602,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790240,\n
        "lat": 49.9233086,\n
        "lon": 3.3717122,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790241,\n
        "lat": 49.9233431,\n
        "lon": 3.3659563,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790242,\n
        "lat": 49.9233436,\n
        "lon": 3.3718712,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790243,\n
        "lat": 49.9233741,\n
        "lon": 3.3658893,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790245,\n
        "lat": 49.9233911,\n
        "lon": 3.3658523,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790246,\n
        "lat": 49.9234927,\n
        "lon": 3.3718171,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790247,\n
        "lat": 49.9235767,\n
        "lon": 3.3717081,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790248,\n
        "lat": 49.9235887,\n
        "lon": 3.3717621,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790249,\n
        "lat": 49.9236097,\n
        "lon": 3.3716891,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790250,\n
        "lat": 49.9236207,\n
        "lon": 3.3717451,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790251,\n
        "lat": 49.9236257,\n
        "lon": 3.3717421,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790252,\n
        "lat": 49.9237437,\n
        "lon": 3.3728641,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790253,\n
        "lat": 49.9237553,\n
        "lon": 3.3716711,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790254,\n
        "lat": 49.9238183,\n
        "lon": 3.3715771,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790255,\n
        "lat": 49.9238293,\n
        "lon": 3.3716311,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790256,\n
        "lat": 49.9238483,\n
        "lon": 3.3715611,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790257,\n
        "lat": 49.9238767,\n
        "lon": 3.3727901,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790258,\n
        "lat": 49.9240398,\n
        "lon": 3.3715067,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790259,\n
        "lat": 49.9240493,\n
        "lon": 3.3729871,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790260,\n
        "lat": 49.9241028,\n
        "lon": 3.3714117,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790261,\n
        "lat": 49.9241138,\n
        "lon": 3.3714667,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790262,\n
        "lat": 49.9241418,\n
        "lon": 3.3714357,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790263,\n
        "lat": 49.9241488,\n
        "lon": 3.3713867,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790264,\n
        "lat": 49.9241563,\n
        "lon": 3.3729301,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790265,\n
        "lat": 49.9241578,\n
        "lon": 3.3714297,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790266,\n
        "lat": 49.9243488,\n
        "lon": 3.3728017,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790267,\n
        "lat": 49.9244508,\n
        "lon": 3.3727467,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790268,\n
        "lat": 49.9260213,\n
        "lon": 3.3698201,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790269,\n
        "lat": 49.9260403,\n
        "lon": 3.3698671,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790270,\n
        "lat": 49.9260473,\n
        "lon": 3.3698611,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790271,\n
        "lat": 49.9260589,\n
        "lon": 3.3694479,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790272,\n
        "lat": 49.9260833,\n
        "lon": 3.3699471,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790273,\n
        "lat": 49.9260893,\n
        "lon": 3.3697481,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790274,\n
        "lat": 49.9261023,\n
        "lon": 3.3698061,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790275,\n
        "lat": 49.9261123,\n
        "lon": 3.3697961,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790276,\n
        "lat": 49.9261383,\n
        "lon": 3.3698831,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790277,\n
        "lat": 49.9261229,\n
        "lon": 3.3695489,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790278,\n
        "lat": 49.9261239,\n
        "lon": 3.3693489,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790279,\n
        "lat": 49.9261774,\n
        "lon": 3.3697881,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790280,\n
        "lat": 49.9261570,\n
        "lon": 3.3695152,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790281,\n
        "lat": 49.9261890,\n
        "lon": 3.3695642,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790282,\n
        "lat": 49.9261879,\n
        "lon": 3.3694509,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790283,\n
        "lat": 49.9261950,\n
        "lon": 3.3694582,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790284,\n
        "lat": 49.9262184,\n
        "lon": 3.3697501,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790285,\n
        "lat": 49.9262260,\n
        "lon": 3.3695062,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790286,\n
        "lat": 49.9262484,\n
        "lon": 3.3699751,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790287,\n
        "lat": 49.9262604,\n
        "lon": 3.3696192,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790288,\n
        "lat": 49.9262694,\n
        "lon": 3.3696902,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790289,\n
        "lat": 49.9262994,\n
        "lon": 3.3699601,\n
        "timestamp": "2016-01-26T09:39:02Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790290,\n
        "lat": 49.9262794,\n
        "lon": 3.3695882,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790291,\n
        "lat": 49.9262874,\n
        "lon": 3.3696632,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790292,\n
        "lat": 49.9263046,\n
        "lon": 3.3698042,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790293,\n
        "lat": 49.9263084,\n
        "lon": 3.3697532,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790294,\n
        "lat": 49.9263464,\n
        "lon": 3.3696962,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790295,\n
        "lat": 49.9263586,\n
        "lon": 3.3697192,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790297,\n
        "lat": 49.9264116,\n
        "lon": 3.3699612,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790298,\n
        "lat": 49.9264626,\n
        "lon": 3.3698862,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790301,\n
        "lat": 49.9273044,\n
        "lon": 3.3705707,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790302,\n
        "lat": 49.9273798,\n
        "lon": 3.3706627,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790303,\n
        "lat": 49.9273900,\n
        "lon": 3.3704066,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790304,\n
        "lat": 49.9274656,\n
        "lon": 3.3705002,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790305,\n
        "lat": 49.9274722,\n
        "lon": 3.3702418,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790306,\n
        "lat": 49.9275628,\n
        "lon": 3.3703583,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790307,\n
        "lat": 49.9276123,\n
        "lon": 3.3699740,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 3967790308,\n
        "lat": 49.9277020,\n
        "lon": 3.3700824,\n
        "timestamp": "2021-05-17T07:57:03Z",\n
        "version": 3,\n
        "changeset": 104807072,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8728785334,\n
        "lat": 49.9324201,\n
        "lon": 3.3790737,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 1,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8839860178,\n
        "lat": 49.9199004,\n
        "lon": 3.3613175,\n
        "timestamp": "2025-03-12T17:37:04Z",\n
        "version": 2,\n
        "changeset": 163538991,\n
        "user": "Map_Team",\n
        "uid": 21628249\n
      },\n
      {\n
        "type": "node",\n
        "id": 11543547273,\n
        "lat": 49.9194989,\n
        "lon": 3.3605920,\n
        "timestamp": "2024-01-23T16:34:12Z",\n
        "version": 1,\n
        "changeset": 146600019,\n
        "user": "Olyon",\n
        "uid": 1443767\n
      },\n
      {\n
        "type": "node",\n
        "id": 11543547274,\n
        "lat": 49.9195533,\n
        "lon": 3.3607556,\n
        "timestamp": "2024-01-23T16:34:12Z",\n
        "version": 1,\n
        "changeset": 146600019,\n
        "user": "Olyon",\n
        "uid": 1443767\n
      },\n
      {\n
        "type": "node",\n
        "id": 11543547275,\n
        "lat": 49.9196759,\n
        "lon": 3.3610024,\n
        "timestamp": "2024-01-23T16:34:12Z",\n
        "version": 1,\n
        "changeset": 146600019,\n
        "user": "Olyon",\n
        "uid": 1443767\n
      },\n
      {\n
        "type": "node",\n
        "id": 11543547277,\n
        "lat": 49.9192044,\n
        "lon": 3.3625567,\n
        "timestamp": "2024-01-23T16:34:12Z",\n
        "version": 1,\n
        "changeset": 146600019,\n
        "user": "Olyon",\n
        "uid": 1443767\n
      },\n
      {\n
        "type": "node",\n
        "id": 11543547278,\n
        "lat": 49.9187416,\n
        "lon": 3.3619384,\n
        "timestamp": "2024-01-23T16:34:12Z",\n
        "version": 1,\n
        "changeset": 146600019,\n
        "user": "Olyon",\n
        "uid": 1443767\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793735,\n
        "lat": 49.9186534,\n
        "lon": 3.3729768,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793736,\n
        "lat": 49.9186177,\n
        "lon": 3.3729912,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793737,\n
        "lat": 49.9186248,\n
        "lon": 3.3730334,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793738,\n
        "lat": 49.9186604,\n
        "lon": 3.3730189,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793739,\n
        "lat": 49.9183506,\n
        "lon": 3.3726150,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793740,\n
        "lat": 49.9183290,\n
        "lon": 3.3725090,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793741,\n
        "lat": 49.9182396,\n
        "lon": 3.3725530,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793742,\n
        "lat": 49.9182612,\n
        "lon": 3.3726589,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793743,\n
        "lat": 49.9185197,\n
        "lon": 3.3726273,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793744,\n
        "lat": 49.9185730,\n
        "lon": 3.3726101,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793745,\n
        "lat": 49.9185515,\n
        "lon": 3.3724497,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793746,\n
        "lat": 49.9184641,\n
        "lon": 3.3724685,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793747,\n
        "lat": 49.9185126,\n
        "lon": 3.3725746,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793748,\n
        "lat": 49.9184982,\n
        "lon": 3.3724670,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793749,\n
        "lat": 49.9184653,\n
        "lon": 3.3724776,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793750,\n
        "lat": 49.9184481,\n
        "lon": 3.3724832,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793751,\n
        "lat": 49.9184469,\n
        "lon": 3.3724737,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793752,\n
        "lat": 49.9184055,\n
        "lon": 3.3724871,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793753,\n
        "lat": 49.9184212,\n
        "lon": 3.3726042,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572494,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790053,\n
          3967790170,\n
          3967790056,\n
          3967790043,\n
          3967790006,\n
          3967790001,\n
          3967790003,\n
          3967790012,\n
          3967790030,\n
          3967790036,\n
          3967790053\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572496,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789693,\n
          3967789701,\n
          3967789724,\n
          3967789719,\n
          3967789707,\n
          3967789700,\n
          3967789692,\n
          3967789695,\n
          3967789702,\n
          3967789708,\n
          3967789693\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572498,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789186,\n
          3967789203,\n
          3967789202,\n
          3967789184,\n
          3967789185,\n
          3967789178,\n
          3967789179,\n
          3967789173,\n
          3967789174,\n
          3967789187,\n
          3967789186\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572500,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789969,\n
          3967789974,\n
          3967789991,\n
          3967790005,\n
          3967789980,\n
          3967789963,\n
          3967789966,\n
          3967789940,\n
          3967789953,\n
          3967789965,\n
          3967789969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572502,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789994,\n
          3967790024,\n
          3967790037,\n
          3967790032,\n
          3967790036,\n
          3967790030,\n
          3967790028,\n
          3967790010,\n
          3967790012,\n
          3967790003,\n
          3967789994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572504,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789237,\n
          3967789245,\n
          3967789248,\n
          3967789259,\n
          3967789252,\n
          3967789260,\n
          3967789239,\n
          3967789193,\n
          3967789226,\n
          3967789243,\n
          3967789237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572506,\n
        "timestamp": "2016-01-26T09:39:03Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789458,\n
          3967789347,\n
          3967789345,\n
          3967789326,\n
          3967789333,\n
          3967789340,\n
          3967789338,\n
          3967789342,\n
          3967789343,\n
          3967789350,\n
          3967789462,\n
          3967789458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572508,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789720,\n
          3967789742,\n
          3967789745,\n
          3967789747,\n
          3967789752,\n
          3967789865,\n
          3967789857,\n
          3967789859,\n
          3967789749,\n
          3967789732,\n
          3967789717,\n
          3967789699,\n
          3967789720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572510,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789476,\n
          3967789537,\n
          3967789524,\n
          3967789515,\n
          3967789519,\n
          3967789497,\n
          3967789488,\n
          3967789471,\n
          3967789464,\n
          3967789332,\n
          3967789336,\n
          3967789465,\n
          3967789476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572512,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790015,\n
          3967790023,\n
          3967790025,\n
          3967790044,\n
          3967790039,\n
          3967790047,\n
          3967790013,\n
          3967790008,\n
          3967789995,\n
          3967790002,\n
          3967790000,\n
          3967790017,\n
          3967790015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572514,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789348,\n
          3967789354,\n
          3967789356,\n
          3967789460,\n
          3967789459,\n
          3967789469,\n
          3967789350,\n
          3967789343,\n
          3967789342,\n
          3967789338,\n
          3967789340,\n
          3967789333,\n
          3967789348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572516,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789686,\n
          3967789700,\n
          3967789707,\n
          3967789719,\n
          3967789755,\n
          3967789750,\n
          3967789740,\n
          3967789734,\n
          3967789741,\n
          3967789726,\n
          3967789722,\n
          3967789713,\n
          3967789703,\n
          3967789686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572518,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789928,\n
          3967789943,\n
          3967789944,\n
          3967789946,\n
          3967789957,\n
          3967789956,\n
          3967789967,\n
          3967789960,\n
          3967789954,\n
          3967789949,\n
          3967789942,\n
          3967789938,\n
          3967789916,\n
          3967789928\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572520,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787004,\n
          3967787012,\n
          3967787011,\n
          3967787009,\n
          3967787005,\n
          3967787003,\n
          3967786999,\n
          3967786997,\n
          3967786994,\n
          3967786992,\n
          3967786993,\n
          3967786996,\n
          3967787001,\n
          3967787004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572522,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789005,\n
          3967789017,\n
          3967789029,\n
          3967789035,\n
          3967789024,\n
          3967789023,\n
          3967789020,\n
          3967789021,\n
          3967789016,\n
          3967788999,\n
          3967788995,\n
          3967789007,\n
          3967789011,\n
          3967789005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572523,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790033,\n
          3967790158,\n
          3967790050,\n
          3967790019,\n
          3967789993,\n
          3967789977,\n
          3967789979,\n
          3967789983,\n
          3967790016,\n
          3967790018,\n
          3967790022,\n
          3967790026,\n
          3967790031,\n
          3967790034,\n
          3967790033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572524,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789530,\n
          3967789550,\n
          3967789546,\n
          3967789556,\n
          3967789545,\n
          3967789658,\n
          3967789657,\n
          3967789553,\n
          3967789549,\n
          3967789534,\n
          3967789536,\n
          3967789523,\n
          3967789525,\n
          3967789529,\n
          3967789530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572525,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789286,\n
          3967789293,\n
          3967789314,\n
          3967789322,\n
          3967789290,\n
          3967789255,\n
          3967789264,\n
          3967789242,\n
          3967789273,\n
          3967789281,\n
          3967789256,\n
          3967789272,\n
          3967789268,\n
          3967789271,\n
          3967789269,\n
          3967789282,\n
          3967789286\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572526,\n
        "timestamp": "2016-01-26T09:39:04Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789902,\n
          3967789945,\n
          3967789939,\n
          3967789914,\n
          3967789908,\n
          3967789898,\n
          3967789888,\n
          3967789885,\n
          3967789893,\n
          3967789886,\n
          3967789882,\n
          3967789890,\n
          3967789910,\n
          3967789907,\n
          3967789894,\n
          3967789889,\n
          3967789901,\n
          3967789902\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572528,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789964,\n
          3967789992,\n
          3967789978,\n
          3967789975,\n
          3967789972,\n
          3967789952,\n
          3967789959,\n
          3967789923,\n
          3967789931,\n
          3967789936,\n
          3967789951,\n
          3967789922,\n
          3967789984,\n
          3967789986,\n
          3967790009,\n
          3967789999,\n
          3967789989,\n
          3967789958,\n
          3967789976,\n
          3967789964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572530,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789233,\n
          3967789230,\n
          3967789227,\n
          3967789223,\n
          3967789219,\n
          3967789216,\n
          3967789214,\n
          3967789211,\n
          3967789209,\n
          3967789207,\n
          3967789204,\n
          3967789200,\n
          3967789198,\n
          3967789196,\n
          3967789195,\n
          3967789197,\n
          3967789199,\n
          3967789201,\n
          3967789205,\n
          3967789208,\n
          3967789210,\n
          3967789212,\n
          3967789215,\n
          3967789217,\n
          3967789220,\n
          3967789224,\n
          3967789228,\n
          3967789231,\n
          3967789234,\n
          3967789235,\n
          3967789233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "man_made": "water_tower",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572532,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789164,\n
          3967789158,\n
          3967789053,\n
          3967789045,\n
          3967789034,\n
          3967789037,\n
          3967789031,\n
          3967789019,\n
          3967789018,\n
          3967789010,\n
          3967789016,\n
          3967789021,\n
          3967789020,\n
          3967789023,\n
          3967789024,\n
          3967789035,\n
          3967789051,\n
          3967789050,\n
          3967789039,\n
          3967789030,\n
          3967789032,\n
          3967789026,\n
          3967789033,\n
          3967789038,\n
          3967789043,\n
          3967789041,\n
          3967789044,\n
          3967789048,\n
          3967789049,\n
          3967789159,\n
          3967789052,\n
          3967789054,\n
          3967789164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572535,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789249,\n
          3967789225,\n
          3967789232,\n
          3967789251,\n
          3967789249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572537,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789307,\n
          3967789317,\n
          3967789318,\n
          3967789308,\n
          3967789307\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572538,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789053,\n
          3967789158,\n
          3967789160,\n
          3967789157,\n
          3967789053\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572540,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789929,\n
          3967789926,\n
          3967789915,\n
          3967789917,\n
          3967789929\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572542,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789981,\n
          3967789997,\n
          3967789987,\n
          3967789970,\n
          3967789981\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572543,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790284,\n
          3967790279,\n
          3967790286,\n
          3967790289,\n
          3967790284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572545,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789947,\n
          3967789927,\n
          3967789934,\n
          3967789955,\n
          3967789947\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572547,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789506,\n
          3967789500,\n
          3967789501,\n
          3967789507,\n
          3967789506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572549,\n
        "timestamp": "2024-09-02T20:08:44Z",\n
        "version": 3,\n
        "changeset": 156115247,\n
        "user": "uneaten puffed",\n
        "uid": 21883015,\n
        "nodes": [\n
          3967790302,\n
          3967790304,\n
          3967790303,\n
          3967790301,\n
          3967790302\n
        ],\n
        "tags": {\n
          "building": "barn",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572551,\n
        "timestamp": "2016-01-26T09:39:05Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789737,\n
          3967789904,\n
          3967789918,\n
          3967789858,\n
          3967789737\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572552,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790208,\n
          3967790225,\n
          3967790236,\n
          3967790216,\n
          3967790208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572554,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789229,\n
          3967789263,\n
          3967789194,\n
          3967789188,\n
          3967789229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572556,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789523,\n
          3967789536,\n
          3967789534,\n
          3967789521,\n
          3967789523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572557,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789298,\n
          3967789311,\n
          3967789297,\n
          3967789283,\n
          3967789298\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572559,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967786991,\n
          3967786995,\n
          3967786990,\n
          3967786989,\n
          3967786991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572561,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790051,\n
          3967790052,\n
          3967790159,\n
          3967790157,\n
          3967790051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572563,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790243,\n
          3967790245,\n
          3967790237,\n
          3967790234,\n
          3967790243\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572564,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790190,\n
          3967790206,\n
          3967790218,\n
          3967790205,\n
          3967790190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572566,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789031,\n
          3967789037,\n
          3967789034,\n
          3967789028,\n
          3967789031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572568,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789170,\n
          3967789175,\n
          3967789182,\n
          3967789176,\n
          3967789170\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572570,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789513,\n
          3967789522,\n
          3967789518,\n
          3967789511,\n
          3967789513\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572571,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789181,\n
          3967789189,\n
          3967789190,\n
          3967789183,\n
          3967789181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572573,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789555,\n
          3967789663,\n
          3967789670,\n
          3967789662,\n
          3967789555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572574,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789922,\n
          3967789951,\n
          3967789936,\n
          3967789912,\n
          3967789922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572576,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789510,\n
          3967789516,\n
          3967789514,\n
          3967789509,\n
          3967789510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572578,\n
        "timestamp": "2016-01-26T09:39:06Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787046,\n
          3967787043,\n
          3967787044,\n
          3967787047,\n
          3967787046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572580,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789500,\n
          3967789506,\n
          3967789504,\n
          3967789495,\n
          3967789500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572581,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 3,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          3967789878,\n
          3967789883,\n
          3967789880,\n
          3967789874,\n
          3967789878\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Pierre",\n
          "religion": "christian",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wikidata": "Q38226149"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572583,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789954,\n
          3967789960,\n
          3967789968,\n
          3967789961,\n
          3967789954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572585,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789688,\n
          3967789884,\n
          3967789895,\n
          3967789715,\n
          3967789688\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572587,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789554,\n
          3967789660,\n
          3967789659,\n
          3967789544,\n
          3967789554\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572588,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          3967789353,\n
          3967789325,\n
          3967789344,\n
          3967789461,\n
          3967789463,\n
          3967789502,\n
          3967789353\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572590,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789292,\n
          3967789276,\n
          3967789280,\n
          3967789295,\n
          3967789292\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572591,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788985,\n
          3967788989,\n
          3967788987,\n
          3967788979,\n
          3967788985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572593,\n
        "timestamp": "2023-01-08T17:43:33Z",\n
        "version": 5,\n
        "changeset": 131024478,\n
        "user": "user_5589",\n
        "uid": 5589,\n
        "nodes": [\n
          3967789540,\n
          3967789551,\n
          3967789547,\n
          3967789538,\n
          3967789540\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "service": "utility",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572594,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789996,\n
          3967790013,\n
          3967790021,\n
          3967790007,\n
          3967789996\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572596,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789047,\n
          3967789049,\n
          3967789048,\n
          3967789044,\n
          3967789047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572597,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789040,\n
          3967789046,\n
          3967789042,\n
          3967789036,\n
          3967789040\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572599,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789009,\n
          3967789014,\n
          3967789013,\n
          3967789008,\n
          3967789009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572601,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790038,\n
          3967790164,\n
          3967790168,\n
          3967790040,\n
          3967790038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572602,\n
        "timestamp": "2016-01-26T09:39:07Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790240,\n
          3967790239,\n
          3967790200,\n
          3967790204,\n
          3967790240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572604,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790281,\n
          3967790285,\n
          3967790283,\n
          3967790280,\n
          3967790281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572605,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788960,\n
          3967788961,\n
          3967788966,\n
          3967788965,\n
          3967788960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572607,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789312,\n
          3967789309,\n
          3967789310,\n
          3967789313,\n
          3967789312\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572608,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788998,\n
          3967789002,\n
          3967789001,\n
          3967788997,\n
          3967788998\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572610,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787039,\n
          3967787045,\n
          3967787042,\n
          3967787038,\n
          3967787039\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572611,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789912,\n
          3967789936,\n
          3967789931,\n
          3967789911,\n
          3967789912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572613,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790229,\n
          3967790211,\n
          3967790199,\n
          3967790215,\n
          3967790229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572614,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789168,\n
          3967789167,\n
          3967789169,\n
          3967789171,\n
          3967789168\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572616,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789505,\n
          3967789512,\n
          3967789503,\n
          3967789496,\n
          3967789505\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572617,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788981,\n
          3967788978,\n
          3967788976,\n
          3967788977,\n
          3967788981\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572619,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790185,\n
          3967790191,\n
          3967790175,\n
          3967790171,\n
          3967790185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572620,\n
        "timestamp": "2016-01-26T09:39:08Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787003,\n
          3967787002,\n
          3967786998,\n
          3967786999,\n
          3967787003\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572630,\n
        "timestamp": "2016-01-26T09:39:09Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789950,\n
          3967789962,\n
          3967789957,\n
          3967789946,\n
          3967789950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572631,\n
        "timestamp": "2016-01-26T09:39:09Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790197,\n
          3967790209,\n
          3967790214,\n
          3967790203,\n
          3967790197\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572633,\n
        "timestamp": "2016-01-26T09:39:09Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787031,\n
          3967787037,\n
          3967787034,\n
          3967787028,\n
          3967787031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572635,\n
        "timestamp": "2016-01-26T09:39:09Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790240,\n
          3967790204,\n
          3967790210,\n
          3967790242,\n
          3967790240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572637,\n
        "timestamp": "2016-01-26T09:39:09Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788985,\n
          3967788988,\n
          3967788992,\n
          3967788989,\n
          3967788985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572639,\n
        "timestamp": "2016-01-26T09:39:09Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790277,\n
          3967790282,\n
          3967790278,\n
          3967790271,\n
          3967790277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572641,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789490,\n
          3967789480,\n
          3967789484,\n
          3967789492,\n
          3967789490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572642,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787007,\n
          3967787010,\n
          3967787008,\n
          3967787006,\n
          3967787007\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572644,\n
        "timestamp": "2024-09-02T20:08:44Z",\n
        "version": 3,\n
        "changeset": 156115247,\n
        "user": "uneaten puffed",\n
        "uid": 21883015,\n
        "nodes": [\n
          3967790306,\n
          3967790308,\n
          3967790307,\n
          3967790305,\n
          3967790306\n
        ],\n
        "tags": {\n
          "building": "barn",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572646,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789672,\n
          3967789691,\n
          3967789677,\n
          3967789661,\n
          3967789672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572648,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789705,\n
          3967789711,\n
          3967789710,\n
          3967789704,\n
          3967789705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572650,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789535,\n
          3967789544,\n
          3967789659,\n
          3967789542,\n
          3967789535\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572651,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790234,\n
          3967790237,\n
          3967790235,\n
          3967790233,\n
          3967790234\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572653,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789303,\n
          3967789315,\n
          3967789316,\n
          3967789306,\n
          3967789303\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572655,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790180,\n
          3967790189,\n
          3967790179,\n
          3967790169,\n
          3967790180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572656,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789690,\n
          3967789728,\n
          3967789718,\n
          3967789678,\n
          3967789690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572658,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789924,\n
          3967789935,\n
          3967789933,\n
          3967789921,\n
          3967789924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572659,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789872,\n
          3967789877,\n
          3967789879,\n
          3967789875,\n
          3967789872\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572661,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789279,\n
          3967789241,\n
          3967789246,\n
          3967789284,\n
          3967789279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572663,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790173,\n
          3967790228,\n
          3967790238,\n
          3967790183,\n
          3967790173\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572665,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789007,\n
          3967789012,\n
          3967789015,\n
          3967789011,\n
          3967789007\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572666,\n
        "timestamp": "2016-01-26T09:39:10Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788997,\n
          3967789001,\n
          3967789000,\n
          3967788996,\n
          3967788997\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572668,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790160,\n
          3967790041,\n
          3967790046,\n
          3967790163,\n
          3967790160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572670,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789055,\n
          3967789161,\n
          3967789162,\n
          3967789056,\n
          3967789055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572672,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789460,\n
          3967789470,\n
          3967789469,\n
          3967789459,\n
          3967789460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572673,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789532,\n
          3967789668,\n
          3967789676,\n
          3967789664,\n
          3967789532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572675,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788984,\n
          3967788991,\n
          3967788990,\n
          3967788980,\n
          3967788984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572676,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790195,\n
          3967790186,\n
          3967790208,\n
          3967790216,\n
          3967790195\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572677,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790056,\n
          3967790170,\n
          3967790177,\n
          3967790165,\n
          3967790056\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572679,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789891,\n
          3967789896,\n
          3967789897,\n
          3967789892,\n
          3967789891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572681,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789486,\n
          3967789474,\n
          3967789479,\n
          3967789491,\n
          3967789486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572682,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788964,\n
          3967788969,\n
          3967788968,\n
          3967788963,\n
          3967788964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572684,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789183,\n
          3967789190,\n
          3967789191,\n
          3967789180,\n
          3967789177,\n
          3967789183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572685,\n
        "timestamp": "2021-05-13T16:07:55Z",\n
        "version": 2,\n
        "changeset": 104647823,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          3967790297,\n
          3967790298,\n
          3967790295,\n
          3967790292,\n
          3967790297\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572687,\n
        "timestamp": "2019-11-17T16:08:16Z",\n
        "version": 2,\n
        "changeset": 77192851,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          3967789467,\n
          3967789482,\n
          3967789478,\n
          3967789468,\n
          3967789499,\n
          3967789339,\n
          3967789320,\n
          3967789305,\n
          3967789467\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572688,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787001,\n
          3967786996,\n
          3967786993,\n
          3967787000,\n
          3967787004,\n
          3967787001\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572690,\n
        "timestamp": "2016-01-26T09:39:11Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789480,\n
          3967789466,\n
          3967789474,\n
          3967789486,\n
          3967789484,\n
          3967789480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572692,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789505,\n
          3967789526,\n
          3967789663,\n
          3967789555,\n
          3967789512,\n
          3967789505\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572693,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790220,\n
          3967790222,\n
          3967790227,\n
          3967790224,\n
          3967790217,\n
          3967790220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572695,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789496,\n
          3967789503,\n
          3967789499,\n
          3967789468,\n
          3967789478,\n
          3967789496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572697,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790203,\n
          3967790214,\n
          3967790221,\n
          3967790207,\n
          3967790202,\n
          3967790203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572699,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788996,\n
          3967789000,\n
          3967789004,\n
          3967789003,\n
          3967788994,\n
          3967788996\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572700,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788999,\n
          3967789016,\n
          3967789010,\n
          3967789006,\n
          3967788993,\n
          3967788999\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572702,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790213,\n
          3967790212,\n
          3967790055,\n
          3967790169,\n
          3967790179,\n
          3967790213\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572703,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789305,\n
          3967789320,\n
          3967789296,\n
          3967789265,\n
          3967789299,\n
          3967789305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572705,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790165,\n
          3967790177,\n
          3967790188,\n
          3967790174,\n
          3967790162,\n
          3967790165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572706,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790223,\n
          3967790232,\n
          3967790230,\n
          3967790227,\n
          3967790222,\n
          3967790223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572707,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789664,\n
          3967789669,\n
          3967789667,\n
          3967789531,\n
          3967789532,\n
          3967789664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572709,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788977,\n
          3967788983,\n
          3967788986,\n
          3967788982,\n
          3967788981,\n
          3967788977\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572711,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789881,\n
          3967789899,\n
          3967789903,\n
          3967789900,\n
          3967789905,\n
          3967789887,\n
          3967789881\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572712,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787052,\n
          3967787055,\n
          3967788957,\n
          3967788958,\n
          3967787056,\n
          3967787049,\n
          3967787052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572714,\n
        "timestamp": "2016-01-26T09:39:12Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790253,\n
          3967790259,\n
          3967790264,\n
          3967790256,\n
          3967790254,\n
          3967790255,\n
          3967790253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572715,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789238,\n
          3967789261,\n
          3967789257,\n
          3967789250,\n
          3967789247,\n
          3967789221,\n
          3967789238\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572716,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790048,\n
          3967790182,\n
          3967790187,\n
          3967790196,\n
          3967790201,\n
          3967790166,\n
          3967790048\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572718,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789240,\n
          3967789213,\n
          3967789206,\n
          3967789218,\n
          3967789222,\n
          3967789236,\n
          3967789240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572719,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790019,\n
          3967790050,\n
          3967790049,\n
          3967790054,\n
          3967790042,\n
          3967790011,\n
          3967790019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572721,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789706,\n
          3967789723,\n
          3967789733,\n
          3967789725,\n
          3967789721,\n
          3967789712,\n
          3967789706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572723,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967788974,\n
          3967788970,\n
          3967788973,\n
          3967788967,\n
          3967788972,\n
          3967788975,\n
          3967788974\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572724,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789279,\n
          3967789275,\n
          3967789258,\n
          3967789251,\n
          3967789232,\n
          3967789241,\n
          3967789279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572725,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789714,\n
          3967789861,\n
          3967789746,\n
          3967789683,\n
          3967789735,\n
          3967789743,\n
          3967789714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572726,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790014,\n
          3967790027,\n
          3967790041,\n
          3967790160,\n
          3967790035,\n
          3967790004,\n
          3967790014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572727,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790290,\n
          3967790287,\n
          3967790291,\n
          3967790288,\n
          3967790293,\n
          3967790294,\n
          3967790290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572728,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787035,\n
          3967787033,\n
          3967787032,\n
          3967787029,\n
          3967787030,\n
          3967787036,\n
          3967787035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572729,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790219,\n
          3967790241,\n
          3967790243,\n
          3967790234,\n
          3967790233,\n
          3967790226,\n
          3967790219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572730,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789253,\n
          3967789258,\n
          3967789275,\n
          3967789267,\n
          3967789254,\n
          3967789262,\n
          3967789253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572731,\n
        "timestamp": "2016-01-26T09:39:13Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789333,\n
          3967789331,\n
          3967789346,\n
          3967789356,\n
          3967789354,\n
          3967789348,\n
          3967789333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572732,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789744,\n
          3967789869,\n
          3967789876,\n
          3967789866,\n
          3967789870,\n
          3967789863,\n
          3967789744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572733,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790181,\n
          3967790192,\n
          3967790194,\n
          3967790198,\n
          3967790193,\n
          3967790178,\n
          3967790184,\n
          3967790181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572734,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789693,\n
          3967789708,\n
          3967789702,\n
          3967789695,\n
          3967789689,\n
          3967789685,\n
          3967789682,\n
          3967789693\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572735,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789972,\n
          3967789975,\n
          3967789978,\n
          3967789985,\n
          3967789971,\n
          3967789937,\n
          3967789952,\n
          3967789972\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572736,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787015,\n
          3967787017,\n
          3967787018,\n
          3967787021,\n
          3967787016,\n
          3967787013,\n
          3967787014,\n
          3967787015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572737,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789165,\n
          3967789163,\n
          3967789166,\n
          3967789169,\n
          3967789167,\n
          3967789168,\n
          3967789172,\n
          3967789165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572738,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789906,\n
          3967789921,\n
          3967789933,\n
          3967789941,\n
          3967789925,\n
          3967789932,\n
          3967789920,\n
          3967789906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572739,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789520,\n
          3967789528,\n
          3967789527,\n
          3967789539,\n
          3967789535,\n
          3967789533,\n
          3967789517,\n
          3967789520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572740,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790020,\n
          3967790162,\n
          3967790174,\n
          3967790176,\n
          3967790161,\n
          3967790164,\n
          3967790038,\n
          3967790020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572741,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789347,\n
          3967789458,\n
          3967789352,\n
          3967789319,\n
          3967789321,\n
          3967789326,\n
          3967789345,\n
          3967789347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572743,\n
        "timestamp": "2016-01-26T09:39:14Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789019,\n
          3967789031,\n
          3967789028,\n
          3967789027,\n
          3967789022,\n
          3967789025,\n
          3967789018,\n
          3967789019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572744,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787054,\n
          3967788959,\n
          3967788971,\n
          3967788962,\n
          3967788958,\n
          3967788957,\n
          3967787048,\n
          3967787051,\n
          3967787054\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572745,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787026,\n
          3967787019,\n
          3967787020,\n
          3967787022,\n
          3967787023,\n
          3967787025,\n
          3967787024,\n
          3967787027,\n
          3967787026\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572746,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789489,\n
          3967789498,\n
          3967789481,\n
          3967789487,\n
          3967789508,\n
          3967789493,\n
          3967789475,\n
          3967789485,\n
          3967789489\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572747,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789548,\n
          3967789665,\n
          3967789674,\n
          3967789684,\n
          3967789671,\n
          3967789552,\n
          3967789543,\n
          3967789541,\n
          3967789548\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572748,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789335,\n
          3967789461,\n
          3967789344,\n
          3967789341,\n
          3967789329,\n
          3967789323,\n
          3967789337,\n
          3967789328,\n
          3967789335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572749,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790266,\n
          3967790267,\n
          3967790262,\n
          3967790265,\n
          3967790263,\n
          3967790260,\n
          3967790261,\n
          3967790258,\n
          3967790266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572750,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789919,\n
          3967789927,\n
          3967789947,\n
          3967789948,\n
          3967789930,\n
          3967789929,\n
          3967789917,\n
          3967789909,\n
          3967789919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572751,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790272,\n
          3967790276,\n
          3967790274,\n
          3967790275,\n
          3967790273,\n
          3967790268,\n
          3967790269,\n
          3967790270,\n
          3967790272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572752,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789274,\n
          3967789287,\n
          3967789289,\n
          3967789304,\n
          3967789301,\n
          3967789291,\n
          3967789288,\n
          3967789270,\n
          3967789274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572754,\n
        "timestamp": "2016-01-26T09:39:15Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790246,\n
          3967790252,\n
          3967790257,\n
          3967790251,\n
          3967790250,\n
          3967790249,\n
          3967790247,\n
          3967790248,\n
          3967790246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572755,\n
        "timestamp": "2025-05-08T17:22:42Z",\n
        "version": 3,\n
        "changeset": 165995049,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          3967789680,\n
          3967789697,\n
          3967789696,\n
          3967789694,\n
          3967789687,\n
          3967789673,\n
          3967789675,\n
          3967789681,\n
          3967789680\n
        ],\n
        "tags": {\n
          "addr:housenumber": "36",\n
          "addr:street": "Rue de la Mairie",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairiedefontaineuterte@wanadoo.fr",\n
          "contact:phone": "+33 3 23 07 90 33",\n
          "name": "Mairie de Fontaine-Uterte",\n
          "opening_hours": "Th 13:30-19:00",\n
          "ref:FR:SIRET": "21020304800017",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/nord-pas-de-calais-picardie/aisne#service-mairie",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572756,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789716,\n
          3967789736,\n
          3967789731,\n
          3967789739,\n
          3967789738,\n
          3967789730,\n
          3967789727,\n
          3967789709,\n
          3967789716\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572757,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789351,\n
          3967789324,\n
          3967789327,\n
          3967789473,\n
          3967789457,\n
          3967789355,\n
          3967789349,\n
          3967789334,\n
          3967789351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572758,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967787050,\n
          3967787046,\n
          3967787047,\n
          3967787044,\n
          3967787043,\n
          3967787040,\n
          3967787041,\n
          3967787053,\n
          3967787050\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572759,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789266,\n
          3967789276,\n
          3967789294,\n
          3967789285,\n
          3967789277,\n
          3967789278,\n
          3967789300,\n
          3967789302,\n
          3967789266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572760,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789748,\n
          3967789754,\n
          3967789871,\n
          3967789868,\n
          3967789867,\n
          3967789864,\n
          3967789756,\n
          3967789753,\n
          3967789748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing;cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572761,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967789247,\n
          3967789244,\n
          3967789240,\n
          3967789236,\n
          3967789222,\n
          3967789218,\n
          3967789206,\n
          3967789192,\n
          3967789221,\n
          3967789247\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 393572762,\n
        "timestamp": "2016-01-26T09:39:16Z",\n
        "version": 1,\n
        "changeset": 36812647,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          3967790029,\n
          3967790167,\n
          3967790180,\n
          3967790169,\n
          3967790055,\n
          3967790045,\n
          3967789998,\n
          3967789988,\n
          3967789990,\n
          3967790029\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1242262485,\n
        "timestamp": "2025-03-12T17:37:04Z",\n
        "version": 2,\n
        "changeset": 163538991,\n
        "user": "Map_Team",\n
        "uid": 21628249,\n
        "nodes": [\n
          11543547278,\n
          11543547277,\n
          8839860178,\n
          11543547275,\n
          11543547274,\n
          11543547273,\n
          11543547278\n
        ],\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "substation",\n
          "ref:FR:RTE": "MTVAR",\n
          "ref:FR:RTE_nom": "MONT-VARIN",\n
          "source": "data.gouv.fr:RTE - 2023-12",\n
          "voltage": "225000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417204,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793738,\n
          13294793737,\n
          13294793736,\n
          13294793735,\n
          13294793738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "PCRS raster",\n
          "source:date": "2024"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417205,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793742,\n
          13294793741,\n
          13294793740,\n
          13294793739,\n
          13294793742\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "PCRS raster",\n
          "source:date": "2024"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417206,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793748,\n
          13294793745,\n
          13294793744,\n
          13294793743,\n
          13294793747,\n
          13294793748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "PCRS raster",\n
          "source:date": "2024"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417207,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793751,\n
          13294793746,\n
          13294793749,\n
          13294793750,\n
          13294793751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "note": "recalé sur l'orthophoto PCRS (2024)",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417208,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793753,\n
          13294793752,\n
          13294793751,\n
          13294793750,\n
          13294793749,\n
          13294793748,\n
          13294793747,\n
          13294793753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "note": "recalé sur l'orthophoto PCRS (2024)",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]