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

HTTP Client

2 Total requests
0 HTTP errors

Clients

http_client 2

Requests

GET https://geo.api.gouv.fr/communes/02087
Request options
[
  "timeout" => 10
  "headers" => [
    "Accept" => "application/json"
  ]
]
Response 200
[
  "info" => [
    "header_size" => 291
    "request_size" => 141
    "total_time" => 0.134194
    "namelookup_time" => 0.004186
    "connect_time" => 0.014983
    "pretransfer_time" => 0.029265
    "size_download" => 156.0
    "speed_download" => 1162.0
    "download_content_length" => 156.0
    "starttransfer_time" => 0.133777
    "primary_ip" => "37.59.183.65"
    "primary_port" => 443
    "local_ip" => "192.168.1.188"
    "local_port" => 48774
    "http_version" => 3
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 29173
    "connect_time_us" => 14983
    "namelookup_time_us" => 4186
    "pretransfer_time_us" => 29265
    "starttransfer_time_us" => 133777
    "posttransfer_time_us" => 29294
    "total_time_us" => 134194
    "effective_method" => "GET"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770192563.6077
    "original_url" => "https://geo.api.gouv.fr/communes/02087"
    "pause_handler" => Closure(float $duration) {#1015
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#778 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1000 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host geo.api.gouv.fr:443 was resolved.\n
      * IPv6: (none)\n
      * IPv4: 37.59.183.65\n
      *   Trying 37.59.183.65:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519MLKEM768 / id-ecPublicKey\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=geo.api.gouv.fr\n
      *  start date: Jan 12 08:18:49 2026 GMT\n
      *  expire date: Apr 12 08:18:48 2026 GMT\n
      *  subjectAltName: host "geo.api.gouv.fr" matched cert's "geo.api.gouv.fr"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to geo.api.gouv.fr (37.59.183.65) port 443\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://geo.api.gouv.fr/communes/02087\n
      * [HTTP/2] [1] [:method: GET]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: geo.api.gouv.fr]\n
      * [HTTP/2] [1] [:path: /communes/02087]\n
      * [HTTP/2] [1] [accept: application/json]\n
      * [HTTP/2] [1] [user-agent: Symfony HttpClient (Curl)]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      > GET /communes/02087 HTTP/2\r\n
      Host: geo.api.gouv.fr\r\n
      Accept: application/json\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * Request completely sent off\n
      < HTTP/2 200 \r\n
      < server: nginx/1.27.5\r\n
      < date: Wed, 04 Feb 2026 08:09:23 GMT\r\n
      < content-type: application/json; charset=utf-8\r\n
      < content-length: 156\r\n
      < x-powered-by: Express\r\n
      < vary: Origin\r\n
      < etag: W/"9c-lpyfMPzCVO0P3aC4RGTXqtJFF60"\r\n
      < cache-control: public, max-age=3600, immutable\r\n
      < x-cache-status: MISS\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "server: nginx/1.27.5"
    "date: Wed, 04 Feb 2026 08:09:23 GMT"
    "content-type: application/json; charset=utf-8"
    "content-length: 156"
    "x-powered-by: Express"
    "vary: Origin"
    "etag: W/"9c-lpyfMPzCVO0P3aC4RGTXqtJFF60""
    "cache-control: public, max-age=3600, immutable"
    "x-cache-status: MISS"
  ]
  "response_content" => [
    "{"nom":"Bieuxy","code":"02087","codeDepartement":"02","siren":"210200853","codeEpci":"200071991","codeRegion":"32","codesPostaux":["02290"],"population":31}"
  ]
]
POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02087"]->.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" => 189
    "request_size" => 2613
    "total_time" => 5.178252
    "namelookup_time" => 0.000556
    "connect_time" => 0.042766
    "pretransfer_time" => 0.086774
    "size_upload" => 2410.0
    "size_download" => 7735.0
    "speed_download" => 1493.0
    "speed_upload" => 465.0
    "download_content_length" => 7735.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.178172
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 36150
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 86692
    "connect_time_us" => 42766
    "namelookup_time_us" => 556
    "pretransfer_time_us" => 86774
    "starttransfer_time_us" => 5178172
    "posttransfer_time_us" => 86772
    "total_time_us" => 5178252
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770192563.7518
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1046
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1042 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1000 …}
        $execCounter: -9223372036854775799
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f9:3051:3e48::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=lambert.openstreetmap.de\n
      *  start date: Jan 21 16:56:36 2026 GMT\n
      *  expire date: Apr 21 16:56:35 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:4f9:3051:3e48::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 08:09:23 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 7735\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 08:09:23 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 7735"
    "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-04T08:07:59Z",\n
          "timestamp_areas_base": "2026-01-23T01:22:35Z",\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": 4179331896,\n
        "lat": 49.4457511,\n
        "lon": 3.2656002,\n
        "timestamp": "2016-05-11T19:54:54Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331897,\n
        "lat": 49.4457771,\n
        "lon": 3.2654822,\n
        "timestamp": "2016-05-11T19:54:54Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331898,\n
        "lat": 49.4458331,\n
        "lon": 3.2656422,\n
        "timestamp": "2016-05-11T19:54:54Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331899,\n
        "lat": 49.4458601,\n
        "lon": 3.2655262,\n
        "timestamp": "2016-05-11T19:54:54Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331900,\n
        "lat": 49.4458861,\n
        "lon": 3.2640002,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331901,\n
        "lat": 49.4458921,\n
        "lon": 3.2639442,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331902,\n
        "lat": 49.4458941,\n
        "lon": 3.2639342,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331903,\n
        "lat": 49.4458951,\n
        "lon": 3.2639452,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331904,\n
        "lat": 49.4459041,\n
        "lon": 3.2639312,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331905,\n
        "lat": 49.4459111,\n
        "lon": 3.2639352,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331906,\n
        "lat": 49.4459161,\n
        "lon": 3.2638672,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331907,\n
        "lat": 49.4459261,\n
        "lon": 3.2640152,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331908,\n
        "lat": 49.4459351,\n
        "lon": 3.2639602,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331909,\n
        "lat": 49.4459389,\n
        "lon": 3.2639478,\n
        "timestamp": "2016-05-11T19:54:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331910,\n
        "lat": 49.4459421,\n
        "lon": 3.2639492,\n
        "timestamp": "2016-05-11T19:54:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331911,\n
        "lat": 49.4459561,\n
        "lon": 3.2638852,\n
        "timestamp": "2016-05-11T19:54:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331912,\n
        "lat": 49.4459781,\n
        "lon": 3.2639652,\n
        "timestamp": "2016-05-11T19:54:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331913,\n
        "lat": 49.4459941,\n
        "lon": 3.2638852,\n
        "timestamp": "2016-05-11T19:54:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331914,\n
        "lat": 49.4460483,\n
        "lon": 3.2625767,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331915,\n
        "lat": 49.4460633,\n
        "lon": 3.2624847,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331916,\n
        "lat": 49.4460761,\n
        "lon": 3.2640102,\n
        "timestamp": "2016-05-11T19:54:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331917,\n
        "lat": 49.4460921,\n
        "lon": 3.2639302,\n
        "timestamp": "2016-05-11T19:54:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331918,\n
        "lat": 49.4461588,\n
        "lon": 3.2639379,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331919,\n
        "lat": 49.4461778,\n
        "lon": 3.2636559,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331920,\n
        "lat": 49.4461793,\n
        "lon": 3.2626297,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331921,\n
        "lat": 49.4461808,\n
        "lon": 3.2637919,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331922,\n
        "lat": 49.4461858,\n
        "lon": 3.2637879,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331923,\n
        "lat": 49.4461893,\n
        "lon": 3.2625617,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331924,\n
        "lat": 49.4461913,\n
        "lon": 3.2625417,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331925,\n
        "lat": 49.4462021,\n
        "lon": 3.2629762,\n
        "timestamp": "2016-05-11T19:54:57Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331926,\n
        "lat": 49.4461923,\n
        "lon": 3.2625367,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331927,\n
        "lat": 49.4461926,\n
        "lon": 3.2629276,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331928,\n
        "lat": 49.4461938,\n
        "lon": 3.2634779,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331929,\n
        "lat": 49.4462088,\n
        "lon": 3.2624133,\n
        "timestamp": "2016-05-11T19:54:57Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331930,\n
        "lat": 49.4462128,\n
        "lon": 3.2623943,\n
        "timestamp": "2016-05-11T19:54:57Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331931,\n
        "lat": 49.4462131,\n
        "lon": 3.2633732,\n
        "timestamp": "2016-05-11T19:54:57Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331932,\n
        "lat": 49.4462043,\n
        "lon": 3.2625687,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331933,\n
        "lat": 49.4462151,\n
        "lon": 3.2633482,\n
        "timestamp": "2016-05-11T19:54:58Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331934,\n
        "lat": 49.4462083,\n
        "lon": 3.2625487,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331935,\n
        "lat": 49.4462093,\n
        "lon": 3.2623747,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331936,\n
        "lat": 49.4462283,\n
        "lon": 3.2622347,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331937,\n
        "lat": 49.4462363,\n
        "lon": 3.2622397,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331938,\n
        "lat": 49.4462491,\n
        "lon": 3.2633372,\n
        "timestamp": "2016-05-11T19:54:58Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331939,\n
        "lat": 49.4462491,\n
        "lon": 3.2633702,\n
        "timestamp": "2016-05-11T19:54:58Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331940,\n
        "lat": 49.4462508,\n
        "lon": 3.2624313,\n
        "timestamp": "2016-05-11T19:54:58Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331941,\n
        "lat": 49.4462548,\n
        "lon": 3.2624123,\n
        "timestamp": "2016-05-11T19:54:58Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331942,\n
        "lat": 49.4462573,\n
        "lon": 3.2623967,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331943,\n
        "lat": 49.4462606,\n
        "lon": 3.2629616,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331944,\n
        "lat": 49.4462613,\n
        "lon": 3.2620667,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331945,\n
        "lat": 49.4462713,\n
        "lon": 3.2623367,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331946,\n
        "lat": 49.4462841,\n
        "lon": 3.2633322,\n
        "timestamp": "2016-05-11T19:54:59Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331947,\n
        "lat": 49.4462963,\n
        "lon": 3.2622647,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331948,\n
        "lat": 49.4463083,\n
        "lon": 3.2623547,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331949,\n
        "lat": 49.4463243,\n
        "lon": 3.2622767,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331950,\n
        "lat": 49.4463293,\n
        "lon": 3.2620997,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331951,\n
        "lat": 49.4463626,\n
        "lon": 3.2624306,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331952,\n
        "lat": 49.4464213,\n
        "lon": 3.2606284,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331953,\n
        "lat": 49.4464216,\n
        "lon": 3.2624836,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331954,\n
        "lat": 49.4464228,\n
        "lon": 3.2637389,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331955,\n
        "lat": 49.4464238,\n
        "lon": 3.2640339,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331956,\n
        "lat": 49.4464283,\n
        "lon": 3.2605844,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331957,\n
        "lat": 49.4464433,\n
        "lon": 3.2604824,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331958,\n
        "lat": 49.4464468,\n
        "lon": 3.2635639,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331959,\n
        "lat": 49.4464478,\n
        "lon": 3.2638839,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331960,\n
        "lat": 49.4464596,\n
        "lon": 3.2622066,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331961,\n
        "lat": 49.4464613,\n
        "lon": 3.2606434,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331962,\n
        "lat": 49.4464663,\n
        "lon": 3.2603304,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331963,\n
        "lat": 49.4464693,\n
        "lon": 3.2605994,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331964,\n
        "lat": 49.4464723,\n
        "lon": 3.2605054,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331965,\n
        "lat": 49.4464733,\n
        "lon": 3.2604934,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331966,\n
        "lat": 49.4464833,\n
        "lon": 3.2610974,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331967,\n
        "lat": 49.4464836,\n
        "lon": 3.2621526,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331968,\n
        "lat": 49.4464863,\n
        "lon": 3.2601904,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331969,\n
        "lat": 49.4464903,\n
        "lon": 3.2610044,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331970,\n
        "lat": 49.4464931,\n
        "lon": 3.2619047,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331971,\n
        "lat": 49.4464961,\n
        "lon": 3.2618297,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331972,\n
        "lat": 49.4465141,\n
        "lon": 3.2635772,\n
        "timestamp": "2016-05-11T19:55:02Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331973,\n
        "lat": 49.4465063,\n
        "lon": 3.2605164,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331974,\n
        "lat": 49.4465031,\n
        "lon": 3.2613117,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331975,\n
        "lat": 49.4465041,\n
        "lon": 3.2616447,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331976,\n
        "lat": 49.4465051,\n
        "lon": 3.2612797,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331977,\n
        "lat": 49.4465051,\n
        "lon": 3.2616237,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331978,\n
        "lat": 49.4465113,\n
        "lon": 3.2604924,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331979,\n
        "lat": 49.4465163,\n
        "lon": 3.2604934,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331980,\n
        "lat": 49.4465111,\n
        "lon": 3.2611837,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331981,\n
        "lat": 49.4465285,\n
        "lon": 3.2794569,\n
        "timestamp": "2016-05-11T19:55:03Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331982,\n
        "lat": 49.4465186,\n
        "lon": 3.2622686,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331983,\n
        "lat": 49.4465363,\n
        "lon": 3.2603554,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331984,\n
        "lat": 49.4465351,\n
        "lon": 3.2618307,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331985,\n
        "lat": 49.4465351,\n
        "lon": 3.2619057,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331986,\n
        "lat": 49.4465426,\n
        "lon": 3.2622156,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331987,\n
        "lat": 49.4465453,\n
        "lon": 3.2606734,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179331988,\n
        "lat": 49.4465565,\n
        "lon": 3.2793619,\n
        "timestamp": "2016-05-11T19:55:03Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332489,\n
        "lat": 49.4465523,\n
        "lon": 3.2606304,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332490,\n
        "lat": 49.4465573,\n
        "lon": 3.2602144,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332491,\n
        "lat": 49.4465593,\n
        "lon": 3.2606754,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332492,\n
        "lat": 49.4465707,\n
        "lon": 3.2636031,\n
        "timestamp": "2016-05-11T19:55:04Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332493,\n
        "lat": 49.4465561,\n
        "lon": 3.2616237,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332494,\n
        "lat": 49.4465561,\n
        "lon": 3.2616437,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332495,\n
        "lat": 49.4465636,\n
        "lon": 3.2620866,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332496,\n
        "lat": 49.4465653,\n
        "lon": 3.2606354,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332497,\n
        "lat": 49.4465788,\n
        "lon": 3.2606050,\n
        "timestamp": "2016-05-11T19:55:04Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332498,\n
        "lat": 49.4465810,\n
        "lon": 3.2635673,\n
        "timestamp": "2016-05-11T19:55:04Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332499,\n
        "lat": 49.4465681,\n
        "lon": 3.2616237,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332500,\n
        "lat": 49.4465681,\n
        "lon": 3.2618317,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332501,\n
        "lat": 49.4465681,\n
        "lon": 3.2619067,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332502,\n
        "lat": 49.4465691,\n
        "lon": 3.2616817,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332503,\n
        "lat": 49.4465875,\n
        "lon": 3.2794989,\n
        "timestamp": "2016-05-11T19:55:05Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332504,\n
        "lat": 49.4465880,\n
        "lon": 3.2633342,\n
        "timestamp": "2016-05-11T19:55:05Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332505,\n
        "lat": 49.4465958,\n
        "lon": 3.2606160,\n
        "timestamp": "2016-05-11T19:55:05Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332506,\n
        "lat": 49.4465968,\n
        "lon": 3.2606110,\n
        "timestamp": "2016-05-11T19:55:05Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332507,\n
        "lat": 49.4465866,\n
        "lon": 3.2621856,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332508,\n
        "lat": 49.4465821,\n
        "lon": 3.2618317,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332509,\n
        "lat": 49.4465943,\n
        "lon": 3.2611164,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332510,\n
        "lat": 49.4466003,\n
        "lon": 3.2610244,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332511,\n
        "lat": 49.4466155,\n
        "lon": 3.2794029,\n
        "timestamp": "2016-05-11T19:55:06Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332512,\n
        "lat": 49.4466162,\n
        "lon": 3.2636314,\n
        "timestamp": "2016-05-11T19:55:06Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332513,\n
        "lat": 49.4466183,\n
        "lon": 3.2636275,\n
        "timestamp": "2016-05-11T19:55:06Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332514,\n
        "lat": 49.4466198,\n
        "lon": 3.2606260,\n
        "timestamp": "2016-05-11T19:55:06Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332515,\n
        "lat": 49.4466208,\n
        "lon": 3.2606190,\n
        "timestamp": "2016-05-11T19:55:06Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332516,\n
        "lat": 49.4466143,\n
        "lon": 3.2607474,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332517,\n
        "lat": 49.4466101,\n
        "lon": 3.2614587,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332518,\n
        "lat": 49.4466277,\n
        "lon": 3.2635990,\n
        "timestamp": "2016-05-11T19:55:06Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332519,\n
        "lat": 49.4466121,\n
        "lon": 3.2616227,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332520,\n
        "lat": 49.4466131,\n
        "lon": 3.2616797,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332521,\n
        "lat": 49.4466203,\n
        "lon": 3.2606994,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332522,\n
        "lat": 49.4466161,\n
        "lon": 3.2613307,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332523,\n
        "lat": 49.4466181,\n
        "lon": 3.2612977,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332524,\n
        "lat": 49.4466243,\n
        "lon": 3.2606574,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332525,\n
        "lat": 49.4466231,\n
        "lon": 3.2612337,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332526,\n
        "lat": 49.4466390,\n
        "lon": 3.2633712,\n
        "timestamp": "2016-05-11T19:55:07Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332527,\n
        "lat": 49.4466241,\n
        "lon": 3.2612047,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332528,\n
        "lat": 49.4466241,\n
        "lon": 3.2619077,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332529,\n
        "lat": 49.4466438,\n
        "lon": 3.2635531,\n
        "timestamp": "2016-05-11T19:55:07Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332530,\n
        "lat": 49.4466353,\n
        "lon": 3.2609224,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332531,\n
        "lat": 49.4466381,\n
        "lon": 3.2613007,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332532,\n
        "lat": 49.4466411,\n
        "lon": 3.2612547,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332533,\n
        "lat": 49.4466476,\n
        "lon": 3.2622206,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332534,\n
        "lat": 49.4466533,\n
        "lon": 3.2607574,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332535,\n
        "lat": 49.4466633,\n
        "lon": 3.2606724,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332536,\n
        "lat": 49.4466656,\n
        "lon": 3.2621406,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332537,\n
        "lat": 49.4466768,\n
        "lon": 3.2606390,\n
        "timestamp": "2016-05-11T19:55:08Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332538,\n
        "lat": 49.4466661,\n
        "lon": 3.2614587,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332539,\n
        "lat": 49.4466711,\n
        "lon": 3.2612887,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332540,\n
        "lat": 49.4466711,\n
        "lon": 3.2616777,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332541,\n
        "lat": 49.4466900,\n
        "lon": 3.2632082,\n
        "timestamp": "2016-05-11T19:55:08Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332542,\n
        "lat": 49.4466811,\n
        "lon": 3.2613217,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332543,\n
        "lat": 49.4466841,\n
        "lon": 3.2612697,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332544,\n
        "lat": 49.4466923,\n
        "lon": 3.2609384,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332545,\n
        "lat": 49.4467030,\n
        "lon": 3.2631672,\n
        "timestamp": "2016-05-11T19:55:09Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332546,\n
        "lat": 49.4467040,\n
        "lon": 3.2632172,\n
        "timestamp": "2016-05-11T19:55:09Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332547,\n
        "lat": 49.4467068,\n
        "lon": 3.2637036,\n
        "timestamp": "2016-05-11T19:55:09Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332548,\n
        "lat": 49.4467006,\n
        "lon": 3.2621596,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332549,\n
        "lat": 49.4467006,\n
        "lon": 3.2621806,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332550,\n
        "lat": 49.4466971,\n
        "lon": 3.2613087,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332551,\n
        "lat": 49.4467160,\n
        "lon": 3.2631762,\n
        "timestamp": "2016-05-11T19:55:09Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332552,\n
        "lat": 49.4467170,\n
        "lon": 3.2629172,\n
        "timestamp": "2016-05-11T19:55:09Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332553,\n
        "lat": 49.4467200,\n
        "lon": 3.2628372,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332554,\n
        "lat": 49.4467186,\n
        "lon": 3.2622436,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332555,\n
        "lat": 49.4467300,\n
        "lon": 3.2629272,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332556,\n
        "lat": 49.4467203,\n
        "lon": 3.2606934,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332557,\n
        "lat": 49.4467323,\n
        "lon": 3.2636266,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332558,\n
        "lat": 49.4467330,\n
        "lon": 3.2628392,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332559,\n
        "lat": 49.4467375,\n
        "lon": 3.2785119,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332560,\n
        "lat": 49.4467415,\n
        "lon": 3.2626560,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332561,\n
        "lat": 49.4467435,\n
        "lon": 3.2784809,\n
        "timestamp": "2016-05-11T19:55:10Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332562,\n
        "lat": 49.4467445,\n
        "lon": 3.2626870,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332563,\n
        "lat": 49.4467356,\n
        "lon": 3.2622016,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332564,\n
        "lat": 49.4467475,\n
        "lon": 3.2626760,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332565,\n
        "lat": 49.4467495,\n
        "lon": 3.2626280,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332566,\n
        "lat": 49.4467580,\n
        "lon": 3.2629482,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332567,\n
        "lat": 49.4467585,\n
        "lon": 3.2785229,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332568,\n
        "lat": 49.4467635,\n
        "lon": 3.2626240,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332569,\n
        "lat": 49.4467536,\n
        "lon": 3.2621876,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332570,\n
        "lat": 49.4467655,\n
        "lon": 3.2784919,\n
        "timestamp": "2016-05-11T19:55:11Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332571,\n
        "lat": 49.4467690,\n
        "lon": 3.2629572,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332572,\n
        "lat": 49.4467740,\n
        "lon": 3.2628992,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332573,\n
        "lat": 49.4467850,\n
        "lon": 3.2629062,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332574,\n
        "lat": 49.4467865,\n
        "lon": 3.2625070,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332575,\n
        "lat": 49.4467925,\n
        "lon": 3.2625270,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332576,\n
        "lat": 49.4467935,\n
        "lon": 3.2624800,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332577,\n
        "lat": 49.4468075,\n
        "lon": 3.2624750,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332578,\n
        "lat": 49.4468105,\n
        "lon": 3.2624670,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332579,\n
        "lat": 49.4468455,\n
        "lon": 3.2627540,\n
        "timestamp": "2016-05-11T19:55:12Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332580,\n
        "lat": 49.4468356,\n
        "lon": 3.2623596,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332581,\n
        "lat": 49.4468636,\n
        "lon": 3.2622956,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332582,\n
        "lat": 49.4469075,\n
        "lon": 3.2625340,\n
        "timestamp": "2016-05-11T19:55:13Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332583,\n
        "lat": 49.4469327,\n
        "lon": 3.2606790,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332584,\n
        "lat": 49.4469457,\n
        "lon": 3.2608050,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332585,\n
        "lat": 49.4469597,\n
        "lon": 3.2609300,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332586,\n
        "lat": 49.4469827,\n
        "lon": 3.2606670,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332587,\n
        "lat": 49.4469957,\n
        "lon": 3.2607940,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332588,\n
        "lat": 49.4470047,\n
        "lon": 3.2607920,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332789,\n
        "lat": 49.4470167,\n
        "lon": 3.2609190,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332790,\n
        "lat": 49.4470217,\n
        "lon": 3.2610271,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 3,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332791,\n
        "lat": 49.4470224,\n
        "lon": 3.2609351,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 3,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332792,\n
        "lat": 49.4470277,\n
        "lon": 3.2607870,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332793,\n
        "lat": 49.4470307,\n
        "lon": 3.2607930,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332794,\n
        "lat": 49.4470478,\n
        "lon": 3.2786256,\n
        "timestamp": "2016-05-11T19:55:14Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332795,\n
        "lat": 49.4470427,\n
        "lon": 3.2609140,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332796,\n
        "lat": 49.4470840,\n
        "lon": 3.2814170,\n
        "timestamp": "2016-05-11T19:55:14Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332797,\n
        "lat": 49.4470812,\n
        "lon": 3.2610282,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 3,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332798,\n
        "lat": 49.4470819,\n
        "lon": 3.2609362,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 3,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332799,\n
        "lat": 49.4470948,\n
        "lon": 3.2783936,\n
        "timestamp": "2016-05-11T19:55:14Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332800,\n
        "lat": 49.4471100,\n
        "lon": 3.2813050,\n
        "timestamp": "2016-05-11T19:55:14Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332801,\n
        "lat": 49.4471079,\n
        "lon": 3.2620557,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332802,\n
        "lat": 49.4471210,\n
        "lon": 3.2814450,\n
        "timestamp": "2016-05-11T19:55:14Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332803,\n
        "lat": 49.4471379,\n
        "lon": 3.2619757,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332804,\n
        "lat": 49.4471890,\n
        "lon": 3.2814790,\n
        "timestamp": "2016-05-11T19:55:15Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332805,\n
        "lat": 49.4472160,\n
        "lon": 3.2813590,\n
        "timestamp": "2016-05-11T19:55:15Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332806,\n
        "lat": 49.4472430,\n
        "lon": 3.2812340,\n
        "timestamp": "2016-05-11T19:55:15Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332807,\n
        "lat": 49.4472478,\n
        "lon": 3.2783096,\n
        "timestamp": "2016-05-11T19:55:15Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332808,\n
        "lat": 49.4472521,\n
        "lon": 3.2635082,\n
        "timestamp": "2016-05-11T19:55:15Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332809,\n
        "lat": 49.4472620,\n
        "lon": 3.2811500,\n
        "timestamp": "2016-05-11T19:55:15Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332810,\n
        "lat": 49.4472631,\n
        "lon": 3.2634742,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332811,\n
        "lat": 49.4472670,\n
        "lon": 3.2815570,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332812,\n
        "lat": 49.4472748,\n
        "lon": 3.2787356,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332813,\n
        "lat": 49.4472851,\n
        "lon": 3.2635312,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332814,\n
        "lat": 49.4472881,\n
        "lon": 3.2649092,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332815,\n
        "lat": 49.4472839,\n
        "lon": 3.2621087,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332816,\n
        "lat": 49.4472901,\n
        "lon": 3.2649292,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332817,\n
        "lat": 49.4472920,\n
        "lon": 3.2814410,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332818,\n
        "lat": 49.4472961,\n
        "lon": 3.2634982,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332819,\n
        "lat": 49.4473021,\n
        "lon": 3.2649052,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332820,\n
        "lat": 49.4473051,\n
        "lon": 3.2649262,\n
        "timestamp": "2016-05-11T19:55:16Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332821,\n
        "lat": 49.4473088,\n
        "lon": 3.2785736,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332822,\n
        "lat": 49.4473140,\n
        "lon": 3.2812720,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332823,\n
        "lat": 49.4473238,\n
        "lon": 3.2785026,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332824,\n
        "lat": 49.4473288,\n
        "lon": 3.2783586,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332825,\n
        "lat": 49.4473330,\n
        "lon": 3.2811880,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332826,\n
        "lat": 49.4473360,\n
        "lon": 3.2815940,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332827,\n
        "lat": 49.4473469,\n
        "lon": 3.2622737,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332828,\n
        "lat": 49.4473528,\n
        "lon": 3.2787716,\n
        "timestamp": "2016-05-11T19:55:17Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332829,\n
        "lat": 49.4473608,\n
        "lon": 3.2783776,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332830,\n
        "lat": 49.4473630,\n
        "lon": 3.2814720,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332831,\n
        "lat": 49.4473878,\n
        "lon": 3.2786106,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332832,\n
        "lat": 49.4473948,\n
        "lon": 3.2789596,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332833,\n
        "lat": 49.4473998,\n
        "lon": 3.2788276,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332834,\n
        "lat": 49.4474180,\n
        "lon": 3.2816360,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332835,\n
        "lat": 49.4474349,\n
        "lon": 3.2625917,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332836,\n
        "lat": 49.4474418,\n
        "lon": 3.2785786,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332837,\n
        "lat": 49.4474440,\n
        "lon": 3.2815160,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332838,\n
        "lat": 49.4474458,\n
        "lon": 3.2785586,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332839,\n
        "lat": 49.4474498,\n
        "lon": 3.2785436,\n
        "timestamp": "2016-05-11T19:55:18Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332840,\n
        "lat": 49.4474668,\n
        "lon": 3.2786056,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332841,\n
        "lat": 49.4474688,\n
        "lon": 3.2785946,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332842,\n
        "lat": 49.4474728,\n
        "lon": 3.2785736,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332843,\n
        "lat": 49.4474689,\n
        "lon": 3.2624877,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332844,\n
        "lat": 49.4474750,\n
        "lon": 3.2804500,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332845,\n
        "lat": 49.4474758,\n
        "lon": 3.2785576,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332846,\n
        "lat": 49.4474830,\n
        "lon": 3.2804660,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332847,\n
        "lat": 49.4474850,\n
        "lon": 3.2804380,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332848,\n
        "lat": 49.4474894,\n
        "lon": 3.2757467,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332849,\n
        "lat": 49.4474900,\n
        "lon": 3.2816740,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332850,\n
        "lat": 49.4474918,\n
        "lon": 3.2789656,\n
        "timestamp": "2016-05-11T19:55:19Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332851,\n
        "lat": 49.4474930,\n
        "lon": 3.2804550,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332852,\n
        "lat": 49.4474899,\n
        "lon": 3.2625027,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332853,\n
        "lat": 49.4474968,\n
        "lon": 3.2785876,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332854,\n
        "lat": 49.4474968,\n
        "lon": 3.2788376,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332855,\n
        "lat": 49.4475008,\n
        "lon": 3.2785746,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332856,\n
        "lat": 49.4475048,\n
        "lon": 3.2786266,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332857,\n
        "lat": 49.4475050,\n
        "lon": 3.2816040,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332858,\n
        "lat": 49.4475148,\n
        "lon": 3.2785816,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332859,\n
        "lat": 49.4475150,\n
        "lon": 3.2816870,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332860,\n
        "lat": 49.4475170,\n
        "lon": 3.2815520,\n
        "timestamp": "2016-05-11T19:55:20Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332861,\n
        "lat": 49.4475119,\n
        "lon": 3.2626807,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332862,\n
        "lat": 49.4475234,\n
        "lon": 3.2756217,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332863,\n
        "lat": 49.4475209,\n
        "lon": 3.2624047,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332864,\n
        "lat": 49.4475290,\n
        "lon": 3.2816210,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332865,\n
        "lat": 49.4475294,\n
        "lon": 3.2757767,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332866,\n
        "lat": 49.4475428,\n
        "lon": 3.2772096,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332867,\n
        "lat": 49.4475598,\n
        "lon": 3.2784086,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332868,\n
        "lat": 49.4475644,\n
        "lon": 3.2756547,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332869,\n
        "lat": 49.4475730,\n
        "lon": 3.2817170,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332870,\n
        "lat": 49.4475829,\n
        "lon": 3.2624517,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332871,\n
        "lat": 49.4476010,\n
        "lon": 3.2815960,\n
        "timestamp": "2016-05-11T19:55:21Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332872,\n
        "lat": 49.4476110,\n
        "lon": 3.2815490,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332873,\n
        "lat": 49.4476139,\n
        "lon": 3.2623507,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332874,\n
        "lat": 49.4476228,\n
        "lon": 3.2772616,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332875,\n
        "lat": 49.4476418,\n
        "lon": 3.2784596,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332876,\n
        "lat": 49.4476520,\n
        "lon": 3.2817590,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332877,\n
        "lat": 49.4476538,\n
        "lon": 3.2772816,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332878,\n
        "lat": 49.4476640,\n
        "lon": 3.2817130,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332879,\n
        "lat": 49.4476798,\n
        "lon": 3.2779606,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332880,\n
        "lat": 49.4476830,\n
        "lon": 3.2817170,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332881,\n
        "lat": 49.4476890,\n
        "lon": 3.2816420,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332882,\n
        "lat": 49.4476938,\n
        "lon": 3.2779696,\n
        "timestamp": "2016-05-11T19:55:22Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332883,\n
        "lat": 49.4476990,\n
        "lon": 3.2815980,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332884,\n
        "lat": 49.4477000,\n
        "lon": 3.2816470,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332885,\n
        "lat": 49.4477268,\n
        "lon": 3.2779896,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332886,\n
        "lat": 49.4477438,\n
        "lon": 3.2785236,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332887,\n
        "lat": 49.4477608,\n
        "lon": 3.2780106,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332888,\n
        "lat": 49.4477638,\n
        "lon": 3.2784456,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332989,\n
        "lat": 49.4477668,\n
        "lon": 3.2772056,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332990,\n
        "lat": 49.4477688,\n
        "lon": 3.2785396,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332991,\n
        "lat": 49.4477708,\n
        "lon": 3.2772316,\n
        "timestamp": "2016-05-11T19:55:23Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332992,\n
        "lat": 49.4477748,\n
        "lon": 3.2776566,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332993,\n
        "lat": 49.4477778,\n
        "lon": 3.2771686,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332994,\n
        "lat": 49.4477788,\n
        "lon": 3.2776596,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332995,\n
        "lat": 49.4477898,\n
        "lon": 3.2784606,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332996,\n
        "lat": 49.4477938,\n
        "lon": 3.2771606,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332997,\n
        "lat": 49.4478078,\n
        "lon": 3.2776776,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332998,\n
        "lat": 49.4478168,\n
        "lon": 3.2775236,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179332999,\n
        "lat": 49.4478218,\n
        "lon": 3.2770546,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333000,\n
        "lat": 49.4478358,\n
        "lon": 3.2770416,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333001,\n
        "lat": 49.4478438,\n
        "lon": 3.2775396,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333002,\n
        "lat": 49.4478738,\n
        "lon": 3.2772906,\n
        "timestamp": "2016-05-11T19:55:24Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333003,\n
        "lat": 49.4478888,\n
        "lon": 3.2772356,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333004,\n
        "lat": 49.4478978,\n
        "lon": 3.2772366,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333005,\n
        "lat": 49.4479348,\n
        "lon": 3.2770926,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333006,\n
        "lat": 49.4479570,\n
        "lon": 3.2801050,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333007,\n
        "lat": 49.4479730,\n
        "lon": 3.2801300,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333008,\n
        "lat": 49.4479761,\n
        "lon": 3.2648382,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333009,\n
        "lat": 49.4479771,\n
        "lon": 3.2647892,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333010,\n
        "lat": 49.4479800,\n
        "lon": 3.2800770,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333011,\n
        "lat": 49.4479940,\n
        "lon": 3.2801010,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333012,\n
        "lat": 49.4480001,\n
        "lon": 3.2647912,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 4179333013,\n
        "lat": 49.4480011,\n
        "lon": 3.2648402,\n
        "timestamp": "2016-05-11T19:55:25Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 5304720770,\n
        "lat": 49.4461303,\n
        "lon": 3.2625516,\n
        "timestamp": "2025-05-08T17:22:16Z",\n
        "version": 2,\n
        "changeset": 165995014,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "tags": {\n
          "amenity": "townhall",\n
          "contact:email": "mairie.bieuxy@orange.fr",\n
          "contact:phone": "+33 3 23 55 98 92",\n
          "fixme": "Impossible de situer actuellement la mairie dans le village . A faire lorsque la mairie aura été formellement identifiée",\n
          "name": "Mairie de Bieuxy",\n
          "opening_hours": "We 10:00-12:00",\n
          "ref:FR:SIRET": "21020085300013",\n
          "source": "Service-Public.fr - 03/2025"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9315047581,\n
        "lat": 49.4465909,\n
        "lon": 3.2621011,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 1,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 9315047593,\n
        "lat": 49.4462223,\n
        "lon": 3.2623099,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 1,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684245,\n
        "lat": 49.4485182,\n
        "lon": 3.2629086,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684246,\n
        "lat": 49.4482645,\n
        "lon": 3.2629019,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684247,\n
        "lat": 49.4493718,\n
        "lon": 3.2630467,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684248,\n
        "lat": 49.4492323,\n
        "lon": 3.2629985,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684249,\n
        "lat": 49.4488940,\n
        "lon": 3.2632399,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684250,\n
        "lat": 49.4489533,\n
        "lon": 3.2633901,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684251,\n
        "lat": 49.4488661,\n
        "lon": 3.2634088,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684252,\n
        "lat": 49.4487615,\n
        "lon": 3.2634249,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684253,\n
        "lat": 49.4486324,\n
        "lon": 3.2634678,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684254,\n
        "lat": 49.4485313,\n
        "lon": 3.2634544,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684255,\n
        "lat": 49.4484668,\n
        "lon": 3.2632586,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684256,\n
        "lat": 49.4481773,\n
        "lon": 3.2635295,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684257,\n
        "lat": 49.4482192,\n
        "lon": 3.2632211,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684258,\n
        "lat": 49.4479402,\n
        "lon": 3.2632050,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684259,\n
        "lat": 49.4464143,\n
        "lon": 3.2618317,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684260,\n
        "lat": 49.4461187,\n
        "lon": 3.2610860,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684261,\n
        "lat": 49.4461737,\n
        "lon": 3.2614810,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684262,\n
        "lat": 49.4460886,\n
        "lon": 3.2612932,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684263,\n
        "lat": 49.4461654,\n
        "lon": 3.2613288,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684264,\n
        "lat": 49.4461318,\n
        "lon": 3.2612517,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684265,\n
        "lat": 49.4461200,\n
        "lon": 3.2611927,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684266,\n
        "lat": 49.4467753,\n
        "lon": 3.2610512,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684267,\n
        "lat": 49.4461458,\n
        "lon": 3.2651255,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684268,\n
        "lat": 49.4461056,\n
        "lon": 3.2645622,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684269,\n
        "lat": 49.4462277,\n
        "lon": 3.2646292,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684270,\n
        "lat": 49.4463027,\n
        "lon": 3.2647124,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684271,\n
        "lat": 49.4463934,\n
        "lon": 3.2647473,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684272,\n
        "lat": 49.4464823,\n
        "lon": 3.2648090,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684273,\n
        "lat": 49.4465835,\n
        "lon": 3.2648492,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684274,\n
        "lat": 49.4466741,\n
        "lon": 3.2648760,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684275,\n
        "lat": 49.4467997,\n
        "lon": 3.2649323,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684276,\n
        "lat": 49.4469000,\n
        "lon": 3.2649605,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684277,\n
        "lat": 49.4469933,\n
        "lon": 3.2649592,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684278,\n
        "lat": 49.4471607,\n
        "lon": 3.2650048,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684279,\n
        "lat": 49.4473220,\n
        "lon": 3.2646172,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684280,\n
        "lat": 49.4472566,\n
        "lon": 3.2648613,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684281,\n
        "lat": 49.4472182,\n
        "lon": 3.2647473,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9335684282,\n
        "lat": 49.4471223,\n
        "lon": 3.2647090,\n
        "timestamp": "2021-12-13T21:27:25Z",\n
        "version": 1,\n
        "changeset": 114898611,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938866,\n
        "lat": 49.4471164,\n
        "lon": 3.2610297,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938867,\n
        "lat": 49.4471175,\n
        "lon": 3.2609382,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938868,\n
        "lat": 49.4470783,\n
        "lon": 3.2602234,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938869,\n
        "lat": 49.4470800,\n
        "lon": 3.2602787,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938870,\n
        "lat": 49.4471304,\n
        "lon": 3.2602475,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938871,\n
        "lat": 49.4471199,\n
        "lon": 3.2601992,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938872,\n
        "lat": 49.4459603,\n
        "lon": 3.2631149,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938873,\n
        "lat": 49.4459425,\n
        "lon": 3.2632756,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938874,\n
        "lat": 49.4460905,\n
        "lon": 3.2633145,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12791938875,\n
        "lat": 49.4461084,\n
        "lon": 3.2631539,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375393,\n
        "timestamp": "2016-05-11T19:55:26Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179333005,\n
          4179333000,\n
          4179332999,\n
          4179332996,\n
          4179332993,\n
          4179332989,\n
          4179332991,\n
          4179333002,\n
          4179333003,\n
          4179333004,\n
          4179333005\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": 417375394,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 4,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4179331950,\n
          4179331944,\n
          4179331936,\n
          4179331937,\n
          9315047593,\n
          4179331935,\n
          4179331942,\n
          4179331945,\n
          4179331948,\n
          4179331949,\n
          4179331947,\n
          4179331950\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Léger",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wikidata": "Q38225466"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375397,\n
        "timestamp": "2016-05-11T19:55:27Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332579,\n
          4179332582,\n
          4179332578,\n
          4179332577,\n
          4179332576,\n
          4179332574,\n
          4179332575,\n
          4179332568,\n
          4179332565,\n
          4179332560,\n
          4179332564,\n
          4179332562,\n
          4179332579\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": 417375398,\n
        "timestamp": "2016-05-11T19:55:28Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332864,\n
          4179332857,\n
          4179332849,\n
          4179332859,\n
          4179332864\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": 417375400,\n
        "timestamp": "2016-05-11T19:55:28Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331903,\n
          4179331900,\n
          4179331907,\n
          4179331908,\n
          4179331903\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": 417375402,\n
        "timestamp": "2016-05-11T19:55:28Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332838,\n
          4179332842,\n
          4179332845,\n
          4179332839,\n
          4179332838\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": 417375403,\n
        "timestamp": "2016-05-11T19:55:29Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332868,\n
          4179332862,\n
          4179332848,\n
          4179332865,\n
          4179332868\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": 417375407,\n
        "timestamp": "2016-05-11T19:55:29Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332584,\n
          4179332587,\n
          4179332586,\n
          4179332583,\n
          4179332584\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": 417375410,\n
        "timestamp": "2016-05-11T19:55:30Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331899,\n
          4179331897,\n
          4179331896,\n
          4179331898,\n
          4179331899\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": 417375411,\n
        "timestamp": "2016-05-11T19:55:30Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332851,\n
          4179332847,\n
          4179332844,\n
          4179332846,\n
          4179332851\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": 417375412,\n
        "timestamp": "2016-05-11T19:55:31Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331954,\n
          4179331958,\n
          4179331928,\n
          4179331919,\n
          4179331954\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": 417375414,\n
        "timestamp": "2016-05-11T19:55:31Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332818,\n
          4179332810,\n
          4179332808,\n
          4179332813,\n
          4179332818\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": 417375416,\n
        "timestamp": "2016-05-11T19:55:32Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332820,\n
          4179332819,\n
          4179332814,\n
          4179332816,\n
          4179332820\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": 417375417,\n
        "timestamp": "2016-05-11T19:55:32Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332567,\n
          4179332570,\n
          4179332561,\n
          4179332559,\n
          4179332567\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": 417375420,\n
        "timestamp": "2016-05-11T19:55:32Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331941,\n
          4179331930,\n
          4179331929,\n
          4179331940,\n
          4179331941\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": 417375422,\n
        "timestamp": "2016-05-11T19:55:33Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332824,\n
          4179332874,\n
          4179332866,\n
          4179332807,\n
          4179332824\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": 417375425,\n
        "timestamp": "2016-05-11T19:55:34Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331917,\n
          4179331913,\n
          4179331912,\n
          4179331916,\n
          4179331917\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": 417375427,\n
        "timestamp": "2016-05-11T19:55:34Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332509,\n
          4179332510,\n
          4179331969,\n
          4179331966,\n
          4179332509\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": 417375428,\n
        "timestamp": "2016-05-11T19:55:35Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332826,\n
          4179332830,\n
          4179332817,\n
          4179332811,\n
          4179332826\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": 417375429,\n
        "timestamp": "2016-05-11T19:55:35Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332850,\n
          4179332854,\n
          4179332833,\n
          4179332832,\n
          4179332850\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": 417375431,\n
        "timestamp": "2016-05-11T19:55:36Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332552,\n
          4179332555,\n
          4179332558,\n
          4179332553,\n
          4179332552\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": 417375432,\n
        "timestamp": "2016-05-11T19:55:36Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332829,\n
          4179332877,\n
          4179332874,\n
          4179332824,\n
          4179332829\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": 417375433,\n
        "timestamp": "2016-05-11T19:55:37Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179333011,\n
          4179333010,\n
          4179333006,\n
          4179333007,\n
          4179333011\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": 417375434,\n
        "timestamp": "2016-05-11T19:55:37Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331961,\n
          4179331963,\n
          4179331956,\n
          4179331952,\n
          4179331961\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": 417375435,\n
        "timestamp": "2016-05-11T19:55:38Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332522,\n
          4179332523,\n
          4179331976,\n
          4179331974,\n
          4179332522\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": 417375436,\n
        "timestamp": "2016-05-11T19:55:38Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332825,\n
          4179332809,\n
          4179332806,\n
          4179332822,\n
          4179332825\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": 417375437,\n
        "timestamp": "2016-05-11T19:55:39Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332489,\n
          4179331963,\n
          4179331961,\n
          4179331987,\n
          4179332489\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": 417375438,\n
        "timestamp": "2016-05-11T19:55:39Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331970,\n
          4179331985,\n
          4179331984,\n
          4179331971,\n
          4179331970\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": 417375439,\n
        "timestamp": "2016-05-11T19:55:40Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332828,\n
          4179332831,\n
          4179332821,\n
          4179332812,\n
          4179332828\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": 417375440,\n
        "timestamp": "2016-05-11T19:55:40Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179333001,\n
          4179332998,\n
          4179332994,\n
          4179332997,\n
          4179333001\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": 417375441,\n
        "timestamp": "2016-05-11T19:55:41Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331962,\n
          4179331983,\n
          4179332490,\n
          4179331968,\n
          4179331962\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": 417375442,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4179332797,\n
          4179332798,\n
          4179332791,\n
          4179332790,\n
          4179332797\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375443,\n
        "timestamp": "2016-05-11T19:55:41Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332545,\n
          4179332541,\n
          4179332546,\n
          4179332551,\n
          4179332545\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": 417375444,\n
        "timestamp": "2016-05-11T19:55:42Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332572,\n
          4179332566,\n
          4179332571,\n
          4179332573,\n
          4179332572\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": 417375445,\n
        "timestamp": "2016-05-11T19:55:42Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331985,\n
          4179332501,\n
          4179332500,\n
          4179331984,\n
          4179331985\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": 417375446,\n
        "timestamp": "2016-05-11T19:55:43Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331927,\n
          4179331943,\n
          4179331953,\n
          4179331951,\n
          4179331927\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": 417375447,\n
        "timestamp": "2016-05-11T19:55:43Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331982,\n
          4179331960,\n
          4179331951,\n
          4179331953,\n
          4179331982\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": 417375448,\n
        "timestamp": "2016-05-11T19:55:44Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332871,\n
          4179332881,\n
          4179332883,\n
          4179332872,\n
          4179332871\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": 417375449,\n
        "timestamp": "2016-05-11T19:55:44Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332511,\n
          4179331988,\n
          4179331981,\n
          4179332503,\n
          4179332511\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": 417375450,\n
        "timestamp": "2016-05-11T19:55:45Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332493,\n
          4179331977,\n
          4179331975,\n
          4179332494,\n
          4179332493\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": 417375452,\n
        "timestamp": "2016-05-11T19:55:45Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332995,\n
          4179332888,\n
          4179332886,\n
          4179332990,\n
          4179332995\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": 417375453,\n
        "timestamp": "2016-05-11T19:55:46Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179333013,\n
          4179333012,\n
          4179333009,\n
          4179333008,\n
          4179333013\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": 417375454,\n
        "timestamp": "2016-05-11T19:55:46Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332496,\n
          4179332491,\n
          4179332521,\n
          4179332524,\n
          4179332496\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": 417375455,\n
        "timestamp": "2016-05-11T19:55:46Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332587,\n
          4179332584,\n
          4179332585,\n
          4179332789,\n
          4179332588,\n
          4179332587\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": 417375456,\n
        "timestamp": "2016-05-11T19:55:47Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332557,\n
          4179332529,\n
          4179332518,\n
          4179332513,\n
          4179332547,\n
          4179332557\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375457,\n
        "timestamp": "2021-12-05T20:27:10Z",\n
        "version": 2,\n
        "changeset": 114593926,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "nodes": [\n
          4179332992,\n
          4179332882,\n
          4179332885,\n
          4179332997,\n
          4179332994,\n
          4179332992\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": 417375459,\n
        "timestamp": "2016-05-11T19:55:48Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332535,\n
          4179332524,\n
          4179332521,\n
          4179332516,\n
          4179332534,\n
          4179332535\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": 417375462,\n
        "timestamp": "2016-05-11T19:55:48Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332857,\n
          4179332860,\n
          4179332837,\n
          4179332834,\n
          4179332849,\n
          4179332857\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": 417375464,\n
        "timestamp": "2016-05-11T19:55:49Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332823,\n
          4179332799,\n
          4179332794,\n
          4179332812,\n
          4179332821,\n
          4179332823\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": 417375465,\n
        "timestamp": "2016-05-11T19:55:49Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332512,\n
          4179332513,\n
          4179332518,\n
          4179332498,\n
          4179332492,\n
          4179332512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Bing"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375466,\n
        "timestamp": "2016-05-11T19:55:50Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332526,\n
          4179332504,\n
          4179331972,\n
          4179332492,\n
          4179332498,\n
          4179332526\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": 417375468,\n
        "timestamp": "2016-05-11T19:55:50Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332789,\n
          4179332795,\n
          4179332793,\n
          4179332792,\n
          4179332588,\n
          4179332789\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": 417375469,\n
        "timestamp": "2016-05-11T19:55:51Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331959,\n
          4179331922,\n
          4179331921,\n
          4179331918,\n
          4179331955,\n
          4179331959\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": 417375470,\n
        "timestamp": "2016-05-11T19:55:52Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332805,\n
          4179332800,\n
          4179332796,\n
          4179332802,\n
          4179332804,\n
          4179332805\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": 417375471,\n
        "timestamp": "2016-05-11T19:55:52Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332535,\n
          4179332534,\n
          4179332530,\n
          4179332544,\n
          4179332556,\n
          4179332535\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": 417375472,\n
        "timestamp": "2021-12-05T20:27:10Z",\n
        "version": 2,\n
        "changeset": 114593926,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "nodes": [\n
          4179332882,\n
          4179332879,\n
          4179332867,\n
          4179332875,\n
          4179332887,\n
          4179332885,\n
          4179332882\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": 417375474,\n
        "timestamp": "2016-05-11T19:55:53Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332528,\n
          4179332540,\n
          4179332520,\n
          4179332508,\n
          4179332500,\n
          4179332501,\n
          4179332528\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": 417375475,\n
        "timestamp": "2016-05-11T19:55:53Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331903,\n
          4179331908,\n
          4179331909,\n
          4179331905,\n
          4179331902,\n
          4179331901,\n
          4179331903\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": 417375476,\n
        "timestamp": "2016-05-11T19:55:54Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331904,\n
          4179331905,\n
          4179331909,\n
          4179331910,\n
          4179331911,\n
          4179331906,\n
          4179331904\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": 417375478,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4179332861,\n
          4179332870,\n
          4179332863,\n
          4179332852,\n
          4179332843,\n
          4179332835,\n
          4179332861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375479,\n
        "timestamp": "2016-05-11T19:55:55Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332871,\n
          4179332869,\n
          4179332876,\n
          4179332878,\n
          4179332880,\n
          4179332884,\n
          4179332881,\n
          4179332871\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": 417375480,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 2,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4179332873,\n
          4179332815,\n
          4179332803,\n
          4179332801,\n
          4179332827,\n
          4179332863,\n
          4179332870,\n
          4179332873\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 417375481,\n
        "timestamp": "2016-05-11T19:55:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332531,\n
          4179332532,\n
          4179332525,\n
          4179332527,\n
          4179331980,\n
          4179331976,\n
          4179332523,\n
          4179332531\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": 417375482,\n
        "timestamp": "2016-05-11T19:55:56Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332580,\n
          4179332581,\n
          4179332569,\n
          4179332548,\n
          4179332549,\n
          4179332563,\n
          4179332554,\n
          4179332580\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": 417375483,\n
        "timestamp": "2016-05-11T19:55:57Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332540,\n
          4179332538,\n
          4179332517,\n
          4179332519,\n
          4179332499,\n
          4179332502,\n
          4179332520,\n
          4179332540\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": 417375484,\n
        "timestamp": "2016-05-11T19:55:57Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332542,\n
          4179332550,\n
          4179332543,\n
          4179332527,\n
          4179332525,\n
          4179332532,\n
          4179332539,\n
          4179332542\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": 417375485,\n
        "timestamp": "2016-05-11T19:55:58Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331934,\n
          4179331924,\n
          4179331926,\n
          4179331915,\n
          4179331914,\n
          4179331920,\n
          4179331923,\n
          4179331932,\n
          4179331934\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": 417375486,\n
        "timestamp": "2016-05-11T19:55:59Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331962,\n
          4179331957,\n
          4179331965,\n
          4179331964,\n
          4179331973,\n
          4179331978,\n
          4179331979,\n
          4179331983,\n
          4179331962\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": 417375487,\n
        "timestamp": "2016-05-11T19:55:59Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332541,\n
          4179332545,\n
          4179332571,\n
          4179332566,\n
          4179332555,\n
          4179332552,\n
          4179332504,\n
          4179332526,\n
          4179332541\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": 417375488,\n
        "timestamp": "2021-12-06T10:46:41Z",\n
        "version": 2,\n
        "changeset": 114613382,\n
        "user": "meihou",\n
        "uid": 581277,\n
        "nodes": [\n
          4179332533,\n
          4179332536,\n
          9315047581,\n
          4179332495,\n
          4179331967,\n
          4179331960,\n
          4179331982,\n
          4179331986,\n
          4179332507,\n
          4179332533\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": 417375489,\n
        "timestamp": "2016-05-11T19:56:00Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179331943,\n
          4179331927,\n
          4179331925,\n
          4179331933,\n
          4179331931,\n
          4179331939,\n
          4179331938,\n
          4179331946,\n
          4179331943\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": 417375490,\n
        "timestamp": "2016-05-11T19:56:01Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332535,\n
          4179332537,\n
          4179332515,\n
          4179332514,\n
          4179332505,\n
          4179332506,\n
          4179332497,\n
          4179332496,\n
          4179332524,\n
          4179332535\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": 417375491,\n
        "timestamp": "2016-05-11T19:56:02Z",\n
        "version": 1,\n
        "changeset": 39251439,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          4179332842,\n
          4179332838,\n
          4179332836,\n
          4179332841,\n
          4179332840,\n
          4179332856,\n
          4179332858,\n
          4179332855,\n
          4179332853,\n
          4179332842\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": 1381694043,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4179332798,\n
          12791938867,\n
          12791938866,\n
          4179332797,\n
          4179332798\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1381694044,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12791938871,\n
          12791938870,\n
          12791938869,\n
          12791938868,\n
          12791938871\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1381694045,\n
        "timestamp": "2025-04-27T16:50:24Z",\n
        "version": 1,\n
        "changeset": 165514785,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12791938875,\n
          12791938874,\n
          12791938873,\n
          12791938872,\n
          12791938875\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]