HTTP Client
2
Total requests
0
HTTP errors
Clients
http_client 2
Requests
| GET | https://geo.api.gouv.fr/communes/02364 | |
|---|---|---|
| Request options | [ "timeout" => 10 "headers" => [ "Accept" => "application/json" ] ] |
|
| Response |
200
[ "info" => [ "header_size" => 291 "request_size" => 141 "total_time" => 0.062612 "namelookup_time" => 0.004407 "connect_time" => 0.015 "pretransfer_time" => 0.030836 "size_download" => 161.0 "speed_download" => 2571.0 "download_content_length" => 161.0 "starttransfer_time" => 0.062214 "primary_ip" => "37.59.183.65" "primary_port" => 443 "local_ip" => "192.168.1.188" "local_port" => 60972 "http_version" => 3 "protocol" => 2 "scheme" => "https" "appconnect_time_us" => 30746 "connect_time_us" => 15000 "namelookup_time_us" => 4407 "pretransfer_time_us" => 30836 "starttransfer_time_us" => 62214 "posttransfer_time_us" => 30866 "total_time_us" => 62612 "effective_method" => "GET" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1770164523.7262 "original_url" => "https://geo.api.gouv.fr/communes/02364" "pause_handler" => Closure(float $duration) {#1015 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#778 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#1000 …} : -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/02364\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/02364]\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/02364 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 00:22:03 GMT\r\n < content-type: application/json; charset=utf-8\r\n < content-length: 161\r\n < x-powered-by: Express\r\n < vary: Origin\r\n < etag: W/"a1-v5joSMwMjoFP8t2ceNPufOdpX7c"\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 00:22:03 GMT" "content-type: application/json; charset=utf-8" "content-length: 161" "x-powered-by: Express" "vary: Origin" "etag: W/"a1-v5joSMwMjoFP8t2ceNPufOdpX7c"" "cache-control: public, max-age=3600, immutable" "x-cache-status: MISS" ] "response_content" => [ "{"nom":"Guyencourt","code":"02364","codeDepartement":"02","siren":"210203451","codeEpci":"240200576","codeRegion":"32","codesPostaux":["02160"],"population":244}" ] ] |
|
| POST | https://overpass-api.de/api/interpreter | |
|---|---|---|
| Request options | [ "body" => [ "data" => """ [out:json][timeout:60];\n area["ref:INSEE"="02364"]->.searchArea;\n (\n nwr["emergency"="fire_hydrant"](area.searchArea);\n nwr["amenity"="charging_station"](area.searchArea);\n nwr["amenity"="toilets"](area.searchArea);\n nwr["highway"="bus_stop"](area.searchArea);\n nwr["emergency"="defibrillator"](area.searchArea);\n nwr["man_made"="surveillance"](area.searchArea);\n nwr["amenity"="recycling"](area.searchArea);\n nwr["power"="substation"](area.searchArea);\n nwr["healthcare"](area.searchArea);\n nwr["amenity"="doctors"](area.searchArea);\n nwr["amenity"="pharmacy"](area.searchArea);\n nwr["amenity"="hospital"](area.searchArea);\n nwr["amenity"="clinic"](area.searchArea);\n nwr["amenity"="social_facility"](area.searchArea);\n nwr["healthcare"="laboratory"](area.searchArea);\n nwr["amenity"="school"](area.searchArea);\n nwr["amenity"="police"](area.searchArea);\n nwr["amenity"="bicycle_parking"](area.searchArea);\n nwr["advertising"="board"]["message"="political"](area.searchArea);\n way["building"](area.searchArea);\n nwr["email"](area.searchArea);\n nwr["contact:email"](area.searchArea);\n nwr["amenity"="bench"](area.searchArea);\n nwr["amenity"="waste_basket"](area.searchArea);\n nwr["highway"="street_lamp"](area.searchArea);\n nwr["amenity"="drinking_water"](area.searchArea);\n nwr["natural"="tree"](area.searchArea);\n nw["power"="pole"](area.searchArea);\n nwr["manhole"](area.searchArea);\n nwr["amenity"="public_bookcase"](area.searchArea);\n nwr["leisure"="playground"](area.searchArea);\n nwr["amenity"="restaurant"](area.searchArea);\n nwr["ref:FR:RNB"](area.searchArea);\n );\n (._;>;);\n out meta;\n >; """ ] "timeout" => 60 ] |
|
| Response |
200
[ "info" => [ "header_size" => 190 "request_size" => 2613 "total_time" => 4.822341 "namelookup_time" => 0.000526 "connect_time" => 0.019231 "pretransfer_time" => 0.041811 "size_upload" => 2410.0 "size_download" => 30432.0 "speed_download" => 6310.0 "speed_upload" => 499.0 "download_content_length" => 30432.0 "upload_content_length" => 2410.0 "starttransfer_time" => 4.803299 "primary_ip" => "2a01:4f8:261:3c4f::2" "primary_port" => 443 "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464" "local_port" => 56252 "http_version" => 2 "protocol" => 2 "scheme" => "https" "appconnect_time_us" => 41694 "connect_time_us" => 19231 "namelookup_time_us" => 526 "pretransfer_time_us" => 41811 "starttransfer_time_us" => 4803299 "posttransfer_time_us" => 41809 "total_time_us" => 4822341 "effective_method" => "POST" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1770164525.1038 "original_url" => "https://overpass-api.de/api/interpreter" "pause_handler" => Closure(float $duration) {#1046 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#1042 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#1000 …} : -9223372036854775796 } } "debug" => """ * Host overpass-api.de:443 was resolved.\n * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n * IPv4: 162.55.144.139, 65.109.112.52\n * Trying [2a01:4f8:261:3c4f::2]:443...\n * ALPN: curl offers h2,http/1.1\n * CAfile: /etc/ssl/certs/ca-certificates.crt\n * CApath: /etc/ssl/certs\n * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n * ALPN: server accepted http/1.1\n * Server certificate:\n * subject: CN=gall.openstreetmap.de\n * start date: Jan 21 16:56:04 2026 GMT\n * expire date: Apr 21 16:56:03 2026 GMT\n * subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n * issuer: C=US; O=Let's Encrypt; CN=E7\n * SSL certificate verify ok.\n * Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n * Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n * using HTTP/1.x\n > POST /api/interpreter HTTP/1.1\r\n Host: overpass-api.de\r\n Accept: */*\r\n Content-Type: application/x-www-form-urlencoded\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n Content-Length: 2410\r\n \r\n * upload completely sent off: 2410 bytes\n < HTTP/1.1 200 OK\r\n < Date: Wed, 04 Feb 2026 00:22:05 GMT\r\n < Server: Apache/2.4.66 (Debian)\r\n < Vary: Accept-Encoding\r\n < Content-Encoding: gzip\r\n < Content-Length: 30432\r\n < Content-Type: application/json\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Date: Wed, 04 Feb 2026 00:22:05 GMT" "Server: Apache/2.4.66 (Debian)" "Vary: Accept-Encoding" "Content-Encoding: gzip" "Content-Length: 30432" "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-04T00:20:54Z",\n "timestamp_areas_base": "2026-01-22T23:45:51Z",\n "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n },\n "elements": [\n \n {\n "type": "node",\n "id": 2000745698,\n "lat": 49.3462520,\n "lon": 3.8536730,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745699,\n "lat": 49.3462690,\n "lon": 3.8536460,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745701,\n "lat": 49.3462790,\n "lon": 3.8536530,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745702,\n "lat": 49.3462870,\n "lon": 3.8536450,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745703,\n "lat": 49.3462960,\n "lon": 3.8538860,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745704,\n "lat": 49.3463110,\n "lon": 3.8536830,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745705,\n "lat": 49.3463180,\n "lon": 3.8538680,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745707,\n "lat": 49.3463590,\n "lon": 3.8540310,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2000745709,\n "lat": 49.3464140,\n "lon": 3.8539880,\n "timestamp": "2012-11-07T00:10:57Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027\n },\n {\n "type": "node",\n "id": 2171142341,\n "lat": 49.3571510,\n "lon": 3.8373006,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 3,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 4003390341,\n "lat": 49.3458335,\n "lon": 3.8497043,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 3,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 4723541804,\n "lat": 49.3583549,\n "lon": 3.8396643,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541805,\n "lat": 49.3583846,\n "lon": 3.8395421,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541806,\n "lat": 49.3583570,\n "lon": 3.8395262,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541807,\n "lat": 49.3583537,\n "lon": 3.8395421,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541808,\n "lat": 49.3582663,\n "lon": 3.8394916,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541809,\n "lat": 49.3582435,\n "lon": 3.8395977,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541810,\n "lat": 49.3575720,\n "lon": 3.8396589,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541811,\n "lat": 49.3575804,\n "lon": 3.8395047,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541812,\n "lat": 49.3574932,\n "lon": 3.8394927,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541813,\n "lat": 49.3574824,\n "lon": 3.8396370,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541814,\n "lat": 49.3579327,\n "lon": 3.8394418,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541815,\n "lat": 49.3579369,\n "lon": 3.8394358,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541816,\n "lat": 49.3579410,\n "lon": 3.8394152,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541817,\n "lat": 49.3579530,\n "lon": 3.8394201,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541818,\n "lat": 49.3579765,\n "lon": 3.8392764,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541819,\n "lat": 49.3579312,\n "lon": 3.8392866,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541820,\n "lat": 49.3578794,\n "lon": 3.8392668,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541821,\n "lat": 49.3578600,\n "lon": 3.8393828,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541822,\n "lat": 49.3578717,\n "lon": 3.8393874,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541823,\n "lat": 49.3578686,\n "lon": 3.8394113,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541824,\n "lat": 49.3578757,\n "lon": 3.8394323,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541825,\n "lat": 49.3579218,\n "lon": 3.8394491,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541826,\n "lat": 49.3578410,\n "lon": 3.8391191,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541827,\n "lat": 49.3576839,\n "lon": 3.8391007,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541828,\n "lat": 49.3576820,\n "lon": 3.8391958,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541829,\n "lat": 49.3577545,\n "lon": 3.8392054,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541830,\n "lat": 49.3577536,\n "lon": 3.8392330,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541831,\n "lat": 49.3577850,\n "lon": 3.8392654,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541832,\n "lat": 49.3578295,\n "lon": 3.8392706,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541833,\n "lat": 49.3578381,\n "lon": 3.8392168,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541834,\n "lat": 49.3587363,\n "lon": 3.8398526,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541835,\n "lat": 49.3588440,\n "lon": 3.8399391,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541836,\n "lat": 49.3588800,\n "lon": 3.8398384,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541837,\n "lat": 49.3587709,\n "lon": 3.8397530,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541838,\n "lat": 49.3585573,\n "lon": 3.8391434,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541839,\n "lat": 49.3584436,\n "lon": 3.8391111,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541840,\n "lat": 49.3584281,\n "lon": 3.8392350,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541841,\n "lat": 49.3584842,\n "lon": 3.8392516,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541842,\n "lat": 49.3584866,\n "lon": 3.8392328,\n "timestamp": "2017-03-08T06:14:26Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541843,\n "lat": 49.3585451,\n "lon": 3.8392480,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541844,\n "lat": 49.3590577,\n "lon": 3.8401284,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541845,\n "lat": 49.3590921,\n "lon": 3.8400332,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541846,\n "lat": 49.3590124,\n "lon": 3.8399656,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541847,\n "lat": 49.3589774,\n "lon": 3.8400587,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541848,\n "lat": 49.3588311,\n "lon": 3.8399807,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541849,\n "lat": 49.3589353,\n "lon": 3.8400684,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541850,\n "lat": 49.3589739,\n "lon": 3.8399595,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541851,\n "lat": 49.3589059,\n "lon": 3.8399053,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541852,\n "lat": 49.3589191,\n "lon": 3.8398692,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541853,\n "lat": 49.3588915,\n "lon": 3.8374418,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541854,\n "lat": 49.3588291,\n "lon": 3.8374353,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541855,\n "lat": 49.3588198,\n "lon": 3.8375419,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541856,\n "lat": 49.3588817,\n "lon": 3.8375529,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541857,\n "lat": 49.3590624,\n "lon": 3.8380174,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541858,\n "lat": 49.3590598,\n "lon": 3.8381343,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541859,\n "lat": 49.3591497,\n "lon": 3.8381347,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541860,\n "lat": 49.3591513,\n "lon": 3.8380184,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541861,\n "lat": 49.3575147,\n "lon": 3.8393806,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541862,\n "lat": 49.3576857,\n "lon": 3.8392728,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541863,\n "lat": 49.3576619,\n "lon": 3.8391825,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541864,\n "lat": 49.3575073,\n "lon": 3.8392737,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541865,\n "lat": 49.3575020,\n "lon": 3.8393401,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541866,\n "lat": 49.3586568,\n "lon": 3.8377995,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541867,\n "lat": 49.3585914,\n "lon": 3.8378082,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541868,\n "lat": 49.3585933,\n "lon": 3.8378537,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541869,\n "lat": 49.3585551,\n "lon": 3.8378585,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541870,\n "lat": 49.3585597,\n "lon": 3.8379639,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541871,\n "lat": 49.3586534,\n "lon": 3.8379556,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541872,\n "lat": 49.3586492,\n "lon": 3.8378641,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541873,\n "lat": 49.3586595,\n "lon": 3.8378611,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541874,\n "lat": 49.3576131,\n "lon": 3.8380341,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541875,\n "lat": 49.3576124,\n "lon": 3.8380227,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541876,\n "lat": 49.3576263,\n "lon": 3.8380208,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541877,\n "lat": 49.3576223,\n "lon": 3.8379092,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541878,\n "lat": 49.3576060,\n "lon": 3.8379102,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541879,\n "lat": 49.3575922,\n "lon": 3.8376287,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541880,\n "lat": 49.3575209,\n "lon": 3.8376314,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541881,\n "lat": 49.3575271,\n "lon": 3.8378571,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541882,\n "lat": 49.3575377,\n "lon": 3.8380301,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541883,\n "lat": 49.3575247,\n "lon": 3.8380330,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541884,\n "lat": 49.3575254,\n "lon": 3.8380487,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541885,\n "lat": 49.3579611,\n "lon": 3.8388712,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541886,\n "lat": 49.3580110,\n "lon": 3.8388689,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541887,\n "lat": 49.3580114,\n "lon": 3.8388791,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541888,\n "lat": 49.3580723,\n "lon": 3.8388770,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541915,\n "lat": 49.3573722,\n "lon": 3.8362117,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541916,\n "lat": 49.3573182,\n "lon": 3.8360965,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541917,\n "lat": 49.3572885,\n "lon": 3.8361643,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541918,\n "lat": 49.3573227,\n "lon": 3.8361954,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541919,\n "lat": 49.3573303,\n "lon": 3.8361804,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541920,\n "lat": 49.3573440,\n "lon": 3.8362100,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541921,\n "lat": 49.3573487,\n "lon": 3.8362052,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541922,\n "lat": 49.3573579,\n "lon": 3.8362269,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541923,\n "lat": 49.3571710,\n "lon": 3.8361734,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541924,\n "lat": 49.3571994,\n "lon": 3.8360997,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541925,\n "lat": 49.3571851,\n "lon": 3.8360864,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541926,\n "lat": 49.3571910,\n "lon": 3.8360712,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541927,\n "lat": 49.3571792,\n "lon": 3.8360608,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541928,\n "lat": 49.3573070,\n "lon": 3.8360784,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541929,\n "lat": 49.3572537,\n "lon": 3.8362018,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541930,\n "lat": 49.3572668,\n "lon": 3.8362138,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541931,\n "lat": 49.3572346,\n "lon": 3.8361101,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541932,\n "lat": 49.3572701,\n "lon": 3.8360244,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541933,\n "lat": 49.3572261,\n "lon": 3.8359603,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541934,\n "lat": 49.3569566,\n "lon": 3.8369906,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541935,\n "lat": 49.3569881,\n "lon": 3.8371133,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541936,\n "lat": 49.3570078,\n "lon": 3.8371497,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541937,\n "lat": 49.3571316,\n "lon": 3.8369828,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541938,\n "lat": 49.3570722,\n "lon": 3.8369148,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541939,\n "lat": 49.3570059,\n "lon": 3.8370111,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541940,\n "lat": 49.3569948,\n "lon": 3.8369685,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541941,\n "lat": 49.3566480,\n "lon": 3.8362816,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541942,\n "lat": 49.3565677,\n "lon": 3.8362189,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541943,\n "lat": 49.3565145,\n "lon": 3.8363825,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541944,\n "lat": 49.3565953,\n "lon": 3.8364444,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541945,\n "lat": 49.3566125,\n "lon": 3.8363944,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541946,\n "lat": 49.3566184,\n "lon": 3.8363985,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541947,\n "lat": 49.3566241,\n "lon": 3.8363815,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541948,\n "lat": 49.3566181,\n "lon": 3.8363774,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541949,\n "lat": 49.3566258,\n "lon": 3.8363522,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541950,\n "lat": 49.3566317,\n "lon": 3.8363567,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541951,\n "lat": 49.3566373,\n "lon": 3.8363408,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541952,\n "lat": 49.3566306,\n "lon": 3.8363356,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541953,\n "lat": 49.3566903,\n "lon": 3.8365662,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541954,\n "lat": 49.3565934,\n "lon": 3.8365028,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541955,\n "lat": 49.3565855,\n "lon": 3.8365347,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541956,\n "lat": 49.3565777,\n "lon": 3.8365307,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541957,\n "lat": 49.3565533,\n "lon": 3.8366227,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541958,\n "lat": 49.3566951,\n "lon": 3.8367146,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541959,\n "lat": 49.3567164,\n "lon": 3.8366420,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541960,\n "lat": 49.3567154,\n "lon": 3.8366204,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541961,\n "lat": 49.3566820,\n "lon": 3.8366002,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541962,\n "lat": 49.3573660,\n "lon": 3.8352848,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541963,\n "lat": 49.3573820,\n "lon": 3.8353376,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541964,\n "lat": 49.3574172,\n "lon": 3.8353118,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541965,\n "lat": 49.3574010,\n "lon": 3.8352592,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541966,\n "lat": 49.3563381,\n "lon": 3.8370680,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541967,\n "lat": 49.3563228,\n "lon": 3.8370522,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541968,\n "lat": 49.3563334,\n "lon": 3.8370273,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541969,\n "lat": 49.3562743,\n "lon": 3.8369657,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541970,\n "lat": 49.3562296,\n "lon": 3.8370618,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541971,\n "lat": 49.3562875,\n "lon": 3.8371261,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541972,\n "lat": 49.3562946,\n "lon": 3.8371086,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541973,\n "lat": 49.3563109,\n "lon": 3.8371244,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541974,\n "lat": 49.3586767,\n "lon": 3.8363711,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541975,\n "lat": 49.3586388,\n "lon": 3.8361939,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541976,\n "lat": 49.3585742,\n "lon": 3.8362377,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541977,\n "lat": 49.3586172,\n "lon": 3.8364162,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541978,\n "lat": 49.3588749,\n "lon": 3.8367404,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541979,\n "lat": 49.3588215,\n "lon": 3.8367699,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541980,\n "lat": 49.3588389,\n "lon": 3.8368420,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541981,\n "lat": 49.3588928,\n "lon": 3.8368113,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541982,\n "lat": 49.3594180,\n "lon": 3.8359533,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541983,\n "lat": 49.3594150,\n "lon": 3.8356746,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541984,\n "lat": 49.3593065,\n "lon": 3.8356767,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541985,\n "lat": 49.3593088,\n "lon": 3.8359537,\n "timestamp": "2017-03-08T06:14:33Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541986,\n "lat": 49.3586569,\n "lon": 3.8363864,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541987,\n "lat": 49.3586067,\n "lon": 3.8364241,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541988,\n "lat": 49.3586123,\n "lon": 3.8364549,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541989,\n "lat": 49.3580700,\n "lon": 3.8387554,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541990,\n "lat": 49.3579586,\n "lon": 3.8387594,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541991,\n "lat": 49.3582339,\n "lon": 3.8380270,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541992,\n "lat": 49.3582346,\n "lon": 3.8380640,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541993,\n "lat": 49.3582587,\n "lon": 3.8380644,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541994,\n "lat": 49.3582587,\n "lon": 3.8380272,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541995,\n "lat": 49.3585538,\n "lon": 3.8374537,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541996,\n "lat": 49.3584737,\n "lon": 3.8374627,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541997,\n "lat": 49.3584756,\n "lon": 3.8375226,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541998,\n "lat": 49.3584813,\n "lon": 3.8375220,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723541999,\n "lat": 49.3584842,\n "lon": 3.8376106,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542000,\n "lat": 49.3584621,\n "lon": 3.8376122,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542001,\n "lat": 49.3584646,\n "lon": 3.8376832,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542002,\n "lat": 49.3585894,\n "lon": 3.8376696,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542003,\n "lat": 49.3585817,\n "lon": 3.8375517,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542004,\n "lat": 49.3585593,\n "lon": 3.8375532,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542005,\n "lat": 49.3577287,\n "lon": 3.8376467,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542006,\n "lat": 49.3577332,\n "lon": 3.8374234,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542007,\n "lat": 49.3576692,\n "lon": 3.8374239,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542008,\n "lat": 49.3576676,\n "lon": 3.8375455,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542009,\n "lat": 49.3575852,\n "lon": 3.8375456,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542010,\n "lat": 49.3575815,\n "lon": 3.8374421,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542011,\n "lat": 49.3574847,\n "lon": 3.8374526,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542012,\n "lat": 49.3574924,\n "lon": 3.8376325,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542013,\n "lat": 49.3576082,\n "lon": 3.8380349,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542014,\n "lat": 49.3575383,\n "lon": 3.8380466,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542015,\n "lat": 49.3575439,\n "lon": 3.8381388,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542016,\n "lat": 49.3575488,\n "lon": 3.8382602,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542017,\n "lat": 49.3575156,\n "lon": 3.8382826,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542018,\n "lat": 49.3575180,\n "lon": 3.8383768,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542019,\n "lat": 49.3575057,\n "lon": 3.8383798,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542020,\n "lat": 49.3575055,\n "lon": 3.8384018,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542021,\n "lat": 49.3574944,\n "lon": 3.8384052,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542022,\n "lat": 49.3574959,\n "lon": 3.8384411,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542023,\n "lat": 49.3574430,\n "lon": 3.8384550,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542024,\n "lat": 49.3573800,\n "lon": 3.8384767,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542025,\n "lat": 49.3573297,\n "lon": 3.8385036,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542026,\n "lat": 49.3573795,\n "lon": 3.8386856,\n "timestamp": "2017-03-08T06:14:27Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542027,\n "lat": 49.3574294,\n "lon": 3.8386647,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542028,\n "lat": 49.3574192,\n "lon": 3.8386317,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542029,\n "lat": 49.3574264,\n "lon": 3.8386280,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542030,\n "lat": 49.3574151,\n "lon": 3.8385828,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542031,\n "lat": 49.3574817,\n "lon": 3.8385524,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542032,\n "lat": 49.3574839,\n "lon": 3.8385592,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542033,\n "lat": 49.3575525,\n "lon": 3.8385259,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542034,\n "lat": 49.3575458,\n "lon": 3.8384396,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542035,\n "lat": 49.3576218,\n "lon": 3.8384171,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542036,\n "lat": 49.3577607,\n "lon": 3.8371025,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542037,\n "lat": 49.3576661,\n "lon": 3.8371240,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542038,\n "lat": 49.3576670,\n "lon": 3.8372133,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542039,\n "lat": 49.3576577,\n "lon": 3.8372142,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542040,\n "lat": 49.3576576,\n "lon": 3.8372292,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542041,\n "lat": 49.3576659,\n "lon": 3.8372286,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542042,\n "lat": 49.3576658,\n "lon": 3.8372995,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542043,\n "lat": 49.3576358,\n "lon": 3.8373010,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542044,\n "lat": 49.3576703,\n "lon": 3.8373430,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542045,\n "lat": 49.3577319,\n "lon": 3.8373457,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542046,\n "lat": 49.3577318,\n "lon": 3.8372284,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542047,\n "lat": 49.3577610,\n "lon": 3.8372268,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542048,\n "lat": 49.3577328,\n "lon": 3.8373760,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542049,\n "lat": 49.3576688,\n "lon": 3.8373785,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542050,\n "lat": 49.3579966,\n "lon": 3.8387580,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542051,\n "lat": 49.3579959,\n "lon": 3.8387162,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542052,\n "lat": 49.3579585,\n "lon": 3.8387179,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542053,\n "lat": 49.3576728,\n "lon": 3.8389896,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542054,\n "lat": 49.3576611,\n "lon": 3.8387926,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542055,\n "lat": 49.3575905,\n "lon": 3.8387942,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542056,\n "lat": 49.3576063,\n "lon": 3.8389896,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542057,\n "lat": 49.3574859,\n "lon": 3.8388123,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542058,\n "lat": 49.3574878,\n "lon": 3.8388478,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542059,\n "lat": 49.3575493,\n "lon": 3.8388330,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542060,\n "lat": 49.3575486,\n "lon": 3.8388188,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542061,\n "lat": 49.3575751,\n "lon": 3.8388121,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542062,\n "lat": 49.3575735,\n "lon": 3.8387916,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542063,\n "lat": 49.3580625,\n "lon": 3.8396790,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542064,\n "lat": 49.3580330,\n "lon": 3.8396686,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542065,\n "lat": 49.3580360,\n "lon": 3.8396466,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542066,\n "lat": 49.3579937,\n "lon": 3.8396310,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542067,\n "lat": 49.3579684,\n "lon": 3.8397837,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542068,\n "lat": 49.3580618,\n "lon": 3.8398194,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542069,\n "lat": 49.3580674,\n "lon": 3.8397909,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542070,\n "lat": 49.3581277,\n "lon": 3.8398172,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542071,\n "lat": 49.3581451,\n "lon": 3.8397124,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542072,\n "lat": 49.3585399,\n "lon": 3.8381962,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542073,\n "lat": 49.3583712,\n "lon": 3.8380977,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542074,\n "lat": 49.3583403,\n "lon": 3.8382254,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542075,\n "lat": 49.3585081,\n "lon": 3.8383211,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542076,\n "lat": 49.3588844,\n "lon": 3.8388687,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542077,\n "lat": 49.3588636,\n "lon": 3.8389487,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542078,\n "lat": 49.3589340,\n "lon": 3.8389908,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542079,\n "lat": 49.3589662,\n "lon": 3.8388723,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542080,\n "lat": 49.3589466,\n "lon": 3.8388595,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542081,\n "lat": 49.3589641,\n "lon": 3.8387858,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542082,\n "lat": 49.3589066,\n "lon": 3.8387512,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542083,\n "lat": 49.3588819,\n "lon": 3.8388469,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542084,\n "lat": 49.3588892,\n "lon": 3.8388509,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542085,\n "lat": 49.3590895,\n "lon": 3.8383922,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542086,\n "lat": 49.3590928,\n "lon": 3.8384290,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542087,\n "lat": 49.3591363,\n "lon": 3.8384198,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542088,\n "lat": 49.3591319,\n "lon": 3.8383841,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542089,\n "lat": 49.3588554,\n "lon": 3.8379181,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542090,\n "lat": 49.3588650,\n "lon": 3.8380868,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542091,\n "lat": 49.3589382,\n "lon": 3.8380715,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542092,\n "lat": 49.3589288,\n "lon": 3.8379028,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542093,\n "lat": 49.3555454,\n "lon": 3.8385082,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542094,\n "lat": 49.3556208,\n "lon": 3.8386286,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542095,\n "lat": 49.3556227,\n "lon": 3.8386261,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542096,\n "lat": 49.3557225,\n "lon": 3.8387739,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542097,\n "lat": 49.3557711,\n "lon": 3.8386964,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542098,\n "lat": 49.3556297,\n "lon": 3.8384882,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542099,\n "lat": 49.3556402,\n "lon": 3.8384716,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542100,\n "lat": 49.3556072,\n "lon": 3.8384184,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542101,\n "lat": 49.3554010,\n "lon": 3.8381399,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542102,\n "lat": 49.3554055,\n "lon": 3.8380261,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542103,\n "lat": 49.3552630,\n "lon": 3.8380129,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542104,\n "lat": 49.3552635,\n "lon": 3.8381201,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542105,\n "lat": 49.3553293,\n "lon": 3.8381248,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542106,\n "lat": 49.3553292,\n "lon": 3.8381355,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542107,\n "lat": 49.3555383,\n "lon": 3.8378286,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542108,\n "lat": 49.3555806,\n "lon": 3.8379135,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542109,\n "lat": 49.3556062,\n "lon": 3.8378806,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542110,\n "lat": 49.3555898,\n "lon": 3.8378468,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542111,\n "lat": 49.3556232,\n "lon": 3.8378080,\n "timestamp": "2017-03-08T06:14:28Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542112,\n "lat": 49.3556419,\n "lon": 3.8378418,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542113,\n "lat": 49.3556271,\n "lon": 3.8378615,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542114,\n "lat": 49.3556465,\n "lon": 3.8378944,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542115,\n "lat": 49.3556375,\n "lon": 3.8379071,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542116,\n "lat": 49.3556764,\n "lon": 3.8379833,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542117,\n "lat": 49.3556843,\n "lon": 3.8379730,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542118,\n "lat": 49.3557516,\n "lon": 3.8380844,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542119,\n "lat": 49.3557993,\n "lon": 3.8380151,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542120,\n "lat": 49.3557197,\n "lon": 3.8378742,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542121,\n "lat": 49.3556921,\n "lon": 3.8378044,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542122,\n "lat": 49.3556402,\n "lon": 3.8377057,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542123,\n "lat": 49.3555899,\n "lon": 3.8373737,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542124,\n "lat": 49.3556153,\n "lon": 3.8374290,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542125,\n "lat": 49.3556606,\n "lon": 3.8373677,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542126,\n "lat": 49.3556315,\n "lon": 3.8373186,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542127,\n "lat": 49.3556332,\n "lon": 3.8383847,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542128,\n "lat": 49.3557869,\n "lon": 3.8385926,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542129,\n "lat": 49.3558032,\n "lon": 3.8385682,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542130,\n "lat": 49.3557911,\n "lon": 3.8385505,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542131,\n "lat": 49.3558061,\n "lon": 3.8385241,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542132,\n "lat": 49.3556619,\n "lon": 3.8383387,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542133,\n "lat": 49.3556755,\n "lon": 3.8380911,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542134,\n "lat": 49.3556299,\n "lon": 3.8380142,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542135,\n "lat": 49.3555707,\n "lon": 3.8378935,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542136,\n "lat": 49.3555292,\n "lon": 3.8379428,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542137,\n "lat": 49.3555928,\n "lon": 3.8380987,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542138,\n "lat": 49.3555354,\n "lon": 3.8381501,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542139,\n "lat": 49.3555722,\n "lon": 3.8382221,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542140,\n "lat": 49.3556429,\n "lon": 3.8381449,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542141,\n "lat": 49.3559056,\n "lon": 3.8381457,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542142,\n "lat": 49.3558486,\n "lon": 3.8380675,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542143,\n "lat": 49.3557561,\n "lon": 3.8382126,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542144,\n "lat": 49.3558031,\n "lon": 3.8382868,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542145,\n "lat": 49.3558689,\n "lon": 3.8381822,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542146,\n "lat": 49.3559153,\n "lon": 3.8382423,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542147,\n "lat": 49.3559206,\n "lon": 3.8382344,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542148,\n "lat": 49.3559474,\n "lon": 3.8382679,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542149,\n "lat": 49.3559681,\n "lon": 3.8382345,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542150,\n "lat": 49.3557132,\n "lon": 3.8384046,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542151,\n "lat": 49.3557503,\n "lon": 3.8384524,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542152,\n "lat": 49.3557918,\n "lon": 3.8383841,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542153,\n "lat": 49.3557608,\n "lon": 3.8383417,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542154,\n "lat": 49.3557527,\n "lon": 3.8382072,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542155,\n "lat": 49.3557038,\n "lon": 3.8382769,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542156,\n "lat": 49.3557500,\n "lon": 3.8383415,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542157,\n "lat": 49.3558163,\n "lon": 3.8378823,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542158,\n "lat": 49.3558816,\n "lon": 3.8377926,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542159,\n "lat": 49.3558381,\n "lon": 3.8377010,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542160,\n "lat": 49.3557938,\n "lon": 3.8377528,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542161,\n "lat": 49.3557691,\n "lon": 3.8377886,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542162,\n "lat": 49.3557489,\n "lon": 3.8378158,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542163,\n "lat": 49.3557750,\n "lon": 3.8378760,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542164,\n "lat": 49.3558022,\n "lon": 3.8378920,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542165,\n "lat": 49.3558137,\n "lon": 3.8378772,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542166,\n "lat": 49.3555411,\n "lon": 3.8390526,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542167,\n "lat": 49.3556048,\n "lon": 3.8390735,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542168,\n "lat": 49.3556193,\n "lon": 3.8389653,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542169,\n "lat": 49.3556455,\n "lon": 3.8389740,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542170,\n "lat": 49.3556509,\n "lon": 3.8389240,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542171,\n "lat": 49.3555444,\n "lon": 3.8388893,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542172,\n "lat": 49.3555242,\n "lon": 3.8389027,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542173,\n "lat": 49.3555113,\n "lon": 3.8389954,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542174,\n "lat": 49.3555464,\n "lon": 3.8390075,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542175,\n "lat": 49.3551797,\n "lon": 3.8387688,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542176,\n "lat": 49.3551983,\n "lon": 3.8387511,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542177,\n "lat": 49.3551769,\n "lon": 3.8387046,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542178,\n "lat": 49.3551612,\n "lon": 3.8387212,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542179,\n "lat": 49.3551421,\n "lon": 3.8387414,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542180,\n "lat": 49.3551615,\n "lon": 3.8387863,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542181,\n "lat": 49.3554684,\n "lon": 3.8380221,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542182,\n "lat": 49.3555046,\n "lon": 3.8379793,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542183,\n "lat": 49.3554899,\n "lon": 3.8379507,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542184,\n "lat": 49.3554545,\n "lon": 3.8379940,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542185,\n "lat": 49.3569471,\n "lon": 3.8356982,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542186,\n "lat": 49.3569704,\n "lon": 3.8356680,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542187,\n "lat": 49.3569433,\n "lon": 3.8356151,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542188,\n "lat": 49.3569182,\n "lon": 3.8356460,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542189,\n "lat": 49.3573164,\n "lon": 3.8352519,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542190,\n "lat": 49.3572541,\n "lon": 3.8352934,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542191,\n "lat": 49.3571456,\n "lon": 3.8353571,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542192,\n "lat": 49.3571748,\n "lon": 3.8354706,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542193,\n "lat": 49.3572266,\n "lon": 3.8354424,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542194,\n "lat": 49.3572102,\n "lon": 3.8353708,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542195,\n "lat": 49.3572613,\n "lon": 3.8353401,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542196,\n "lat": 49.3572791,\n "lon": 3.8354067,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542197,\n "lat": 49.3573476,\n "lon": 3.8353671,\n "timestamp": "2017-03-08T06:14:29Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542198,\n "lat": 49.3573799,\n "lon": 3.8354831,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542199,\n "lat": 49.3573149,\n "lon": 3.8355331,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542200,\n "lat": 49.3573741,\n "lon": 3.8357279,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542201,\n "lat": 49.3574348,\n "lon": 3.8356777,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542202,\n "lat": 49.3574153,\n "lon": 3.8356130,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542203,\n "lat": 49.3571714,\n "lon": 3.8354572,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542204,\n "lat": 49.3571079,\n "lon": 3.8354817,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542205,\n "lat": 49.3571088,\n "lon": 3.8354956,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542206,\n "lat": 49.3570552,\n "lon": 3.8355166,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542207,\n "lat": 49.3570623,\n "lon": 3.8356135,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542208,\n "lat": 49.3570558,\n "lon": 3.8356157,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542209,\n "lat": 49.3570692,\n "lon": 3.8357005,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542210,\n "lat": 49.3572025,\n "lon": 3.8356419,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542211,\n "lat": 49.3571945,\n "lon": 3.8355564,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542212,\n "lat": 49.3571788,\n "lon": 3.8354684,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542213,\n "lat": 49.3572333,\n "lon": 3.8355962,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542214,\n "lat": 49.3572580,\n "lon": 3.8358232,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542215,\n "lat": 49.3573060,\n "lon": 3.8357849,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542216,\n "lat": 49.3572867,\n "lon": 3.8355552,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542217,\n "lat": 49.3573482,\n "lon": 3.8357510,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542218,\n "lat": 49.3573879,\n "lon": 3.8358558,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542219,\n "lat": 49.3574294,\n "lon": 3.8359833,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542220,\n "lat": 49.3573418,\n "lon": 3.8360632,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542221,\n "lat": 49.3573817,\n "lon": 3.8361360,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542222,\n "lat": 49.3574560,\n "lon": 3.8360675,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542223,\n "lat": 49.3574278,\n "lon": 3.8359633,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542224,\n "lat": 49.3574799,\n "lon": 3.8359225,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542225,\n "lat": 49.3574092,\n "lon": 3.8356988,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542226,\n "lat": 49.3561356,\n "lon": 3.8367319,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542227,\n "lat": 49.3560295,\n "lon": 3.8368896,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542228,\n "lat": 49.3560712,\n "lon": 3.8369433,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542229,\n "lat": 49.3561548,\n "lon": 3.8368204,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542230,\n "lat": 49.3561657,\n "lon": 3.8368334,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542231,\n "lat": 49.3561843,\n "lon": 3.8368043,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542232,\n "lat": 49.3561743,\n "lon": 3.8367825,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542233,\n "lat": 49.3559026,\n "lon": 3.8370564,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542234,\n "lat": 49.3558780,\n "lon": 3.8370946,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542235,\n "lat": 49.3559680,\n "lon": 3.8372365,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542236,\n "lat": 49.3559942,\n "lon": 3.8371960,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542237,\n "lat": 49.3560670,\n "lon": 3.8368339,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542238,\n "lat": 49.3560395,\n "lon": 3.8367890,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542239,\n "lat": 49.3560013,\n "lon": 3.8368465,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542240,\n "lat": 49.3558430,\n "lon": 3.8367638,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542241,\n "lat": 49.3558925,\n "lon": 3.8368387,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542242,\n "lat": 49.3559758,\n "lon": 3.8367227,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542243,\n "lat": 49.3559661,\n "lon": 3.8367059,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542244,\n "lat": 49.3559755,\n "lon": 3.8366917,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542245,\n "lat": 49.3559202,\n "lon": 3.8366087,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542246,\n "lat": 49.3558788,\n "lon": 3.8366708,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542247,\n "lat": 49.3558917,\n "lon": 3.8366922,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542248,\n "lat": 49.3562473,\n "lon": 3.8368623,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542249,\n "lat": 49.3561582,\n "lon": 3.8370449,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542250,\n "lat": 49.3561955,\n "lon": 3.8370875,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542251,\n "lat": 49.3562828,\n "lon": 3.8369050,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542252,\n "lat": 49.3575941,\n "lon": 3.8368706,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542253,\n "lat": 49.3575435,\n "lon": 3.8368564,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542254,\n "lat": 49.3575297,\n "lon": 3.8369922,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542255,\n "lat": 49.3575290,\n "lon": 3.8370224,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542256,\n "lat": 49.3575697,\n "lon": 3.8370437,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542257,\n "lat": 49.3575799,\n "lon": 3.8369973,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542258,\n "lat": 49.3576278,\n "lon": 3.8370091,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542259,\n "lat": 49.3576330,\n "lon": 3.8370369,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542260,\n "lat": 49.3576514,\n "lon": 3.8370295,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542261,\n "lat": 49.3576482,\n "lon": 3.8370092,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542262,\n "lat": 49.3576547,\n "lon": 3.8369272,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542263,\n "lat": 49.3575902,\n "lon": 3.8369084,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542264,\n "lat": 49.3566956,\n "lon": 3.8374177,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542265,\n "lat": 49.3565983,\n "lon": 3.8372865,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542266,\n "lat": 49.3564769,\n "lon": 3.8371443,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542267,\n "lat": 49.3564370,\n "lon": 3.8371460,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542268,\n "lat": 49.3563459,\n "lon": 3.8372695,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542269,\n "lat": 49.3563043,\n "lon": 3.8373428,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542270,\n "lat": 49.3563889,\n "lon": 3.8375082,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542271,\n "lat": 49.3563815,\n "lon": 3.8375204,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542272,\n "lat": 49.3564322,\n "lon": 3.8376108,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542273,\n "lat": 49.3565280,\n "lon": 3.8374804,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542274,\n "lat": 49.3564379,\n "lon": 3.8373174,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542275,\n "lat": 49.3564545,\n "lon": 3.8372951,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542276,\n "lat": 49.3564615,\n "lon": 3.8373066,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542277,\n "lat": 49.3564943,\n "lon": 3.8372637,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542278,\n "lat": 49.3565763,\n "lon": 3.8373591,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542279,\n "lat": 49.3566561,\n "lon": 3.8374675,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542280,\n "lat": 49.3561920,\n "lon": 3.8370836,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542281,\n "lat": 49.3561359,\n "lon": 3.8370194,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542282,\n "lat": 49.3561021,\n "lon": 3.8370828,\n "timestamp": "2017-03-08T06:14:30Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542283,\n "lat": 49.3561578,\n "lon": 3.8371481,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542284,\n "lat": 49.3573989,\n "lon": 3.8361767,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542285,\n "lat": 49.3574680,\n "lon": 3.8361164,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542286,\n "lat": 49.3574765,\n "lon": 3.8361449,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542287,\n "lat": 49.3574657,\n "lon": 3.8361554,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542288,\n "lat": 49.3574795,\n "lon": 3.8362003,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542289,\n "lat": 49.3574897,\n "lon": 3.8361922,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542290,\n "lat": 49.3575032,\n "lon": 3.8362367,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542291,\n "lat": 49.3575584,\n "lon": 3.8361934,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542292,\n "lat": 49.3575086,\n "lon": 3.8360187,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542293,\n "lat": 49.3575022,\n "lon": 3.8360249,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542294,\n "lat": 49.3574685,\n "lon": 3.8359315,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542295,\n "lat": 49.3574365,\n "lon": 3.8362769,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542296,\n "lat": 49.3574538,\n "lon": 3.8363283,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542297,\n "lat": 49.3574705,\n "lon": 3.8363155,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542298,\n "lat": 49.3574534,\n "lon": 3.8362641,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542299,\n "lat": 49.3575254,\n "lon": 3.8363141,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542300,\n "lat": 49.3576179,\n "lon": 3.8362385,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542301,\n "lat": 49.3575924,\n "lon": 3.8361629,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542302,\n "lat": 49.3575825,\n "lon": 3.8361746,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542303,\n "lat": 49.3574658,\n "lon": 3.8363629,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542304,\n "lat": 49.3574893,\n "lon": 3.8364297,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542305,\n "lat": 49.3575441,\n "lon": 3.8363799,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542306,\n "lat": 49.3575564,\n "lon": 3.8364137,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542307,\n "lat": 49.3576031,\n "lon": 3.8363579,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542308,\n "lat": 49.3576395,\n "lon": 3.8363015,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542309,\n "lat": 49.3567191,\n "lon": 3.8360520,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542310,\n "lat": 49.3567987,\n "lon": 3.8360347,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542311,\n "lat": 49.3567854,\n "lon": 3.8358353,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542312,\n "lat": 49.3567036,\n "lon": 3.8358707,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542313,\n "lat": 49.3568151,\n "lon": 3.8360290,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542314,\n "lat": 49.3568048,\n "lon": 3.8361106,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542315,\n "lat": 49.3569100,\n "lon": 3.8361422,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542316,\n "lat": 49.3569112,\n "lon": 3.8361352,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542317,\n "lat": 49.3569432,\n "lon": 3.8361448,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542318,\n "lat": 49.3569311,\n "lon": 3.8362016,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542319,\n "lat": 49.3569495,\n "lon": 3.8362070,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542320,\n "lat": 49.3569788,\n "lon": 3.8360524,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542321,\n "lat": 49.3568198,\n "lon": 3.8359916,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542322,\n "lat": 49.3569695,\n "lon": 3.8358037,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542323,\n "lat": 49.3569544,\n "lon": 3.8359092,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542324,\n "lat": 49.3570277,\n "lon": 3.8359560,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542325,\n "lat": 49.3570748,\n "lon": 3.8359967,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542326,\n "lat": 49.3571333,\n "lon": 3.8358642,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542327,\n "lat": 49.3570745,\n "lon": 3.8358150,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542328,\n "lat": 49.3570458,\n "lon": 3.8358974,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542329,\n "lat": 49.3570038,\n "lon": 3.8358638,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542330,\n "lat": 49.3570090,\n "lon": 3.8358259,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542331,\n "lat": 49.3568880,\n "lon": 3.8367777,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542332,\n "lat": 49.3569316,\n "lon": 3.8368045,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542333,\n "lat": 49.3569731,\n "lon": 3.8366317,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542334,\n "lat": 49.3570069,\n "lon": 3.8366498,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542335,\n "lat": 49.3570243,\n "lon": 3.8365812,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542336,\n "lat": 49.3569664,\n "lon": 3.8365474,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542337,\n "lat": 49.3569460,\n "lon": 3.8365379,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542338,\n "lat": 49.3568132,\n "lon": 3.8365632,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542339,\n "lat": 49.3568820,\n "lon": 3.8366084,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542340,\n "lat": 49.3568997,\n "lon": 3.8365373,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542341,\n "lat": 49.3569128,\n "lon": 3.8365442,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542342,\n "lat": 49.3569286,\n "lon": 3.8364713,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542343,\n "lat": 49.3569186,\n "lon": 3.8364655,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542344,\n "lat": 49.3569228,\n "lon": 3.8364489,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542345,\n "lat": 49.3568555,\n "lon": 3.8364086,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542346,\n "lat": 49.3571000,\n "lon": 3.8360145,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542347,\n "lat": 49.3571247,\n "lon": 3.8359615,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542348,\n "lat": 49.3571621,\n "lon": 3.8359976,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542349,\n "lat": 49.3571923,\n "lon": 3.8359250,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542350,\n "lat": 49.3568969,\n "lon": 3.8367409,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542351,\n "lat": 49.3569178,\n "lon": 3.8366545,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542352,\n "lat": 49.3568771,\n "lon": 3.8366286,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542353,\n "lat": 49.3568529,\n "lon": 3.8367164,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542354,\n "lat": 49.3570296,\n "lon": 3.8361994,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542355,\n "lat": 49.3571037,\n "lon": 3.8362557,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542356,\n "lat": 49.3571411,\n "lon": 3.8361476,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542357,\n "lat": 49.3570859,\n "lon": 3.8361035,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542358,\n "lat": 49.3570666,\n "lon": 3.8360917,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542359,\n "lat": 49.3570833,\n "lon": 3.8366156,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542360,\n "lat": 49.3570597,\n "lon": 3.8367092,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542361,\n "lat": 49.3570526,\n "lon": 3.8367044,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542362,\n "lat": 49.3570423,\n "lon": 3.8367390,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542363,\n "lat": 49.3570921,\n "lon": 3.8367696,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542364,\n "lat": 49.3571024,\n "lon": 3.8367326,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542365,\n "lat": 49.3571191,\n "lon": 3.8367435,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542366,\n "lat": 49.3571226,\n "lon": 3.8367310,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542367,\n "lat": 49.3571671,\n "lon": 3.8367609,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542368,\n "lat": 49.3571442,\n "lon": 3.8368597,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542369,\n "lat": 49.3571649,\n "lon": 3.8368704,\n "timestamp": "2017-03-08T06:14:31Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542370,\n "lat": 49.3571904,\n "lon": 3.8367865,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542371,\n "lat": 49.3572091,\n "lon": 3.8366934,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542372,\n "lat": 49.3571593,\n "lon": 3.8366591,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542373,\n "lat": 49.3571476,\n "lon": 3.8369273,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542374,\n "lat": 49.3571943,\n "lon": 3.8369533,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542375,\n "lat": 49.3572082,\n "lon": 3.8369398,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542376,\n "lat": 49.3572900,\n "lon": 3.8366004,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542377,\n "lat": 49.3574627,\n "lon": 3.8366385,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542378,\n "lat": 49.3574675,\n "lon": 3.8365554,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542379,\n "lat": 49.3574760,\n "lon": 3.8365555,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542380,\n "lat": 49.3574761,\n "lon": 3.8365433,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542381,\n "lat": 49.3574684,\n "lon": 3.8365423,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542382,\n "lat": 49.3574650,\n "lon": 3.8364769,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542383,\n "lat": 49.3574603,\n "lon": 3.8364641,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542384,\n "lat": 49.3573418,\n "lon": 3.8364360,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542385,\n "lat": 49.3573356,\n "lon": 3.8364770,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542386,\n "lat": 49.3573075,\n "lon": 3.8364707,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542387,\n "lat": 49.3573021,\n "lon": 3.8365066,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542388,\n "lat": 49.3572266,\n "lon": 3.8364864,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542389,\n "lat": 49.3572154,\n "lon": 3.8365829,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542390,\n "lat": 49.3572265,\n "lon": 3.8365859,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542391,\n "lat": 49.3571099,\n "lon": 3.8362377,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542392,\n "lat": 49.3572172,\n "lon": 3.8363280,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542393,\n "lat": 49.3572531,\n "lon": 3.8362444,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542394,\n "lat": 49.3574391,\n "lon": 3.8364060,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542395,\n "lat": 49.3574241,\n "lon": 3.8363629,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542396,\n "lat": 49.3573684,\n "lon": 3.8363636,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542397,\n "lat": 49.3573704,\n "lon": 3.8364107,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542398,\n "lat": 49.3574076,\n "lon": 3.8363215,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542399,\n "lat": 49.3573545,\n "lon": 3.8363277,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542400,\n "lat": 49.3572824,\n "lon": 3.8362858,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542401,\n "lat": 49.3572453,\n "lon": 3.8362618,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542402,\n "lat": 49.3572646,\n "lon": 3.8363639,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542403,\n "lat": 49.3573524,\n "lon": 3.8364105,\n "timestamp": "2017-03-08T06:14:32Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542489,\n "lat": 49.3585909,\n "lon": 3.8364671,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542490,\n "lat": 49.3586038,\n "lon": 3.8365277,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542491,\n "lat": 49.3585950,\n "lon": 3.8365323,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542492,\n "lat": 49.3586078,\n "lon": 3.8365880,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542493,\n "lat": 49.3586929,\n "lon": 3.8365445,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542494,\n "lat": 49.3586779,\n "lon": 3.8364706,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542495,\n "lat": 49.3586651,\n "lon": 3.8364769,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542496,\n "lat": 49.3586562,\n "lon": 3.8364331,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542497,\n "lat": 49.3586664,\n "lon": 3.8364275,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542498,\n "lat": 49.3587407,\n "lon": 3.8360121,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542499,\n "lat": 49.3586960,\n "lon": 3.8360223,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542500,\n "lat": 49.3586443,\n "lon": 3.8360460,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542501,\n "lat": 49.3586693,\n "lon": 3.8361744,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542502,\n "lat": 49.3587201,\n "lon": 3.8361540,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542503,\n "lat": 49.3587127,\n "lon": 3.8361131,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542504,\n "lat": 49.3587567,\n "lon": 3.8360922,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542505,\n "lat": 49.3590116,\n "lon": 3.8353702,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542506,\n "lat": 49.3588436,\n "lon": 3.8354007,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542507,\n "lat": 49.3588654,\n "lon": 3.8356852,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542508,\n "lat": 49.3589187,\n "lon": 3.8356763,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542509,\n "lat": 49.3589063,\n "lon": 3.8354794,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542510,\n "lat": 49.3590180,\n "lon": 3.8354591,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542511,\n "lat": 49.3587350,\n "lon": 3.8354064,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542512,\n "lat": 49.3587328,\n "lon": 3.8353959,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542513,\n "lat": 49.3586728,\n "lon": 3.8354121,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542514,\n "lat": 49.3586959,\n "lon": 3.8355736,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542515,\n "lat": 49.3586184,\n "lon": 3.8356057,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542516,\n "lat": 49.3586319,\n "lon": 3.8356726,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542517,\n "lat": 49.3587698,\n "lon": 3.8356204,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542518,\n "lat": 49.3588768,\n "lon": 3.8349740,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542519,\n "lat": 49.3588475,\n "lon": 3.8348081,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542520,\n "lat": 49.3588240,\n "lon": 3.8348188,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542521,\n "lat": 49.3587924,\n "lon": 3.8348297,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542522,\n "lat": 49.3588224,\n "lon": 3.8349943,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542523,\n "lat": 49.3586610,\n "lon": 3.8348575,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542524,\n "lat": 49.3586998,\n "lon": 3.8348429,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542525,\n "lat": 49.3586879,\n "lon": 3.8347564,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542526,\n "lat": 49.3586491,\n "lon": 3.8347714,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542527,\n "lat": 49.3588206,\n "lon": 3.8346566,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542528,\n "lat": 49.3587812,\n "lon": 3.8343782,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542529,\n "lat": 49.3587118,\n "lon": 3.8344071,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542530,\n "lat": 49.3587247,\n "lon": 3.8344929,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542531,\n "lat": 49.3587286,\n "lon": 3.8344913,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542532,\n "lat": 49.3587478,\n "lon": 3.8346156,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542533,\n "lat": 49.3587601,\n "lon": 3.8346801,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542534,\n "lat": 49.3586825,\n "lon": 3.8346749,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542535,\n "lat": 49.3586505,\n "lon": 3.8345054,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542536,\n "lat": 49.3586051,\n "lon": 3.8345242,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542537,\n "lat": 49.3586373,\n "lon": 3.8347017,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542538,\n "lat": 49.3579822,\n "lon": 3.8354145,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542539,\n "lat": 49.3579949,\n "lon": 3.8355070,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542540,\n "lat": 49.3581355,\n "lon": 3.8354539,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542541,\n "lat": 49.3581226,\n "lon": 3.8353613,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542542,\n "lat": 49.3580911,\n "lon": 3.8357070,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542543,\n "lat": 49.3581774,\n "lon": 3.8356479,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542544,\n "lat": 49.3581490,\n "lon": 3.8355516,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542545,\n "lat": 49.3580988,\n "lon": 3.8356110,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542546,\n "lat": 49.3580667,\n "lon": 3.8356420,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542547,\n "lat": 49.3583364,\n "lon": 3.8346320,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542548,\n "lat": 49.3583473,\n "lon": 3.8346330,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542549,\n "lat": 49.3583472,\n "lon": 3.8346556,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542550,\n "lat": 49.3584259,\n "lon": 3.8346651,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542551,\n "lat": 49.3584319,\n "lon": 3.8345454,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542552,\n "lat": 49.3583731,\n "lon": 3.8345390,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542553,\n "lat": 49.3583732,\n "lon": 3.8345220,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542554,\n "lat": 49.3583396,\n "lon": 3.8345200,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542555,\n "lat": 49.3583846,\n "lon": 3.8360458,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542556,\n "lat": 49.3583259,\n "lon": 3.8358151,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542557,\n "lat": 49.3582675,\n "lon": 3.8358533,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542558,\n "lat": 49.3583057,\n "lon": 3.8360022,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542559,\n "lat": 49.3582704,\n "lon": 3.8360242,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542560,\n "lat": 49.3582893,\n "lon": 3.8361039,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542561,\n "lat": 49.3584250,\n "lon": 3.8365389,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542562,\n "lat": 49.3583496,\n "lon": 3.8365854,\n "timestamp": "2017-03-08T06:14:34Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542563,\n "lat": 49.3583644,\n "lon": 3.8366406,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542564,\n "lat": 49.3583849,\n "lon": 3.8366298,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542565,\n "lat": 49.3584045,\n "lon": 3.8367086,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542566,\n "lat": 49.3584608,\n "lon": 3.8366755,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542567,\n "lat": 49.3582817,\n "lon": 3.8359087,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542568,\n "lat": 49.3582746,\n "lon": 3.8359127,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542569,\n "lat": 49.3582776,\n "lon": 3.8359242,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542570,\n "lat": 49.3582846,\n "lon": 3.8359201,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542571,\n "lat": 49.3582029,\n "lon": 3.8357277,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542572,\n "lat": 49.3581725,\n "lon": 3.8357465,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542573,\n "lat": 49.3581792,\n "lon": 3.8357686,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542574,\n "lat": 49.3582083,\n "lon": 3.8357525,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542575,\n "lat": 49.3581957,\n "lon": 3.8359441,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542576,\n "lat": 49.3581398,\n "lon": 3.8359731,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542577,\n "lat": 49.3581555,\n "lon": 3.8360449,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542578,\n "lat": 49.3581942,\n "lon": 3.8362430,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542579,\n "lat": 49.3582026,\n "lon": 3.8362653,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542580,\n "lat": 49.3581794,\n "lon": 3.8362799,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542581,\n "lat": 49.3581658,\n "lon": 3.8362624,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542582,\n "lat": 49.3579853,\n "lon": 3.8363746,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542583,\n "lat": 49.3580007,\n "lon": 3.8364351,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542584,\n "lat": 49.3579927,\n "lon": 3.8364413,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542585,\n "lat": 49.3579964,\n "lon": 3.8364600,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542586,\n "lat": 49.3580055,\n "lon": 3.8364525,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542587,\n "lat": 49.3580088,\n "lon": 3.8364633,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542588,\n "lat": 49.3581911,\n "lon": 3.8363447,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542589,\n "lat": 49.3581974,\n "lon": 3.8363655,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542590,\n "lat": 49.3581844,\n "lon": 3.8363723,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542591,\n "lat": 49.3581986,\n "lon": 3.8364468,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542592,\n "lat": 49.3582888,\n "lon": 3.8364002,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542593,\n "lat": 49.3581713,\n "lon": 3.8357426,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542594,\n "lat": 49.3581152,\n "lon": 3.8357797,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542595,\n "lat": 49.3581388,\n "lon": 3.8358869,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542596,\n "lat": 49.3580020,\n "lon": 3.8360000,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542597,\n "lat": 49.3580226,\n "lon": 3.8360607,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542598,\n "lat": 49.3582184,\n "lon": 3.8359323,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542599,\n "lat": 49.3584288,\n "lon": 3.8355400,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542600,\n "lat": 49.3584703,\n "lon": 3.8357072,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542601,\n "lat": 49.3584777,\n "lon": 3.8357026,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542602,\n "lat": 49.3584888,\n "lon": 3.8357546,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542603,\n "lat": 49.3584791,\n "lon": 3.8357625,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542604,\n "lat": 49.3584860,\n "lon": 3.8357913,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542605,\n "lat": 49.3584975,\n "lon": 3.8357757,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542606,\n "lat": 49.3585546,\n "lon": 3.8357488,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542607,\n "lat": 49.3585214,\n "lon": 3.8356018,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542608,\n "lat": 49.3585362,\n "lon": 3.8355924,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542609,\n "lat": 49.3585176,\n "lon": 3.8355366,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542610,\n "lat": 49.3584916,\n "lon": 3.8355484,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542611,\n "lat": 49.3584790,\n "lon": 3.8355029,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542612,\n "lat": 49.3582204,\n "lon": 3.8360650,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542613,\n "lat": 49.3582436,\n "lon": 3.8360521,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542614,\n "lat": 49.3579622,\n "lon": 3.8365496,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542615,\n "lat": 49.3579949,\n "lon": 3.8365351,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542616,\n "lat": 49.3579838,\n "lon": 3.8364984,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542617,\n "lat": 49.3579880,\n "lon": 3.8364949,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542618,\n "lat": 49.3579672,\n "lon": 3.8364316,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542619,\n "lat": 49.3579321,\n "lon": 3.8364541,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542620,\n "lat": 49.3584490,\n "lon": 3.8361461,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542621,\n "lat": 49.3584747,\n "lon": 3.8362434,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542622,\n "lat": 49.3585301,\n "lon": 3.8362108,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542623,\n "lat": 49.3585087,\n "lon": 3.8361148,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542624,\n "lat": 49.3585061,\n "lon": 3.8359674,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542625,\n "lat": 49.3585366,\n "lon": 3.8361011,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542626,\n "lat": 49.3586190,\n "lon": 3.8360598,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542627,\n "lat": 49.3585885,\n "lon": 3.8359188,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542628,\n "lat": 49.3585897,\n "lon": 3.8356969,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542629,\n "lat": 49.3586331,\n "lon": 3.8356785,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542630,\n "lat": 49.3585705,\n "lon": 3.8356249,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542631,\n "lat": 49.3585759,\n "lon": 3.8356597,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542632,\n "lat": 49.3585820,\n "lon": 3.8356573,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542633,\n "lat": 49.3584851,\n "lon": 3.8362888,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542634,\n "lat": 49.3585409,\n "lon": 3.8362570,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542635,\n "lat": 49.3585295,\n "lon": 3.8359539,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542636,\n "lat": 49.3586088,\n "lon": 3.8359068,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542637,\n "lat": 49.3585757,\n "lon": 3.8357797,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542638,\n "lat": 49.3584984,\n "lon": 3.8358247,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542639,\n "lat": 49.3576995,\n "lon": 3.8358847,\n "timestamp": "2017-03-08T06:14:35Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542640,\n "lat": 49.3577210,\n "lon": 3.8359612,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542641,\n "lat": 49.3578383,\n "lon": 3.8358843,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542642,\n "lat": 49.3578358,\n "lon": 3.8358679,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542643,\n "lat": 49.3578429,\n "lon": 3.8358589,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542644,\n "lat": 49.3578435,\n "lon": 3.8358493,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542645,\n "lat": 49.3578376,\n "lon": 3.8358372,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542646,\n "lat": 49.3578308,\n "lon": 3.8358359,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542647,\n "lat": 49.3578161,\n "lon": 3.8358465,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542648,\n "lat": 49.3578060,\n "lon": 3.8358124,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542649,\n "lat": 49.3582341,\n "lon": 3.8356093,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542650,\n "lat": 49.3582280,\n "lon": 3.8355840,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542651,\n "lat": 49.3581925,\n "lon": 3.8356094,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542652,\n "lat": 49.3581858,\n "lon": 3.8355881,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542653,\n "lat": 49.3581663,\n "lon": 3.8355821,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542654,\n "lat": 49.3581593,\n "lon": 3.8355865,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542655,\n "lat": 49.3581696,\n "lon": 3.8354522,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542656,\n "lat": 49.3582366,\n "lon": 3.8354125,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542657,\n "lat": 49.3582194,\n "lon": 3.8353578,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542658,\n "lat": 49.3582102,\n "lon": 3.8353062,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542659,\n "lat": 49.3581803,\n "lon": 3.8351890,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542660,\n "lat": 49.3581131,\n "lon": 3.8352199,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542661,\n "lat": 49.3581851,\n "lon": 3.8355157,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542662,\n "lat": 49.3582511,\n "lon": 3.8354730,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542663,\n "lat": 49.3578940,\n "lon": 3.8357995,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542664,\n "lat": 49.3578821,\n "lon": 3.8357686,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542665,\n "lat": 49.3578603,\n "lon": 3.8357882,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542666,\n "lat": 49.3578722,\n "lon": 3.8358210,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542667,\n "lat": 49.3584311,\n "lon": 3.8348520,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542668,\n "lat": 49.3584522,\n "lon": 3.8348434,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542669,\n "lat": 49.3584602,\n "lon": 3.8348899,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542670,\n "lat": 49.3585264,\n "lon": 3.8348627,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542671,\n "lat": 49.3584982,\n "lon": 3.8346813,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542672,\n "lat": 49.3584430,\n "lon": 3.8346999,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542673,\n "lat": 49.3584504,\n "lon": 3.8347408,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542674,\n "lat": 49.3584375,\n "lon": 3.8347475,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542675,\n "lat": 49.3584423,\n "lon": 3.8347712,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542676,\n "lat": 49.3584198,\n "lon": 3.8347803,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542677,\n "lat": 49.3586371,\n "lon": 3.8351833,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542678,\n "lat": 49.3584747,\n "lon": 3.8351351,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542679,\n "lat": 49.3584658,\n "lon": 3.8352298,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542680,\n "lat": 49.3585601,\n "lon": 3.8352596,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542681,\n "lat": 49.3586094,\n "lon": 3.8353005,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542682,\n "lat": 49.3577316,\n "lon": 3.8359975,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542683,\n "lat": 49.3576711,\n "lon": 3.8360354,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542684,\n "lat": 49.3576784,\n "lon": 3.8360698,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542685,\n "lat": 49.3577386,\n "lon": 3.8360215,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542686,\n "lat": 49.3582667,\n "lon": 3.8353945,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542687,\n "lat": 49.3582885,\n "lon": 3.8354939,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542688,\n "lat": 49.3583832,\n "lon": 3.8354484,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542689,\n "lat": 49.3583626,\n "lon": 3.8353460,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542690,\n "lat": 49.3584841,\n "lon": 3.8354260,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542691,\n "lat": 49.3585313,\n "lon": 3.8353933,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542692,\n "lat": 49.3585123,\n "lon": 3.8353371,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542693,\n "lat": 49.3584667,\n "lon": 3.8353664,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542694,\n "lat": 49.3584038,\n "lon": 3.8352852,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542695,\n "lat": 49.3584207,\n "lon": 3.8352716,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542696,\n "lat": 49.3584047,\n "lon": 3.8352118,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542697,\n "lat": 49.3583867,\n "lon": 3.8352238,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542698,\n "lat": 49.3587855,\n "lon": 3.8369732,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542699,\n "lat": 49.3587644,\n "lon": 3.8368760,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542700,\n "lat": 49.3586725,\n "lon": 3.8369250,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542701,\n "lat": 49.3586818,\n "lon": 3.8369706,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542702,\n "lat": 49.3586716,\n "lon": 3.8369758,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542703,\n "lat": 49.3586823,\n "lon": 3.8370263,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542704,\n "lat": 49.3586544,\n "lon": 3.8368680,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542705,\n "lat": 49.3587118,\n "lon": 3.8368329,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542706,\n "lat": 49.3587043,\n "lon": 3.8368026,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542707,\n "lat": 49.3587555,\n "lon": 3.8367701,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542708,\n "lat": 49.3587190,\n "lon": 3.8366309,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542709,\n "lat": 49.3586586,\n "lon": 3.8366694,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542710,\n "lat": 49.3586769,\n "lon": 3.8367402,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542711,\n "lat": 49.3586282,\n "lon": 3.8367694,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542712,\n "lat": 49.3577773,\n "lon": 3.8350669,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542713,\n "lat": 49.3577875,\n "lon": 3.8351022,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542714,\n "lat": 49.3578048,\n "lon": 3.8350897,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542715,\n "lat": 49.3577953,\n "lon": 3.8350560,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542716,\n "lat": 49.3585322,\n "lon": 3.8355317,\n "timestamp": "2017-03-08T06:14:36Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542717,\n "lat": 49.3585368,\n "lon": 3.8355603,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542718,\n "lat": 49.3585850,\n "lon": 3.8355414,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542719,\n "lat": 49.3585800,\n "lon": 3.8355134,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542720,\n "lat": 49.3595791,\n "lon": 3.8387328,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542721,\n "lat": 49.3596298,\n "lon": 3.8386547,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542722,\n "lat": 49.3595100,\n "lon": 3.8384795,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542723,\n "lat": 49.3594840,\n "lon": 3.8385169,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542724,\n "lat": 49.3594625,\n "lon": 3.8385555,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542725,\n "lat": 49.3564020,\n "lon": 3.8394492,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542726,\n "lat": 49.3564549,\n "lon": 3.8393456,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542727,\n "lat": 49.3563990,\n "lon": 3.8392775,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542728,\n "lat": 49.3563469,\n "lon": 3.8393826,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542729,\n "lat": 49.3565844,\n "lon": 3.8394484,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542730,\n "lat": 49.3566288,\n "lon": 3.8393503,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542731,\n "lat": 49.3565238,\n "lon": 3.8392433,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542732,\n "lat": 49.3564800,\n "lon": 3.8393426,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542733,\n "lat": 49.3566333,\n "lon": 3.8393402,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542734,\n "lat": 49.3565896,\n "lon": 3.8394367,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542735,\n "lat": 49.3558931,\n "lon": 3.8391237,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542736,\n "lat": 49.3559735,\n "lon": 3.8392353,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542737,\n "lat": 49.3560309,\n "lon": 3.8391365,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542738,\n "lat": 49.3560063,\n "lon": 3.8390971,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542739,\n "lat": 49.3559986,\n "lon": 3.8391113,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542740,\n "lat": 49.3559449,\n "lon": 3.8390366,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542741,\n "lat": 49.3560576,\n "lon": 3.8391836,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542742,\n "lat": 49.3561107,\n "lon": 3.8390938,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542743,\n "lat": 49.3561444,\n "lon": 3.8393090,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542744,\n "lat": 49.3561968,\n "lon": 3.8392147,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542745,\n "lat": 49.3563449,\n "lon": 3.8393865,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542746,\n "lat": 49.3563938,\n "lon": 3.8392880,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542747,\n "lat": 49.3563028,\n "lon": 3.8391817,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542748,\n "lat": 49.3562482,\n "lon": 3.8392722,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542749,\n "lat": 49.3567059,\n "lon": 3.8395553,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542750,\n "lat": 49.3567477,\n "lon": 3.8394559,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542751,\n "lat": 49.3572399,\n "lon": 3.8397942,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542752,\n "lat": 49.3572655,\n "lon": 3.8396906,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542753,\n "lat": 49.3572275,\n "lon": 3.8396617,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542754,\n "lat": 49.3572074,\n "lon": 3.8396403,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542755,\n "lat": 49.3571699,\n "lon": 3.8397373,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542756,\n "lat": 49.3575280,\n "lon": 3.8394975,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542757,\n "lat": 49.3575306,\n "lon": 3.8394485,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542758,\n "lat": 49.3574949,\n "lon": 3.8394413,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542759,\n "lat": 49.3569112,\n "lon": 3.8396612,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542760,\n "lat": 49.3569312,\n "lon": 3.8397569,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542761,\n "lat": 49.3569705,\n "lon": 3.8397397,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542762,\n "lat": 49.3569735,\n "lon": 3.8397524,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542763,\n "lat": 49.3570364,\n "lon": 3.8397229,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542764,\n "lat": 49.3570043,\n "lon": 3.8395599,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542765,\n "lat": 49.3569631,\n "lon": 3.8395779,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542766,\n "lat": 49.3569759,\n "lon": 3.8396452,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542767,\n "lat": 49.3569567,\n "lon": 3.8396537,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542768,\n "lat": 49.3569539,\n "lon": 3.8396421,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542769,\n "lat": 49.3565207,\n "lon": 3.8387886,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542770,\n "lat": 49.3563925,\n "lon": 3.8388898,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542771,\n "lat": 49.3565076,\n "lon": 3.8389149,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542772,\n "lat": 49.3575319,\n "lon": 3.8373433,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542773,\n "lat": 49.3574795,\n "lon": 3.8373462,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542774,\n "lat": 49.3574829,\n "lon": 3.8374171,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542775,\n "lat": 49.3575419,\n "lon": 3.8374053,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542776,\n "lat": 49.3572107,\n "lon": 3.8372756,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542778,\n "lat": 49.3571836,\n "lon": 3.8375053,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542779,\n "lat": 49.3572305,\n "lon": 3.8374869,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542780,\n "lat": 49.3572240,\n "lon": 3.8374441,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542781,\n "lat": 49.3572375,\n "lon": 3.8374384,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542782,\n "lat": 49.3574285,\n "lon": 3.8377238,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542783,\n "lat": 49.3574008,\n "lon": 3.8377300,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542784,\n "lat": 49.3574139,\n "lon": 3.8378728,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542785,\n "lat": 49.3574561,\n "lon": 3.8378653,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542786,\n "lat": 49.3574547,\n "lon": 3.8378427,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542787,\n "lat": 49.3574694,\n "lon": 3.8378393,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542788,\n "lat": 49.3574585,\n "lon": 3.8377172,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542789,\n "lat": 49.3571535,\n "lon": 3.8375211,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542790,\n "lat": 49.3571393,\n "lon": 3.8374600,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542791,\n "lat": 49.3570565,\n "lon": 3.8375052,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542792,\n "lat": 49.3570723,\n "lon": 3.8375667,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542793,\n "lat": 49.3573904,\n "lon": 3.8377319,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542794,\n "lat": 49.3572210,\n "lon": 3.8377843,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542795,\n "lat": 49.3571611,\n "lon": 3.8377868,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542796,\n "lat": 49.3570896,\n "lon": 3.8378110,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542797,\n "lat": 49.3570669,\n "lon": 3.8377363,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542798,\n "lat": 49.3570146,\n "lon": 3.8377551,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542799,\n "lat": 49.3570597,\n "lon": 3.8378986,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542800,\n "lat": 49.3571797,\n "lon": 3.8378585,\n "timestamp": "2017-03-08T06:14:37Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542801,\n "lat": 49.3573376,\n "lon": 3.8378352,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542802,\n "lat": 49.3573540,\n "lon": 3.8380027,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542803,\n "lat": 49.3574175,\n "lon": 3.8379865,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542804,\n "lat": 49.3574685,\n "lon": 3.8378623,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542805,\n "lat": 49.3574661,\n "lon": 3.8378401,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542806,\n "lat": 49.3570337,\n "lon": 3.8372703,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542807,\n "lat": 49.3569356,\n "lon": 3.8374362,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542808,\n "lat": 49.3569384,\n "lon": 3.8374793,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542809,\n "lat": 49.3570035,\n "lon": 3.8374402,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542810,\n "lat": 49.3570767,\n "lon": 3.8373372,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542811,\n "lat": 49.3570437,\n "lon": 3.8375835,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542812,\n "lat": 49.3570295,\n "lon": 3.8375283,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542813,\n "lat": 49.3569772,\n "lon": 3.8376213,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542814,\n "lat": 49.3573640,\n "lon": 3.8380001,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542815,\n "lat": 49.3573814,\n "lon": 3.8381370,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542816,\n "lat": 49.3574415,\n "lon": 3.8382583,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542817,\n "lat": 49.3574239,\n "lon": 3.8380710,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542818,\n "lat": 49.3570739,\n "lon": 3.8373411,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542819,\n "lat": 49.3570610,\n "lon": 3.8373592,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542820,\n "lat": 49.3570753,\n "lon": 3.8373803,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542821,\n "lat": 49.3570877,\n "lon": 3.8373626,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542822,\n "lat": 49.3568729,\n "lon": 3.8376535,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542823,\n "lat": 49.3568118,\n "lon": 3.8377381,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542824,\n "lat": 49.3567020,\n "lon": 3.8379227,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542831,\n "lat": 49.3568786,\n "lon": 3.8382268,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542840,\n "lat": 49.3569865,\n "lon": 3.8379354,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542841,\n "lat": 49.3569155,\n "lon": 3.8379988,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542842,\n "lat": 49.3569703,\n "lon": 3.8381415,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542843,\n "lat": 49.3570411,\n "lon": 3.8380754,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542844,\n "lat": 49.3568858,\n "lon": 3.8381559,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542845,\n "lat": 49.3569042,\n "lon": 3.8382038,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542846,\n "lat": 49.3569374,\n "lon": 3.8381726,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542847,\n "lat": 49.3569200,\n "lon": 3.8381247,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542848,\n "lat": 49.3571009,\n "lon": 3.8380272,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542849,\n "lat": 49.3571171,\n "lon": 3.8380759,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542850,\n "lat": 49.3571413,\n "lon": 3.8380702,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542851,\n "lat": 49.3571241,\n "lon": 3.8380129,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542852,\n "lat": 49.3565956,\n "lon": 3.8378864,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542853,\n "lat": 49.3564222,\n "lon": 3.8375939,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542854,\n "lat": 49.3563258,\n "lon": 3.8377210,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542855,\n "lat": 49.3564675,\n "lon": 3.8379484,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542856,\n "lat": 49.3565161,\n "lon": 3.8380347,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542857,\n "lat": 49.3565433,\n "lon": 3.8379729,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542858,\n "lat": 49.3568718,\n "lon": 3.8382373,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542859,\n "lat": 49.3568339,\n "lon": 3.8382962,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542860,\n "lat": 49.3568989,\n "lon": 3.8383987,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542861,\n "lat": 49.3569366,\n "lon": 3.8383403,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542862,\n "lat": 49.3562081,\n "lon": 3.8375534,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542863,\n "lat": 49.3561569,\n "lon": 3.8376218,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542864,\n "lat": 49.3562193,\n "lon": 3.8377186,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542865,\n "lat": 49.3562112,\n "lon": 3.8377331,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542866,\n "lat": 49.3562431,\n "lon": 3.8377863,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542867,\n "lat": 49.3563029,\n "lon": 3.8377021,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542868,\n "lat": 49.3571151,\n "lon": 3.8383420,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542869,\n "lat": 49.3570449,\n "lon": 3.8384051,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542870,\n "lat": 49.3570983,\n "lon": 3.8385399,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542871,\n "lat": 49.3571671,\n "lon": 3.8384778,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542878,\n "lat": 49.3569420,\n "lon": 3.8386589,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542879,\n "lat": 49.3569601,\n "lon": 3.8387333,\n "timestamp": "2017-03-08T06:14:38Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542885,\n "lat": 49.3570973,\n "lon": 3.8383580,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542886,\n "lat": 49.3570747,\n "lon": 3.8382969,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542887,\n "lat": 49.3570648,\n "lon": 3.8383043,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542888,\n "lat": 49.3570406,\n "lon": 3.8382407,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542889,\n "lat": 49.3570500,\n "lon": 3.8382337,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542890,\n "lat": 49.3570198,\n "lon": 3.8381518,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542891,\n "lat": 49.3569523,\n "lon": 3.8382107,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542892,\n "lat": 49.3570334,\n "lon": 3.8384187,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542893,\n "lat": 49.3563589,\n "lon": 3.8377875,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542894,\n "lat": 49.3562532,\n "lon": 3.8377720,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542895,\n "lat": 49.3563145,\n "lon": 3.8378701,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542896,\n "lat": 49.3563341,\n "lon": 3.8378422,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542897,\n "lat": 49.3563374,\n "lon": 3.8378475,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542898,\n "lat": 49.3563521,\n "lon": 3.8378267,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542899,\n "lat": 49.3563432,\n "lon": 3.8378103,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542900,\n "lat": 49.3567370,\n "lon": 3.8387341,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542901,\n "lat": 49.3567256,\n "lon": 3.8387021,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542902,\n "lat": 49.3566679,\n "lon": 3.8387523,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542903,\n "lat": 49.3566934,\n "lon": 3.8387730,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542904,\n "lat": 49.3562643,\n "lon": 3.8381707,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542905,\n "lat": 49.3563023,\n "lon": 3.8381098,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542906,\n "lat": 49.3562577,\n "lon": 3.8380437,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542907,\n "lat": 49.3562180,\n "lon": 3.8381029,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542908,\n "lat": 49.3562547,\n "lon": 3.8385461,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542909,\n "lat": 49.3562091,\n "lon": 3.8386356,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542910,\n "lat": 49.3562431,\n "lon": 3.8386763,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542911,\n "lat": 49.3562471,\n "lon": 3.8386667,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542912,\n "lat": 49.3562638,\n "lon": 3.8386889,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542913,\n "lat": 49.3562443,\n "lon": 3.8387289,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542914,\n "lat": 49.3562871,\n "lon": 3.8387796,\n "timestamp": "2017-03-08T06:14:39Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542915,\n "lat": 49.3563496,\n "lon": 3.8386577,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542916,\n "lat": 49.3567382,\n "lon": 3.8388134,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542917,\n "lat": 49.3567916,\n "lon": 3.8388588,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542918,\n "lat": 49.3563030,\n "lon": 3.8379647,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542919,\n "lat": 49.3562873,\n "lon": 3.8379901,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542920,\n "lat": 49.3563334,\n "lon": 3.8380589,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542921,\n "lat": 49.3563500,\n "lon": 3.8380317,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542923,\n "lat": 49.3560540,\n "lon": 3.8379589,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542924,\n "lat": 49.3560040,\n "lon": 3.8380307,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542930,\n "lat": 49.3561073,\n "lon": 3.8379669,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542931,\n "lat": 49.3561424,\n "lon": 3.8378935,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542932,\n "lat": 49.3560958,\n "lon": 3.8378272,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542933,\n "lat": 49.3560540,\n "lon": 3.8378889,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542934,\n "lat": 49.3559951,\n "lon": 3.8378780,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542935,\n "lat": 49.3559810,\n "lon": 3.8378778,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542936,\n "lat": 49.3559488,\n "lon": 3.8379243,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542937,\n "lat": 49.3559529,\n "lon": 3.8379322,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542938,\n "lat": 49.3559441,\n "lon": 3.8379439,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542939,\n "lat": 49.3559661,\n "lon": 3.8379769,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542940,\n "lat": 49.3559737,\n "lon": 3.8379648,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542941,\n "lat": 49.3559864,\n "lon": 3.8379821,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542942,\n "lat": 49.3559795,\n "lon": 3.8379940,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542943,\n "lat": 49.3564057,\n "lon": 3.8387568,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542944,\n "lat": 49.3559186,\n "lon": 3.8379786,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542945,\n "lat": 49.3558535,\n "lon": 3.8380742,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542946,\n "lat": 49.3558969,\n "lon": 3.8381338,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542947,\n "lat": 49.3559294,\n "lon": 3.8380871,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542948,\n "lat": 49.3559153,\n "lon": 3.8380614,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542949,\n "lat": 49.3559450,\n "lon": 3.8380194,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542950,\n "lat": 49.3558905,\n "lon": 3.8383670,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542951,\n "lat": 49.3559086,\n "lon": 3.8383340,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542952,\n "lat": 49.3558923,\n "lon": 3.8383106,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542953,\n "lat": 49.3558806,\n "lon": 3.8383327,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542954,\n "lat": 49.3558696,\n "lon": 3.8383174,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542955,\n "lat": 49.3558453,\n "lon": 3.8383606,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542956,\n "lat": 49.3558713,\n "lon": 3.8383973,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542957,\n "lat": 49.3561811,\n "lon": 3.8373540,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542958,\n "lat": 49.3561430,\n "lon": 3.8374280,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542959,\n "lat": 49.3561720,\n "lon": 3.8374709,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542960,\n "lat": 49.3562122,\n "lon": 3.8373916,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542961,\n "lat": 49.3561315,\n "lon": 3.8374109,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542962,\n "lat": 49.3561091,\n "lon": 3.8374440,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542963,\n "lat": 49.3560885,\n "lon": 3.8374161,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542964,\n "lat": 49.3560611,\n "lon": 3.8374593,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542965,\n "lat": 49.3561263,\n "lon": 3.8375504,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542966,\n "lat": 49.3572586,\n "lon": 3.8381758,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542967,\n "lat": 49.3572818,\n "lon": 3.8383490,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542968,\n "lat": 49.3574057,\n "lon": 3.8388445,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542969,\n "lat": 49.3574703,\n "lon": 3.8389765,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542970,\n "lat": 49.3575278,\n "lon": 3.8389413,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542971,\n "lat": 49.3574650,\n "lon": 3.8388214,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542972,\n "lat": 49.3573088,\n "lon": 3.8380162,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542973,\n "lat": 49.3571972,\n "lon": 3.8380517,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542974,\n "lat": 49.3572076,\n "lon": 3.8381097,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542975,\n "lat": 49.3573166,\n "lon": 3.8380737,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542976,\n "lat": 49.3559134,\n "lon": 3.8378695,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542977,\n "lat": 49.3559287,\n "lon": 3.8378479,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542978,\n "lat": 49.3559026,\n "lon": 3.8378005,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542979,\n "lat": 49.3559073,\n "lon": 3.8377938,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542980,\n "lat": 49.3558950,\n "lon": 3.8377740,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542981,\n "lat": 49.3558467,\n "lon": 3.8378412,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542982,\n "lat": 49.3558554,\n "lon": 3.8378578,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542983,\n "lat": 49.3558841,\n "lon": 3.8378229,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542984,\n "lat": 49.3558761,\n "lon": 3.8375800,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542985,\n "lat": 49.3559327,\n "lon": 3.8376721,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542986,\n "lat": 49.3559490,\n "lon": 3.8376483,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542987,\n "lat": 49.3559375,\n "lon": 3.8376297,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542988,\n "lat": 49.3560220,\n "lon": 3.8375105,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542989,\n "lat": 49.3559726,\n "lon": 3.8374312,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542990,\n "lat": 49.3559893,\n "lon": 3.8377646,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542991,\n "lat": 49.3559615,\n "lon": 3.8377200,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542992,\n "lat": 49.3559103,\n "lon": 3.8377859,\n "timestamp": "2017-03-08T06:14:40Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542993,\n "lat": 49.3558992,\n "lon": 3.8377674,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542994,\n "lat": 49.3559854,\n "lon": 3.8377583,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542995,\n "lat": 49.3560313,\n "lon": 3.8376953,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542996,\n "lat": 49.3560179,\n "lon": 3.8376736,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542997,\n "lat": 49.3560074,\n "lon": 3.8376893,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542998,\n "lat": 49.3559954,\n "lon": 3.8376718,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723542999,\n "lat": 49.3560740,\n "lon": 3.8374773,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543000,\n "lat": 49.3560455,\n "lon": 3.8375204,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543001,\n "lat": 49.3560965,\n "lon": 3.8375981,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543002,\n "lat": 49.3573975,\n "lon": 3.8393741,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543003,\n "lat": 49.3573893,\n "lon": 3.8392107,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543004,\n "lat": 49.3572740,\n "lon": 3.8392225,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543005,\n "lat": 49.3572811,\n "lon": 3.8393881,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543006,\n "lat": 49.3567608,\n "lon": 3.8373691,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543007,\n "lat": 49.3567927,\n "lon": 3.8374077,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543008,\n "lat": 49.3568170,\n "lon": 3.8374137,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543009,\n "lat": 49.3568791,\n "lon": 3.8373746,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543010,\n "lat": 49.3568870,\n "lon": 3.8373653,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543011,\n "lat": 49.3568461,\n "lon": 3.8372719,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543012,\n "lat": 49.3572464,\n "lon": 3.8376101,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543013,\n "lat": 49.3572487,\n "lon": 3.8376831,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543014,\n "lat": 49.3573050,\n "lon": 3.8376796,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543015,\n "lat": 49.3573053,\n "lon": 3.8377033,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543016,\n "lat": 49.3572968,\n "lon": 3.8377044,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543017,\n "lat": 49.3572973,\n "lon": 3.8377131,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543018,\n "lat": 49.3573057,\n "lon": 3.8377116,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543019,\n "lat": 49.3573067,\n "lon": 3.8377219,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543020,\n "lat": 49.3573116,\n "lon": 3.8377216,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543021,\n "lat": 49.3573122,\n "lon": 3.8377144,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543022,\n "lat": 49.3573682,\n "lon": 3.8377119,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543023,\n "lat": 49.3573687,\n "lon": 3.8377194,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543024,\n "lat": 49.3573738,\n "lon": 3.8377195,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543025,\n "lat": 49.3573736,\n "lon": 3.8377095,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543026,\n "lat": 49.3573822,\n "lon": 3.8377082,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543027,\n "lat": 49.3573823,\n "lon": 3.8376979,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543028,\n "lat": 49.3573745,\n "lon": 3.8376981,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543029,\n "lat": 49.3573746,\n "lon": 3.8376548,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543030,\n "lat": 49.3573857,\n "lon": 3.8376537,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543031,\n "lat": 49.3573853,\n "lon": 3.8376375,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543032,\n "lat": 49.3573943,\n "lon": 3.8376369,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543033,\n "lat": 49.3573939,\n "lon": 3.8375958,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543034,\n "lat": 49.3573987,\n "lon": 3.8375958,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543035,\n "lat": 49.3573969,\n "lon": 3.8374240,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543036,\n "lat": 49.3574003,\n "lon": 3.8374241,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543037,\n "lat": 49.3573998,\n "lon": 3.8374110,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543038,\n "lat": 49.3573923,\n "lon": 3.8374117,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543039,\n "lat": 49.3573926,\n "lon": 3.8374159,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543040,\n "lat": 49.3573698,\n "lon": 3.8374176,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543041,\n "lat": 49.3573693,\n "lon": 3.8374124,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543042,\n "lat": 49.3573628,\n "lon": 3.8374131,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543043,\n "lat": 49.3573626,\n "lon": 3.8374186,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543044,\n "lat": 49.3573499,\n "lon": 3.8374200,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543045,\n "lat": 49.3573494,\n "lon": 3.8374125,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543046,\n "lat": 49.3573407,\n "lon": 3.8374127,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543047,\n "lat": 49.3573406,\n "lon": 3.8374195,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543048,\n "lat": 49.3573229,\n "lon": 3.8374211,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543049,\n "lat": 49.3573142,\n "lon": 3.8374154,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543050,\n "lat": 49.3573120,\n "lon": 3.8374228,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543051,\n "lat": 49.3573060,\n "lon": 3.8374208,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543052,\n "lat": 49.3573056,\n "lon": 3.8374149,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543053,\n "lat": 49.3572963,\n "lon": 3.8374151,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543054,\n "lat": 49.3572968,\n "lon": 3.8374211,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543055,\n "lat": 49.3572663,\n "lon": 3.8374241,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543056,\n "lat": 49.3572696,\n "lon": 3.8376069,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543057,\n "lat": 49.3571022,\n "lon": 3.8392204,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543058,\n "lat": 49.3571090,\n "lon": 3.8393249,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543059,\n "lat": 49.3571544,\n "lon": 3.8393213,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543060,\n "lat": 49.3571544,\n "lon": 3.8393170,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543061,\n "lat": 49.3571820,\n "lon": 3.8393142,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543062,\n "lat": 49.3571808,\n "lon": 3.8392332,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543063,\n "lat": 49.3571543,\n "lon": 3.8392338,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543064,\n "lat": 49.3571530,\n "lon": 3.8392169,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543065,\n "lat": 49.3528390,\n "lon": 3.8322499,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543066,\n "lat": 49.3528199,\n "lon": 3.8322008,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543067,\n "lat": 49.3527932,\n "lon": 3.8322236,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543068,\n "lat": 49.3528111,\n "lon": 3.8322735,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543069,\n "lat": 49.3585526,\n "lon": 3.8340358,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543070,\n "lat": 49.3585474,\n "lon": 3.8342204,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543071,\n "lat": 49.3586113,\n "lon": 3.8342142,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543072,\n "lat": 49.3586520,\n "lon": 3.8344317,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543073,\n "lat": 49.3586717,\n "lon": 3.8341854,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543074,\n "lat": 49.3586578,\n "lon": 3.8340344,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543075,\n "lat": 49.3583538,\n "lon": 3.8342283,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543076,\n "lat": 49.3583724,\n "lon": 3.8343527,\n "timestamp": "2017-03-08T06:14:41Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543077,\n "lat": 49.3584285,\n "lon": 3.8343326,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543078,\n "lat": 49.3584121,\n "lon": 3.8342100,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543079,\n "lat": 49.3570582,\n "lon": 3.8400984,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543080,\n "lat": 49.3570840,\n "lon": 3.8401261,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543081,\n "lat": 49.3571109,\n "lon": 3.8400570,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543082,\n "lat": 49.3570841,\n "lon": 3.8400313,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543083,\n "lat": 49.3592151,\n "lon": 3.8405754,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543084,\n "lat": 49.3592296,\n "lon": 3.8405357,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543085,\n "lat": 49.3591876,\n "lon": 3.8405017,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543086,\n "lat": 49.3591709,\n "lon": 3.8405311,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543087,\n "lat": 49.3591548,\n "lon": 3.8403535,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543088,\n "lat": 49.3592316,\n "lon": 3.8404125,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543089,\n "lat": 49.3592712,\n "lon": 3.8403059,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543090,\n "lat": 49.3591884,\n "lon": 3.8402434,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543091,\n "lat": 49.3591964,\n "lon": 3.8402135,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543092,\n "lat": 49.3591537,\n "lon": 3.8401809,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543093,\n "lat": 49.3591051,\n "lon": 3.8403148,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543094,\n "lat": 49.3591126,\n "lon": 3.8403250,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543095,\n "lat": 49.3581346,\n "lon": 3.8401355,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543096,\n "lat": 49.3581551,\n "lon": 3.8400450,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543097,\n "lat": 49.3581296,\n "lon": 3.8400374,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543098,\n "lat": 49.3581134,\n "lon": 3.8401274,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543099,\n "lat": 49.3584855,\n "lon": 3.8409748,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543100,\n "lat": 49.3585067,\n "lon": 3.8409145,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543101,\n "lat": 49.3584616,\n "lon": 3.8408793,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543102,\n "lat": 49.3584403,\n "lon": 3.8409385,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543103,\n "lat": 49.3585216,\n "lon": 3.8408702,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543104,\n "lat": 49.3585021,\n "lon": 3.8409280,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543105,\n "lat": 49.3585346,\n "lon": 3.8409547,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543106,\n "lat": 49.3585537,\n "lon": 3.8408977,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543107,\n "lat": 49.3596436,\n "lon": 3.8410808,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543108,\n "lat": 49.3597023,\n "lon": 3.8411583,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543109,\n "lat": 49.3598805,\n "lon": 3.8408441,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543110,\n "lat": 49.3598158,\n "lon": 3.8407526,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543111,\n "lat": 49.3596877,\n "lon": 3.8409725,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543112,\n "lat": 49.3599308,\n "lon": 3.8407551,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543113,\n "lat": 49.3598656,\n "lon": 3.8406642,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543114,\n "lat": 49.3598137,\n "lon": 3.8407496,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543119,\n "lat": 49.3601955,\n "lon": 3.8414776,\n "timestamp": "2025-08-15T13:00:33Z",\n "version": 2,\n "changeset": 170479986,\n "user": "Map_Team",\n "uid": 21628249\n },\n {\n "type": "node",\n "id": 4723543120,\n "lat": 49.3600021,\n "lon": 3.8412359,\n "timestamp": "2025-08-15T13:00:33Z",\n "version": 2,\n "changeset": 170479986,\n "user": "Map_Team",\n "uid": 21628249\n },\n {\n "type": "node",\n "id": 4723543121,\n "lat": 49.3598988,\n "lon": 3.8414307,\n "timestamp": "2025-08-15T13:00:33Z",\n "version": 2,\n "changeset": 170479986,\n "user": "Map_Team",\n "uid": 21628249\n },\n {\n "type": "node",\n "id": 4723543122,\n "lat": 49.3600922,\n "lon": 3.8416724,\n "timestamp": "2025-08-15T13:00:33Z",\n "version": 2,\n "changeset": 170479986,\n "user": "Map_Team",\n "uid": 21628249\n },\n {\n "type": "node",\n "id": 4723543127,\n "lat": 49.3577037,\n "lon": 3.8395384,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543128,\n "lat": 49.3577233,\n "lon": 3.8395374,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543129,\n "lat": 49.3577226,\n "lon": 3.8394897,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543130,\n "lat": 49.3577026,\n "lon": 3.8394919,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543131,\n "lat": 49.3575833,\n "lon": 3.8395051,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543132,\n "lat": 49.3575854,\n "lon": 3.8394384,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543133,\n "lat": 49.3575314,\n "lon": 3.8394342,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543134,\n "lat": 49.3579540,\n "lon": 3.8394137,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543135,\n "lat": 49.3579646,\n "lon": 3.8394165,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543136,\n "lat": 49.3579762,\n "lon": 3.8393431,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543137,\n "lat": 49.3579662,\n "lon": 3.8393394,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543138,\n "lat": 49.3585431,\n "lon": 3.8392677,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543139,\n "lat": 49.3589083,\n "lon": 3.8374449,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543140,\n "lat": 49.3588977,\n "lon": 3.8375564,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543141,\n "lat": 49.3588521,\n "lon": 3.8375945,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543142,\n "lat": 49.3588556,\n "lon": 3.8375483,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543143,\n "lat": 49.3588166,\n "lon": 3.8375874,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543144,\n "lat": 49.3591196,\n "lon": 3.8381346,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543145,\n "lat": 49.3590918,\n "lon": 3.8381344,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543146,\n "lat": 49.3590922,\n "lon": 3.8381494,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543147,\n "lat": 49.3591197,\n "lon": 3.8381488,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543148,\n "lat": 49.3579080,\n "lon": 3.8392777,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543149,\n "lat": 49.3579352,\n "lon": 3.8392628,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543150,\n "lat": 49.3579120,\n "lon": 3.8392541,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543151,\n "lat": 49.3586508,\n "lon": 3.8378988,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543152,\n "lat": 49.3586610,\n "lon": 3.8378966,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543153,\n "lat": 49.3577710,\n "lon": 3.8373462,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543154,\n "lat": 49.3577703,\n "lon": 3.8373770,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543155,\n "lat": 49.3575761,\n "lon": 3.8388259,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543156,\n "lat": 49.3580651,\n "lon": 3.8396592,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543157,\n "lat": 49.3588772,\n "lon": 3.8388644,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543158,\n "lat": 49.3558169,\n "lon": 3.8386353,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543159,\n "lat": 49.3558329,\n "lon": 3.8386121,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543160,\n "lat": 49.3555485,\n "lon": 3.8379902,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543161,\n "lat": 49.3555358,\n "lon": 3.8379590,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543162,\n "lat": 49.3555233,\n "lon": 3.8379739,\n "timestamp": "2017-03-08T06:14:42Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543163,\n "lat": 49.3555360,\n "lon": 3.8380035,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543164,\n "lat": 49.3555052,\n "lon": 3.8390410,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543165,\n "lat": 49.3554920,\n "lon": 3.8380662,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543166,\n "lat": 49.3555085,\n "lon": 3.8380471,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543167,\n "lat": 49.3554864,\n "lon": 3.8380008,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543168,\n "lat": 49.3568820,\n "lon": 3.8350996,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543169,\n "lat": 49.3569100,\n "lon": 3.8350819,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543170,\n "lat": 49.3569006,\n "lon": 3.8350432,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543171,\n "lat": 49.3568718,\n "lon": 3.8350609,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543172,\n "lat": 49.3572693,\n "lon": 3.8358673,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543173,\n "lat": 49.3573291,\n "lon": 3.8358212,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543174,\n "lat": 49.3573159,\n "lon": 3.8357771,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543175,\n "lat": 49.3575121,\n "lon": 3.8360154,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543176,\n "lat": 49.3560907,\n "lon": 3.8369146,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543177,\n "lat": 49.3560985,\n "lon": 3.8369756,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543178,\n "lat": 49.3561157,\n "lon": 3.8369431,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543179,\n "lat": 49.3559863,\n "lon": 3.8367073,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543180,\n "lat": 49.3574917,\n "lon": 3.8369402,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543181,\n "lat": 49.3574595,\n "lon": 3.8369948,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543182,\n "lat": 49.3575004,\n "lon": 3.8370469,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543183,\n "lat": 49.3574830,\n "lon": 3.8371677,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543184,\n "lat": 49.3574697,\n "lon": 3.8371809,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543185,\n "lat": 49.3574764,\n "lon": 3.8372957,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543186,\n "lat": 49.3575080,\n "lon": 3.8372915,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543187,\n "lat": 49.3561836,\n "lon": 3.8369930,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543188,\n "lat": 49.3561636,\n "lon": 3.8369687,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543189,\n "lat": 49.3561542,\n "lon": 3.8369853,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543190,\n "lat": 49.3561345,\n "lon": 3.8369644,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543191,\n "lat": 49.3561176,\n "lon": 3.8369982,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543192,\n "lat": 49.3561130,\n "lon": 3.8370624,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543193,\n "lat": 49.3561024,\n "lon": 3.8369807,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543194,\n "lat": 49.3560818,\n "lon": 3.8370243,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543195,\n "lat": 49.3575381,\n "lon": 3.8361220,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543196,\n "lat": 49.3575626,\n "lon": 3.8361065,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543197,\n "lat": 49.3567875,\n "lon": 3.8358670,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543198,\n "lat": 49.3567951,\n "lon": 3.8359804,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543199,\n "lat": 49.3568191,\n "lon": 3.8359753,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543200,\n "lat": 49.3568172,\n "lon": 3.8359282,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543201,\n "lat": 49.3568322,\n "lon": 3.8359253,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543202,\n "lat": 49.3568273,\n "lon": 3.8358579,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543203,\n "lat": 49.3569762,\n "lon": 3.8357548,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543204,\n "lat": 49.3569703,\n "lon": 3.8357980,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543205,\n "lat": 49.3569998,\n "lon": 3.8358067,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543206,\n "lat": 49.3570072,\n "lon": 3.8357585,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543207,\n "lat": 49.3568824,\n "lon": 3.8359622,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543208,\n "lat": 49.3569407,\n "lon": 3.8359839,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543209,\n "lat": 49.3569534,\n "lon": 3.8359155,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543210,\n "lat": 49.3568928,\n "lon": 3.8358883,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543211,\n "lat": 49.3568848,\n "lon": 3.8365973,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543212,\n "lat": 49.3569137,\n "lon": 3.8366135,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543213,\n "lat": 49.3569278,\n "lon": 3.8365536,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543214,\n "lat": 49.3571943,\n "lon": 3.8360283,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543215,\n "lat": 49.3569644,\n "lon": 3.8368249,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543216,\n "lat": 49.3569855,\n "lon": 3.8368366,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543217,\n "lat": 49.3570091,\n "lon": 3.8367761,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543218,\n "lat": 49.3569890,\n "lon": 3.8367602,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543219,\n "lat": 49.3569458,\n "lon": 3.8367453,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543220,\n "lat": 49.3569555,\n "lon": 3.8367494,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543221,\n "lat": 49.3569629,\n "lon": 3.8367177,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543222,\n "lat": 49.3569537,\n "lon": 3.8367124,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543223,\n "lat": 49.3570948,\n "lon": 3.8360249,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543224,\n "lat": 49.3570756,\n "lon": 3.8360237,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543225,\n "lat": 49.3570491,\n "lon": 3.8368738,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543226,\n "lat": 49.3571066,\n "lon": 3.8369045,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543227,\n "lat": 49.3571135,\n "lon": 3.8368776,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543228,\n "lat": 49.3570882,\n "lon": 3.8368636,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543229,\n "lat": 49.3570948,\n "lon": 3.8368276,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543230,\n "lat": 49.3570615,\n "lon": 3.8368087,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543231,\n "lat": 49.3565541,\n "lon": 3.8367249,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543232,\n "lat": 49.3565777,\n "lon": 3.8366389,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543233,\n "lat": 49.3565488,\n "lon": 3.8366197,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543234,\n "lat": 49.3565254,\n "lon": 3.8367065,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543235,\n "lat": 49.3565905,\n "lon": 3.8366471,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543236,\n "lat": 49.3565678,\n "lon": 3.8366748,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543237,\n "lat": 49.3565826,\n "lon": 3.8366834,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543238,\n "lat": 49.3567707,\n "lon": 3.8367389,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543239,\n "lat": 49.3567030,\n "lon": 3.8368463,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543240,\n "lat": 49.3567407,\n "lon": 3.8368949,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543241,\n "lat": 49.3567978,\n "lon": 3.8368050,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543242,\n "lat": 49.3568050,\n "lon": 3.8367890,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543243,\n "lat": 49.3563491,\n "lon": 3.8370459,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543248,\n "lat": 49.3585594,\n "lon": 3.8364221,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543249,\n "lat": 49.3585709,\n "lon": 3.8364767,\n "timestamp": "2017-03-08T06:14:43Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543250,\n "lat": 49.3587574,\n "lon": 3.8354053,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543251,\n "lat": 49.3587904,\n "lon": 3.8356207,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543252,\n "lat": 49.3588411,\n "lon": 3.8347677,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543253,\n "lat": 49.3588160,\n "lon": 3.8347804,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543254,\n "lat": 49.3587400,\n "lon": 3.8345654,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543255,\n "lat": 49.3587251,\n "lon": 3.8345711,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543256,\n "lat": 49.3587338,\n "lon": 3.8346222,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543257,\n "lat": 49.3586781,\n "lon": 3.8344210,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543258,\n "lat": 49.3586865,\n "lon": 3.8344606,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543259,\n "lat": 49.3587176,\n "lon": 3.8344457,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543260,\n "lat": 49.3586356,\n "lon": 3.8344380,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543261,\n "lat": 49.3586652,\n "lon": 3.8344982,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543262,\n "lat": 49.3582197,\n "lon": 3.8345060,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543263,\n "lat": 49.3582526,\n "lon": 3.8344965,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543264,\n "lat": 49.3582491,\n "lon": 3.8344502,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543265,\n "lat": 49.3582151,\n "lon": 3.8344592,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543266,\n "lat": 49.3585920,\n "lon": 3.8344568,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543267,\n "lat": 49.3579474,\n "lon": 3.8358396,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543268,\n "lat": 49.3579387,\n "lon": 3.8358071,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543269,\n "lat": 49.3579101,\n "lon": 3.8358371,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543270,\n "lat": 49.3579228,\n "lon": 3.8358670,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543271,\n "lat": 49.3581483,\n "lon": 3.8351476,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543272,\n "lat": 49.3581600,\n "lon": 3.8351984,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543273,\n "lat": 49.3581865,\n "lon": 3.8352132,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543274,\n "lat": 49.3582135,\n "lon": 3.8351983,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543275,\n "lat": 49.3581994,\n "lon": 3.8351218,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543276,\n "lat": 49.3583747,\n "lon": 3.8366352,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543277,\n "lat": 49.3583952,\n "lon": 3.8367148,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543278,\n "lat": 49.3582480,\n "lon": 3.8359148,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543279,\n "lat": 49.3581069,\n "lon": 3.8357878,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543280,\n "lat": 49.3581227,\n "lon": 3.8358581,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543281,\n "lat": 49.3581314,\n "lon": 3.8358533,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543282,\n "lat": 49.3579714,\n "lon": 3.8361026,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543283,\n "lat": 49.3579985,\n "lon": 3.8361670,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543284,\n "lat": 49.3585901,\n "lon": 3.8354464,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543285,\n "lat": 49.3586080,\n "lon": 3.8355465,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543286,\n "lat": 49.3586220,\n "lon": 3.8355396,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543287,\n "lat": 49.3586041,\n "lon": 3.8354389,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543288,\n "lat": 49.3579479,\n "lon": 3.8360461,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543289,\n "lat": 49.3578674,\n "lon": 3.8359327,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543290,\n "lat": 49.3581538,\n "lon": 3.8355460,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543291,\n "lat": 49.3581786,\n "lon": 3.8354889,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543292,\n "lat": 49.3581451,\n "lon": 3.8355139,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543293,\n "lat": 49.3584142,\n "lon": 3.8347580,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543294,\n "lat": 49.3577401,\n "lon": 3.8360267,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543295,\n "lat": 49.3577842,\n "lon": 3.8359964,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543296,\n "lat": 49.3577668,\n "lon": 3.8359312,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543297,\n "lat": 49.3577134,\n "lon": 3.8360418,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543298,\n "lat": 49.3577220,\n "lon": 3.8360745,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543299,\n "lat": 49.3577469,\n "lon": 3.8360546,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543300,\n "lat": 49.3586609,\n "lon": 3.8369311,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543301,\n "lat": 49.3590405,\n "lon": 3.8354761,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543302,\n "lat": 49.3589333,\n "lon": 3.8354902,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543303,\n "lat": 49.3589409,\n "lon": 3.8356555,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543304,\n "lat": 49.3590481,\n "lon": 3.8356404,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543305,\n "lat": 49.3579264,\n "lon": 3.8357430,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543306,\n "lat": 49.3579423,\n "lon": 3.8358043,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543307,\n "lat": 49.3579635,\n "lon": 3.8357935,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543308,\n "lat": 49.3579480,\n "lon": 3.8357322,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543309,\n "lat": 49.3594871,\n "lon": 3.8385929,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543310,\n "lat": 49.3594711,\n "lon": 3.8385122,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543311,\n "lat": 49.3594443,\n "lon": 3.8385557,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543312,\n "lat": 49.3594691,\n "lon": 3.8385951,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543313,\n "lat": 49.3596025,\n "lon": 3.8386968,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543314,\n "lat": 49.3596209,\n "lon": 3.8387001,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543315,\n "lat": 49.3596491,\n "lon": 3.8386583,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543316,\n "lat": 49.3596190,\n "lon": 3.8386111,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543317,\n "lat": 49.3596036,\n "lon": 3.8386164,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543318,\n "lat": 49.3558687,\n "lon": 3.8391640,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543319,\n "lat": 49.3559491,\n "lon": 3.8392777,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543320,\n "lat": 49.3563239,\n "lon": 3.8394274,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543321,\n "lat": 49.3563802,\n "lon": 3.8394928,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543322,\n "lat": 49.3565129,\n "lon": 3.8392339,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543323,\n "lat": 49.3564647,\n "lon": 3.8393276,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543324,\n "lat": 49.3575484,\n "lon": 3.8374457,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543325,\n "lat": 49.3575234,\n "lon": 3.8372898,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543326,\n "lat": 49.3574229,\n "lon": 3.8376450,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543327,\n "lat": 49.3574536,\n "lon": 3.8376400,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543328,\n "lat": 49.3571733,\n "lon": 3.8374405,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543329,\n "lat": 49.3571491,\n "lon": 3.8372975,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 4723543330,\n "lat": 49.3571642,\n "lon": 3.8372671,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 4723543331,\n "lat": 49.3571282,\n "lon": 3.8372269,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 4723543332,\n "lat": 49.3571126,\n "lon": 3.8372560,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 4723543333,\n "lat": 49.3570587,\n "lon": 3.8375138,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543334,\n "lat": 49.3571556,\n "lon": 3.8377006,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543335,\n "lat": 49.3570783,\n "lon": 3.8377737,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543336,\n "lat": 49.3571383,\n "lon": 3.8377491,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543337,\n "lat": 49.3571412,\n "lon": 3.8377935,\n "timestamp": "2017-03-08T06:14:44Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543338,\n "lat": 49.3574322,\n "lon": 3.8381588,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543339,\n "lat": 49.3568314,\n "lon": 3.8375901,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543340,\n "lat": 49.3567988,\n "lon": 3.8375445,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543341,\n "lat": 49.3567419,\n "lon": 3.8376428,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543342,\n "lat": 49.3567385,\n "lon": 3.8374699,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543343,\n "lat": 49.3566946,\n "lon": 3.8375274,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543344,\n "lat": 49.3567312,\n "lon": 3.8376279,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543345,\n "lat": 49.3566239,\n "lon": 3.8378091,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543346,\n "lat": 49.3568568,\n "lon": 3.8381904,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543347,\n "lat": 49.3571514,\n "lon": 3.8379961,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543348,\n "lat": 49.3571159,\n "lon": 3.8378798,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543349,\n "lat": 49.3564444,\n "lon": 3.8373291,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543350,\n "lat": 49.3562220,\n "lon": 3.8373710,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543351,\n "lat": 49.3561909,\n "lon": 3.8373336,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543352,\n "lat": 49.3566685,\n "lon": 3.8386243,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543353,\n "lat": 49.3566382,\n "lon": 3.8386838,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543354,\n "lat": 49.3566914,\n "lon": 3.8386508,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543355,\n "lat": 49.3566617,\n "lon": 3.8387108,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543356,\n "lat": 49.3561025,\n "lon": 3.8377024,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543357,\n "lat": 49.3560478,\n "lon": 3.8377872,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543358,\n "lat": 49.3560855,\n "lon": 3.8378422,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543359,\n "lat": 49.3561371,\n "lon": 3.8377669,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543360,\n "lat": 49.3562133,\n "lon": 3.8379834,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543361,\n "lat": 49.3562021,\n "lon": 3.8380008,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543362,\n "lat": 49.3561351,\n "lon": 3.8379088,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543363,\n "lat": 49.3561719,\n "lon": 3.8380585,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543364,\n "lat": 49.3561800,\n "lon": 3.8380479,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543366,\n "lat": 49.3559950,\n "lon": 3.8382047,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543367,\n "lat": 49.3559719,\n "lon": 3.8382397,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543369,\n "lat": 49.3562597,\n "lon": 3.8386973,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543370,\n "lat": 49.3559907,\n "lon": 3.8381986,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543371,\n "lat": 49.3560206,\n "lon": 3.8378316,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543372,\n "lat": 49.3560255,\n "lon": 3.8378470,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543373,\n "lat": 49.3559287,\n "lon": 3.8381105,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543374,\n "lat": 49.3559475,\n "lon": 3.8382052,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543375,\n "lat": 49.3559707,\n "lon": 3.8381683,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 4723543376,\n "lat": 49.3561609,\n "lon": 3.8378839,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543377,\n "lat": 49.3561851,\n "lon": 3.8379089,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543378,\n "lat": 49.3562150,\n "lon": 3.8378316,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543379,\n "lat": 49.3561910,\n "lon": 3.8378066,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543380,\n "lat": 49.3560566,\n "lon": 3.8376587,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543381,\n "lat": 49.3560439,\n "lon": 3.8376349,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543382,\n "lat": 49.3560800,\n "lon": 3.8376237,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543383,\n "lat": 49.3560683,\n "lon": 3.8375552,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543384,\n "lat": 49.3560528,\n "lon": 3.8375803,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543385,\n "lat": 49.3560841,\n "lon": 3.8386557,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543386,\n "lat": 49.3561011,\n "lon": 3.8386090,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543387,\n "lat": 49.3560546,\n "lon": 3.8385736,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543388,\n "lat": 49.3560379,\n "lon": 3.8386194,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543389,\n "lat": 49.3585564,\n "lon": 3.8342683,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543390,\n "lat": 49.3586196,\n "lon": 3.8342584,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543391,\n "lat": 49.3585674,\n "lon": 3.8343244,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543392,\n "lat": 49.3585946,\n "lon": 3.8343111,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543393,\n "lat": 49.3585866,\n "lon": 3.8342636,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543394,\n "lat": 49.3590953,\n "lon": 3.8403681,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543395,\n "lat": 49.3591358,\n "lon": 3.8404006,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543396,\n "lat": 49.3580957,\n "lon": 3.8400825,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543397,\n "lat": 49.3581198,\n "lon": 3.8400920,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543398,\n "lat": 49.3581662,\n "lon": 3.8399804,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543399,\n "lat": 49.3581208,\n "lon": 3.8399607,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543400,\n "lat": 49.3584731,\n "lon": 3.8408882,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543401,\n "lat": 49.3585148,\n "lon": 3.8408908,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 4723543402,\n "lat": 49.3584827,\n "lon": 3.8408630,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383\n },\n {\n "type": "node",\n "id": 5169694496,\n "lat": 49.3574299,\n "lon": 3.8376439,\n "timestamp": "2017-10-15T18:39:54Z",\n "version": 1,\n "changeset": 52962642,\n "user": "Pichasso",\n "uid": 512235\n },\n {\n "type": "node",\n "id": 7160470090,\n "lat": 49.3572921,\n "lon": 3.8370574,\n "timestamp": "2020-01-26T14:28:13Z",\n "version": 1,\n "changeset": 80099433,\n "user": "bazgal",\n "uid": 332493,\n "tags": {\n "bus": "yes",\n "highway": "bus_stop",\n "public_transport": "platform"\n }\n },\n {\n "type": "node",\n "id": 7160470091,\n "lat": 49.3573471,\n "lon": 3.8368728,\n "timestamp": "2020-03-08T13:32:35Z",\n "version": 2,\n "changeset": 81923224,\n "user": "bazgal",\n "uid": 332493,\n "tags": {\n "bus": "yes",\n "highway": "bus_stop",\n "public_transport": "platform"\n }\n },\n {\n "type": "node",\n "id": 11509154796,\n "lat": 49.3576330,\n "lon": 3.8365915,\n "timestamp": "2024-01-11T18:35:03Z",\n "version": 1,\n "changeset": 146154346,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "waste_basket"\n }\n },\n {\n "type": "node",\n "id": 11509154818,\n "lat": 49.3576780,\n "lon": 3.8364374,\n "timestamp": "2024-01-11T18:35:03Z",\n "version": 1,\n "changeset": 146154346,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "natural": "tree"\n }\n },\n {\n "type": "node",\n "id": 11509154819,\n "lat": 49.3576904,\n "lon": 3.8364825,\n "timestamp": "2024-01-11T18:35:03Z",\n "version": 1,\n "changeset": 146154346,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "natural": "tree"\n }\n },\n {\n "type": "node",\n "id": 11509308093,\n "lat": 49.3571497,\n "lon": 3.8372726,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "public_bookcase",\n "public_bookcase:type": "wooden_cabinet"\n }\n },\n {\n "type": "node",\n "id": 11509308094,\n "lat": 49.3573944,\n "lon": 3.8370563,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "waste_basket"\n }\n },\n {\n "type": "node",\n "id": 11509308095,\n "lat": 49.3574067,\n "lon": 3.8371020,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "bench",\n "backrest": "yes",\n "material": "wood"\n }\n },\n {\n "type": "node",\n "id": 11509308096,\n "lat": 49.3574083,\n "lon": 3.8371823,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "bench",\n "backrest": "yes",\n "material": "wood"\n }\n },\n {\n "type": "node",\n "id": 11509308097,\n "lat": 49.3574123,\n "lon": 3.8370746,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "natural": "tree"\n }\n },\n {\n "type": "node",\n "id": 11509308098,\n "lat": 49.3574123,\n "lon": 3.8371250,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "natural": "tree"\n }\n },\n {\n "type": "node",\n "id": 11509308099,\n "lat": 49.3574144,\n "lon": 3.8371559,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "natural": "tree"\n }\n },\n {\n "type": "node",\n "id": 11509308100,\n "lat": 49.3574156,\n "lon": 3.8372417,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "natural": "tree"\n }\n },\n {\n "type": "node",\n "id": 11509308101,\n "lat": 49.3574654,\n "lon": 3.8365924,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 1,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425921,\n "lat": 49.3584287,\n "lon": 3.8365532,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425922,\n "lat": 49.3584673,\n "lon": 3.8365045,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425923,\n "lat": 49.3584519,\n "lon": 3.8365132,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425924,\n "lat": 49.3584511,\n "lon": 3.8365097,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425925,\n "lat": 49.3584449,\n "lon": 3.8365132,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425926,\n "lat": 49.3584407,\n "lon": 3.8364959,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425927,\n "lat": 49.3584622,\n "lon": 3.8364836,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425934,\n "lat": 49.3584156,\n "lon": 3.8363005,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "waste_basket"\n }\n },\n {\n "type": "node",\n "id": 11510425935,\n "lat": 49.3582872,\n "lon": 3.8361631,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "bench",\n "backrest": "yes",\n "material": "wood"\n }\n },\n {\n "type": "node",\n "id": 11510425936,\n "lat": 49.3583304,\n "lon": 3.8363582,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277,\n "tags": {\n "amenity": "bench",\n "backrest": "yes",\n "material": "wood"\n }\n },\n {\n "type": "node",\n "id": 11510425937,\n "lat": 49.3582758,\n "lon": 3.8361503,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425938,\n "lat": 49.3583269,\n "lon": 3.8364038,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425939,\n "lat": 49.3583392,\n "lon": 3.8364306,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425940,\n "lat": 49.3584182,\n "lon": 3.8364004,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425941,\n "lat": 49.3584003,\n "lon": 3.8363220,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425942,\n "lat": 49.3584274,\n "lon": 3.8363119,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11510425943,\n "lat": 49.3583885,\n "lon": 3.8361282,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 11514221515,\n "lat": 49.3568530,\n "lon": 3.8365894,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 1,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277\n },\n {\n "type": "node",\n "id": 12120003917,\n "lat": 49.3472564,\n "lon": 3.8453185,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003918,\n "lat": 49.3480613,\n "lon": 3.8451418,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003919,\n "lat": 49.3490487,\n "lon": 3.8449673,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003920,\n "lat": 49.3499599,\n "lon": 3.8447897,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003921,\n "lat": 49.3508610,\n "lon": 3.8446190,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003922,\n "lat": 49.3516825,\n "lon": 3.8438384,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003923,\n "lat": 49.3526098,\n "lon": 3.8429505,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003924,\n "lat": 49.3535221,\n "lon": 3.8421138,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003925,\n "lat": 49.3543743,\n "lon": 3.8413002,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003926,\n "lat": 49.3560329,\n "lon": 3.8396743,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003927,\n "lat": 49.3552106,\n "lon": 3.8404953,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003929,\n "lat": 49.3555431,\n "lon": 3.8387464,\n "timestamp": "2025-06-24T09:35:30Z",\n "version": 2,\n "changeset": 168038471,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "line_management": "branch",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120003930,\n "lat": 49.3554490,\n "lon": 3.8385578,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 2,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "location:transition": "yes",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole",\n "source": "Exploitants contributeurs de l'Agence ORE - 2022-07 - Enedis",\n "transformer": "distribution"\n }\n },\n {\n "type": "node",\n "id": 12120003931,\n "lat": 49.3460424,\n "lon": 3.8528146,\n "timestamp": "2024-08-19T10:01:03Z",\n "version": 1,\n "changeset": 155452020,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038886,\n "lat": 49.3572807,\n "lon": 3.8387189,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120038887,\n "lat": 49.3572678,\n "lon": 3.8387311,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120038888,\n "lat": 49.3572817,\n "lon": 3.8387656,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120038889,\n "lat": 49.3572945,\n "lon": 3.8387534,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120038890,\n "lat": 49.3572024,\n "lon": 3.8387471,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "location:transition": "yes",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038891,\n "lat": 49.3565525,\n "lon": 3.8391522,\n "timestamp": "2025-06-24T09:35:30Z",\n "version": 2,\n "changeset": 168038471,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "line_management": "branch",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038892,\n "lat": 49.3560740,\n "lon": 3.8389126,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038893,\n "lat": 49.3574544,\n "lon": 3.8399634,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038894,\n "lat": 49.3584037,\n "lon": 3.8403670,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038895,\n "lat": 49.3587524,\n "lon": 3.8391563,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038896,\n "lat": 49.3587208,\n "lon": 3.8377803,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120038897,\n "lat": 49.3584802,\n "lon": 3.8364757,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "tags": {\n "location:transition": "yes",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "pole"\n }\n },\n {\n "type": "node",\n "id": 12120315227,\n "lat": 49.3568999,\n "lon": 3.8377140,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315228,\n "lat": 49.3567300,\n "lon": 3.8379653,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315229,\n "lat": 49.3567881,\n "lon": 3.8380758,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315230,\n "lat": 49.3563078,\n "lon": 3.8383136,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315231,\n "lat": 49.3561800,\n "lon": 3.8381915,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315232,\n "lat": 49.3561370,\n "lon": 3.8382307,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315233,\n "lat": 49.3586503,\n "lon": 3.8398413,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315234,\n "lat": 49.3560929,\n "lon": 3.8380485,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315235,\n "lat": 49.3590459,\n "lon": 3.8386299,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315236,\n "lat": 49.3559485,\n "lon": 3.8388231,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315237,\n "lat": 49.3558781,\n "lon": 3.8386701,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315238,\n "lat": 49.3568302,\n "lon": 3.8383020,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315239,\n "lat": 49.3568567,\n "lon": 3.8381906,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315240,\n "lat": 49.3560505,\n "lon": 3.8381031,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315241,\n "lat": 49.3559660,\n "lon": 3.8386993,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315242,\n "lat": 49.3560302,\n "lon": 3.8380713,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315243,\n "lat": 49.3559747,\n "lon": 3.8381743,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315244,\n "lat": 49.3566717,\n "lon": 3.8380408,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315245,\n "lat": 49.3564834,\n "lon": 3.8383597,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315246,\n "lat": 49.3559518,\n "lon": 3.8381423,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315247,\n "lat": 49.3568785,\n "lon": 3.8382268,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315248,\n "lat": 49.3564387,\n "lon": 3.8384275,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315249,\n "lat": 49.3561775,\n "lon": 3.8382988,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315251,\n "lat": 49.3589741,\n "lon": 3.8385118,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315252,\n "lat": 49.3563166,\n "lon": 3.8384287,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315253,\n "lat": 49.3564208,\n "lon": 3.8382648,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315254,\n "lat": 49.3562136,\n "lon": 3.8382471,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315255,\n "lat": 49.3566488,\n "lon": 3.8379966,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315256,\n "lat": 49.3568729,\n "lon": 3.8376534,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315257,\n "lat": 49.3568720,\n "lon": 3.8382376,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315258,\n "lat": 49.3561738,\n "lon": 3.8381815,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315259,\n "lat": 49.3567019,\n "lon": 3.8379227,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315260,\n "lat": 49.3589786,\n "lon": 3.8386356,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315261,\n "lat": 49.3563755,\n "lon": 3.8383296,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315263,\n "lat": 49.3561438,\n "lon": 3.8382432,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315264,\n "lat": 49.3567828,\n "lon": 3.8380567,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315265,\n "lat": 49.3561039,\n "lon": 3.8380312,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315266,\n "lat": 49.3590414,\n "lon": 3.8385061,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315267,\n "lat": 49.3562746,\n "lon": 3.8383768,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315268,\n "lat": 49.3558605,\n "lon": 3.8387940,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315269,\n "lat": 49.3560545,\n "lon": 3.8380984,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315270,\n "lat": 49.3567283,\n "lon": 3.8381348,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315271,\n "lat": 49.3560085,\n "lon": 3.8380375,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315272,\n "lat": 49.3585844,\n "lon": 3.8396880,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315274,\n "lat": 49.3568342,\n "lon": 3.8382967,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315275,\n "lat": 49.3586786,\n "lon": 3.8397476,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315276,\n "lat": 49.3560117,\n "lon": 3.8380424,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315277,\n "lat": 49.3585585,\n "lon": 3.8397833,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315278,\n "lat": 49.3568117,\n "lon": 3.8377380,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315279,\n "lat": 49.3563471,\n "lon": 3.8383708,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "node",\n "id": 12120315280,\n "lat": 49.3559535,\n "lon": 3.8381446,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659\n },\n {\n "type": "way",\n "id": 189462487,\n "timestamp": "2012-11-07T00:11:21Z",\n "version": 1,\n "changeset": 13780552,\n "user": "papyrus048_Intégration_cadastre",\n "uid": 1009027,\n "nodes": [\n 2000745707,\n 2000745709,\n 2000745704,\n 2000745702,\n 2000745701,\n 2000745699,\n 2000745698,\n 2000745705,\n 2000745703,\n 2000745707\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211001,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542966,\n 4723542967,\n 4723542816,\n 4723543338,\n 4723542817,\n 4723542803,\n 4723542814,\n 4723542815,\n 4723542966\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211002,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543355,\n 4723543354,\n 4723543352,\n 4723543353,\n 4723543355\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211003,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542770,\n 4723542771,\n 4723542769,\n 4723542943,\n 4723542770\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211004,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542240,\n 4723542241,\n 4723542242,\n 4723542243,\n 4723542244,\n 4723542245,\n 4723542246,\n 4723542247,\n 4723542240\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211005,\n "timestamp": "2017-03-08T06:14:45Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542735,\n 4723542736,\n 4723542737,\n 4723542738,\n 4723542739,\n 4723542740,\n 4723542735\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211006,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542749,\n 4723542750,\n 4723542733,\n 4723542730,\n 4723542734,\n 4723542749\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211007,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542753,\n 4723542754,\n 4723542755,\n 4723542751,\n 4723542752,\n 4723542753\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211008,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543002,\n 4723543003,\n 4723543004,\n 4723543005,\n 4723543002\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211009,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543132,\n 4723543133,\n 4723542757,\n 4723542756,\n 4723541811,\n 4723543131,\n 4723543132\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211010,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541814,\n 4723541815,\n 4723541816,\n 4723541817,\n 4723543134,\n 4723543137,\n 4723541818,\n 4723543149,\n 4723541819,\n 4723543148,\n 4723541820,\n 4723541821,\n 4723541822,\n 4723541823,\n 4723541824,\n 4723541825,\n 4723541814\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211011,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542772,\n 4723542773,\n 4723542774,\n 4723542775,\n 4723542772\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211012,\n "timestamp": "2017-03-08T06:14:46Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543192,\n 4723542281,\n 4723543191,\n 4723543193,\n 4723543194,\n 4723543192\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211013,\n "timestamp": "2017-03-08T06:14:47Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541810,\n 4723541811,\n 4723542756,\n 4723541812,\n 4723541813,\n 4723541810\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211014,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277,\n "nodes": [\n 4723542776,\n 2171142341,\n 4723543328,\n 4723542778,\n 4723542779,\n 4723542780,\n 4723542781,\n 4723542776\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211015,\n "timestamp": "2017-03-08T06:14:47Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543195,\n 4723542291,\n 4723542302,\n 4723543196,\n 4723543195\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211016,\n "timestamp": "2017-03-08T06:14:47Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542933,\n 4723543358,\n 4723543357,\n 4723543371,\n 4723543372,\n 4723542933\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211017,\n "timestamp": "2017-03-08T06:14:47Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542778,\n 4723543328,\n 4723542790,\n 4723542789,\n 4723542778\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211018,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543197,\n 4723543198,\n 4723543199,\n 4723543200,\n 4723543201,\n 4723543202,\n 4723543197\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211019,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542782,\n 4723542783,\n 4723542784,\n 4723542785,\n 4723542786,\n 4723542805,\n 4723542787,\n 4723542788,\n 4723542782\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211020,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541915,\n 4723541916,\n 4723541917,\n 4723541918,\n 4723541919,\n 4723541920,\n 4723541921,\n 4723541922,\n 4723541915\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211021,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542354,\n 4723542355,\n 4723542391,\n 4723542356,\n 4723542357,\n 4723542358,\n 4723542354\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211022,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543203,\n 4723543204,\n 4723543205,\n 4723543206,\n 4723543203\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211023,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543356,\n 4723543357,\n 4723543358,\n 4723542932,\n 4723543359,\n 4723543356\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211024,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542789,\n 4723542790,\n 4723542791,\n 4723543333,\n 4723542792,\n 4723542789\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211025,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543207,\n 4723543208,\n 4723543209,\n 4723543210,\n 4723543207\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211026,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543186,\n 4723543185,\n 4723542773,\n 4723542772,\n 4723543325,\n 4723543186\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211027,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543313,\n 4723543314,\n 4723543315,\n 4723543316,\n 4723543317,\n 4723542721,\n 4723543313\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211028,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542793,\n 4723542794,\n 4723542795,\n 4723543337,\n 4723542796,\n 4723543335,\n 4723542797,\n 4723542798,\n 4723542799,\n 4723543348,\n 4723542800,\n 4723542801,\n 4723542802,\n 4723542814,\n 4723542803,\n 4723542793\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211029,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542341,\n 4723542340,\n 4723543211,\n 4723543212,\n 4723543213,\n 4723542341\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211030,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543318,\n 4723543319,\n 4723542736,\n 4723542735,\n 4723543318\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211031,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541861,\n 4723541862,\n 4723541863,\n 4723541864,\n 4723541865,\n 4723541861\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211032,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542349,\n 4723542348,\n 4723543214,\n 4723541933,\n 4723542349\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211033,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542093,\n 4723542094,\n 4723542095,\n 4723542096,\n 4723542097,\n 4723542098,\n 4723542099,\n 4723542100,\n 4723542093\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211034,\n "timestamp": "2017-03-08T06:14:48Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543215,\n 4723543216,\n 4723543217,\n 4723543218,\n 4723543215\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211035,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541834,\n 4723541835,\n 4723541836,\n 4723541837,\n 4723541834\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211036,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543219,\n 4723543220,\n 4723543221,\n 4723543222,\n 4723543219\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211037,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542806,\n 4723542807,\n 4723542808,\n 4723542809,\n 4723542819,\n 4723542818,\n 4723542810,\n 4723542806\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211038,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542358,\n 4723542357,\n 4723543223,\n 4723543224,\n 4723542358\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211039,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542326,\n 4723542325,\n 4723542346,\n 4723542347,\n 4723542348,\n 4723542349,\n 4723542326\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211040,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542918,\n 4723542919,\n 4723542920,\n 4723542921,\n 4723542918\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211041,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542811,\n 4723542812,\n 4723542809,\n 4723542808,\n 4723542813,\n 4723542811\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211042,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541844,\n 4723541845,\n 4723541846,\n 4723541847,\n 4723541844\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211043,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541804,\n 4723541805,\n 4723541806,\n 4723541807,\n 4723541808,\n 4723541809,\n 4723541804\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211044,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542401,\n 4723542400,\n 4723541918,\n 4723541917,\n 4723541930,\n 4723542393,\n 4723542401\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211045,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541966,\n 4723541967,\n 4723541968,\n 4723541969,\n 4723541970,\n 4723541971,\n 4723541972,\n 4723541973,\n 4723541966\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211046,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542391,\n 4723542392,\n 4723542401,\n 4723542393,\n 4723541923,\n 4723542356,\n 4723542391\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211047,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543134,\n 4723543135,\n 4723543136,\n 4723543137,\n 4723543134\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211048,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543235,\n 4723543232,\n 4723543236,\n 4723543237,\n 4723543235\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211049,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543238,\n 4723543239,\n 4723543240,\n 4723543241,\n 4723543242,\n 4723543238\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211050,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541857,\n 4723541858,\n 4723543145,\n 4723543144,\n 4723541859,\n 4723541860,\n 4723541857\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211051,\n "timestamp": "2017-03-08T06:14:49Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542359,\n 4723542360,\n 4723542361,\n 4723542362,\n 4723542363,\n 4723542364,\n 4723542365,\n 4723542366,\n 4723542367,\n 4723542368,\n 4723542369,\n 4723542370,\n 4723542371,\n 4723542372,\n 4723542359\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211052,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541966,\n 4723543243,\n 4723541968,\n 4723541967,\n 4723541966\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211054,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541866,\n 4723541867,\n 4723541868,\n 4723541869,\n 4723541870,\n 4723541871,\n 4723543151,\n 4723541872,\n 4723541873,\n 4723541866\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211055,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542489,\n 4723541988,\n 4723541987,\n 4723543248,\n 4723543249,\n 4723542489\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211057,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541885,\n 4723541886,\n 4723541887,\n 4723541888,\n 4723541989,\n 4723542050,\n 4723541990,\n 4723541885\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211058,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543250,\n 4723542511,\n 4723542517,\n 4723543251,\n 4723543250\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211060,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542356,\n 4723541923,\n 4723541924,\n 4723541925,\n 4723541926,\n 4723541927,\n 4723542356\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211061,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542511,\n 4723542512,\n 4723542513,\n 4723542514,\n 4723542515,\n 4723542516,\n 4723542517,\n 4723542511\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211062,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541874,\n 4723541875,\n 4723541876,\n 4723541877,\n 4723541878,\n 4723541879,\n 4723541880,\n 4723541881,\n 4723541882,\n 4723541883,\n 4723541884,\n 4723542014,\n 4723542013,\n 4723541874\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211063,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542532,\n 4723543254,\n 4723543255,\n 4723543256,\n 4723542532\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211064,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541916,\n 4723541928,\n 4723541929,\n 4723541930,\n 4723541917,\n 4723541916\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211065,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542844,\n 4723542845,\n 4723542846,\n 4723542847,\n 4723542844\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211066,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542529,\n 4723543257,\n 4723543258,\n 4723543259,\n 4723542529\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211067,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541926,\n 4723541931,\n 4723541932,\n 4723541933,\n 4723543214,\n 4723541927,\n 4723541926\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211068,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542848,\n 4723542849,\n 4723542850,\n 4723542851,\n 4723542848\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211069,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543072,\n 4723543260,\n 4723542535,\n 4723543261,\n 4723543072\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211070,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541934,\n 4723541935,\n 4723541936,\n 4723541937,\n 4723541938,\n 4723541939,\n 4723541940,\n 4723541934\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211071,\n "timestamp": "2017-03-08T06:14:50Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543262,\n 4723543263,\n 4723543264,\n 4723543265,\n 4723543262\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211072,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542852,\n 4723542272,\n 4723542853,\n 4723542854,\n 4723542855,\n 4723542856,\n 4723542857,\n 4723542852\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211073,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543127,\n 4723543128,\n 4723543129,\n 4723543130,\n 4723543127\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211074,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543266,\n 4723542536,\n 4723542535,\n 4723543260,\n 4723543266\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211075,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541941,\n 4723541942,\n 4723541943,\n 4723541944,\n 4723541945,\n 4723541946,\n 4723541947,\n 4723541948,\n 4723541949,\n 4723541950,\n 4723541951,\n 4723541952,\n 4723541941\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211076,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543267,\n 4723543268,\n 4723543269,\n 4723543270,\n 4723543267\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211077,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543153,\n 4723542045,\n 4723542048,\n 4723543154,\n 4723543153\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211078,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542858,\n 4723542859,\n 4723542860,\n 4723542861,\n 4723542858\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211079,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543271,\n 4723543272,\n 4723542659,\n 4723543273,\n 4723543274,\n 4723543275,\n 4723543271\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211080,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542862,\n 4723542863,\n 4723542864,\n 4723542865,\n 4723542866,\n 4723542894,\n 4723542867,\n 4723542862\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211081,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542565,\n 4723542564,\n 4723543276,\n 4723543277,\n 4723542565\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211082,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541953,\n 4723541954,\n 4723541955,\n 4723541956,\n 4723541957,\n 4723543232,\n 4723543235,\n 4723541958,\n 4723541959,\n 4723541960,\n 4723541961,\n 4723541953\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211083,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542868,\n 4723542885,\n 4723542869,\n 4723542870,\n 4723542871,\n 4723542868\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211084,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542574,\n 4723542573,\n 4723542598,\n 4723543278,\n 4723542574\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211085,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542594,\n 4723543279,\n 4723543280,\n 4723543281,\n 4723542594\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211086,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541991,\n 4723541992,\n 4723541993,\n 4723541994,\n 4723541991\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211088,\n "timestamp": "2017-03-08T06:14:51Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542577,\n 4723542576,\n 4723542597,\n 4723543282,\n 4723543283,\n 4723542577\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211089,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542729,\n 4723542734,\n 4723542730,\n 4723542731,\n 4723542732,\n 4723542729\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211090,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541962,\n 4723541963,\n 4723541964,\n 4723541965,\n 4723541962\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211091,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543284,\n 4723543285,\n 4723543286,\n 4723543287,\n 4723543284\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211092,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542013,\n 4723542014,\n 4723542015,\n 4723542016,\n 4723542017,\n 4723542018,\n 4723542019,\n 4723542020,\n 4723542021,\n 4723542022,\n 4723542023,\n 4723542024,\n 4723542025,\n 4723542026,\n 4723542027,\n 4723542028,\n 4723542029,\n 4723542030,\n 4723542031,\n 4723542032,\n 4723542033,\n 4723542034,\n 4723542035,\n 4723542013\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211093,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542930,\n 4723543362,\n 4723542931,\n 4723542932,\n 4723543358,\n 4723542933,\n 4723542930\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211094,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542596,\n 4723543288,\n 4723543282,\n 4723542597,\n 4723542596\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211096,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542644,\n 4723542643,\n 4723542642,\n 4723542641,\n 4723543289,\n 4723543270,\n 4723543269,\n 4723542663,\n 4723542666,\n 4723542644\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211097,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543290,\n 4723542661,\n 4723543291,\n 4723543292,\n 4723543290\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211098,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542885,\n 4723542886,\n 4723542887,\n 4723542888,\n 4723542889,\n 4723542890,\n 4723542891,\n 4723542892,\n 4723542869,\n 4723542885\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211099,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543293,\n 4723542676,\n 4723542675,\n 4723542674,\n 4723543293\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211100,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542640,\n 4723542682,\n 4723542685,\n 4723543294,\n 4723543295,\n 4723543296,\n 4723542640\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211101,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541978,\n 4723541979,\n 4723541980,\n 4723541981,\n 4723541978\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211102,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543297,\n 4723543298,\n 4723543299,\n 4723543294,\n 4723542685,\n 4723543297\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211103,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541982,\n 4723541983,\n 4723541984,\n 4723541985,\n 4723541982\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211104,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542702,\n 4723542701,\n 4723542700,\n 4723543300,\n 4723542702\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211105,\n "timestamp": "2017-03-08T06:14:52Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542900,\n 4723542901,\n 4723542902,\n 4723542903,\n 4723542900\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211106,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543301,\n 4723543302,\n 4723543303,\n 4723543304,\n 4723543301\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211107,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541986,\n 4723541977,\n 4723541987,\n 4723541988,\n 4723542489,\n 4723542490,\n 4723542491,\n 4723542492,\n 4723542493,\n 4723542494,\n 4723542495,\n 4723542496,\n 4723542497,\n 4723541986\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211108,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543305,\n 4723543306,\n 4723543307,\n 4723543308,\n 4723543305\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211109,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542904,\n 4723542905,\n 4723542906,\n 4723542907,\n 4723542904\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211110,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542923,\n 4723542934,\n 4723542935,\n 4723542936,\n 4723542937,\n 4723542938,\n 4723542939,\n 4723542940,\n 4723542941,\n 4723542942,\n 4723542924,\n 4723542923\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211111,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543309,\n 4723542724,\n 4723542723,\n 4723543310,\n 4723543311,\n 4723543312,\n 4723543309\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211112,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542908,\n 4723542909,\n 4723542910,\n 4723542911,\n 4723542912,\n 4723543369,\n 4723542913,\n 4723542914,\n 4723542915,\n 4723542908\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211113,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542048,\n 4723542045,\n 4723542044,\n 4723542049,\n 4723542048\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211114,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542498,\n 4723542499,\n 4723542500,\n 4723542501,\n 4723542502,\n 4723542503,\n 4723542504,\n 4723542498\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211115,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541990,\n 4723542050,\n 4723542051,\n 4723542052,\n 4723541990\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211116,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542053,\n 4723542054,\n 4723542055,\n 4723542056,\n 4723542053\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211117,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542878,\n 4723542916,\n 4723542917,\n 4723542879,\n 4723542878\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211118,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542667,\n 4723542668,\n 4723542669,\n 4723542670,\n 4723542671,\n 4723542672,\n 4723542673,\n 4723542674,\n 4723542675,\n 4723542676,\n 4723542667\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211119,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542505,\n 4723542506,\n 4723542507,\n 4723542508,\n 4723542509,\n 4723542510,\n 4723542505\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211120,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543320,\n 4723543321,\n 4723542725,\n 4723542728,\n 4723542745,\n 4723543320\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211121,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542057,\n 4723542058,\n 4723542059,\n 4723542060,\n 4723542061,\n 4723542062,\n 4723542057\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211122,\n "timestamp": "2017-03-08T06:14:53Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542732,\n 4723542731,\n 4723543322,\n 4723543323,\n 4723542732\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211124,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543324,\n 4723542775,\n 4723542774,\n 4723542011,\n 4723543324\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211125,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542063,\n 4723542064,\n 4723542065,\n 4723542066,\n 4723542067,\n 4723542068,\n 4723542069,\n 4723542070,\n 4723542071,\n 4723542063\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211126,\n "timestamp": "2017-10-15T18:39:54Z",\n "version": 2,\n "changeset": 52962642,\n "user": "Pichasso",\n "uid": 512235,\n "nodes": [\n 4723543326,\n 4723542782,\n 4723542788,\n 4723543327,\n 5169694496,\n 4723543326\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211127,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542518,\n 4723542519,\n 4723542520,\n 4723542521,\n 4723542522,\n 4723542518\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211128,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277,\n "nodes": [\n 4723543329,\n 4723543330,\n 4723543331,\n 4723543332,\n 4723543329\n ],\n "tags": {\n "building": "roof",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211129,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542059,\n 4723543155,\n 4723542061,\n 4723542060,\n 4723542059\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211130,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542072,\n 4723542073,\n 4723542074,\n 4723542075,\n 4723542072\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211131,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542523,\n 4723542524,\n 4723542525,\n 4723542526,\n 4723542523\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211132,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542792,\n 4723543333,\n 4723542812,\n 4723542811,\n 4723542792\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211133,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542795,\n 4723543334,\n 4723542797,\n 4723543335,\n 4723543336,\n 4723543337,\n 4723542795\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211134,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542076,\n 4723542077,\n 4723542078,\n 4723542079,\n 4723542080,\n 4723542081,\n 4723542082,\n 4723542083,\n 4723542084,\n 4723542076\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211135,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542527,\n 4723542528,\n 4723542529,\n 4723543259,\n 4723542530,\n 4723542531,\n 4723543254,\n 4723542532,\n 4723542533,\n 4723542527\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211136,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541884,\n 4723542817,\n 4723543338,\n 4723542015,\n 4723542014,\n 4723541884\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211137,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543339,\n 4723543340,\n 4723543341,\n 4723542823,\n 4723542822,\n 4723543339\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211138,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542944,\n 4723542945,\n 4723542946,\n 4723542947,\n 4723542948,\n 4723542949,\n 4723542944\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211139,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542534,\n 4723542535,\n 4723542536,\n 4723542537,\n 4723542534\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211140,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543342,\n 4723542264,\n 4723542279,\n 4723543343,\n 4723543342\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211141,\n "timestamp": "2017-03-08T06:14:54Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543341,\n 4723543344,\n 4723543345,\n 4723542824,\n 4723542823,\n 4723543341\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211142,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542950,\n 4723542951,\n 4723542952,\n 4723542953,\n 4723542954,\n 4723542955,\n 4723542956,\n 4723542950\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211143,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542538,\n 4723542539,\n 4723542540,\n 4723542541,\n 4723542538\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211144,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543346,\n 4723542831,\n 4723542845,\n 4723542844,\n 4723543346\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211145,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542799,\n 4723542848,\n 4723542851,\n 4723543347,\n 4723543348,\n 4723542799\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211146,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542542,\n 4723542543,\n 4723542654,\n 4723542544,\n 4723542545,\n 4723542546,\n 4723542542\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211147,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542276,\n 4723542275,\n 4723542274,\n 4723543349,\n 4723542276\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211148,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542957,\n 4723542958,\n 4723542959,\n 4723542960,\n 4723542957\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211149,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543350,\n 4723543351,\n 4723542957,\n 4723542960,\n 4723543350\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211150,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542958,\n 4723542961,\n 4723542962,\n 4723542963,\n 4723542964,\n 4723542999,\n 4723542965,\n 4723542959,\n 4723542958\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211151,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542103,\n 4723542104,\n 4723542105,\n 4723542106,\n 4723542101,\n 4723542102,\n 4723542103\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211152,\n "timestamp": "2024-01-11T19:54:40Z",\n "version": 2,\n "changeset": 146156690,\n "user": "meihou",\n "uid": 581277,\n "nodes": [\n 4723542371,\n 4723542370,\n 4723542369,\n 4723542373,\n 4723542374,\n 4723542375,\n 4723542376,\n 4723542377,\n 11509308101,\n 4723542378,\n 4723542379,\n 4723542380,\n 4723542381,\n 4723542382,\n 4723542383,\n 4723542384,\n 4723542385,\n 4723542386,\n 4723542387,\n 4723542388,\n 4723542389,\n 4723542390,\n 4723542371\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211153,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542785,\n 4723542804,\n 4723542805,\n 4723542786,\n 4723542785\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211154,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542889,\n 4723542888,\n 4723542887,\n 4723542886,\n 4723542889\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211155,\n "timestamp": "2025-05-08T17:24:23Z",\n "version": 3,\n "changeset": 165995098,\n "user": "nlehuby",\n "uid": 1424448,\n "nodes": [\n 4723542555,\n 4723542556,\n 4723542557,\n 4723542567,\n 4723542570,\n 4723542558,\n 4723542559,\n 4723542560,\n 4723542555\n ],\n "tags": {\n "addr:housenumber": "6",\n "addr:street": "Rue Trouvelot",\n "amenity": "townhall",\n "building": "civic",\n "contact:email": "mairie.de.guyencourt@orange.fr",\n "contact:phone": "+33 3 23 20 75 31",\n "name": "Mairie de Guyencourt",\n "opening_hours": "Mo 13:30-19:00; Fr 09:00-12:00",\n "ref:FR:SIRET": "21020345100013",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017;Service-Public.fr - 03/2025",\n "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne",\n "wheelchair": "yes"\n }\n },\n {\n "type": "way",\n "id": 479211156,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542968,\n 4723542969,\n 4723542970,\n 4723542971,\n 4723542968\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211157,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541995,\n 4723541996,\n 4723541997,\n 4723541998,\n 4723541999,\n 4723542000,\n 4723542001,\n 4723542002,\n 4723542003,\n 4723542004,\n 4723541995\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211158,\n "timestamp": "2017-03-08T06:14:55Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542107,\n 4723542135,\n 4723542108,\n 4723542109,\n 4723542110,\n 4723542111,\n 4723542112,\n 4723542113,\n 4723542114,\n 4723542115,\n 4723542116,\n 4723542117,\n 4723542118,\n 4723542119,\n 4723542120,\n 4723542121,\n 4723542122,\n 4723542107\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211159,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542907,\n 4723542906,\n 4723543360,\n 4723543361,\n 4723543362,\n 4723542930,\n 4723543363,\n 4723543364,\n 4723542907\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211160,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542972,\n 4723542973,\n 4723542974,\n 4723542975,\n 4723542972\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211161,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 2,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277,\n "nodes": [\n 4723542561,\n 4723542562,\n 4723542563,\n 4723543276,\n 4723542564,\n 4723542565,\n 4723542566,\n 11510425921,\n 4723542561\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211162,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542063,\n 4723543156,\n 4723542065,\n 4723542064,\n 4723542063\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211164,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542725,\n 4723542726,\n 4723542727,\n 4723542746,\n 4723542728,\n 4723542725\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211165,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542567,\n 4723542568,\n 4723542569,\n 4723542570,\n 4723542567\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211166,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542085,\n 4723542086,\n 4723542087,\n 4723542088,\n 4723542085\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211167,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543369,\n 4723542912,\n 4723542911,\n 4723542910,\n 4723543369\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211168,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543366,\n 4723543370,\n 4723542149,\n 4723543367,\n 4723543366\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211169,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542571,\n 4723542572,\n 4723542573,\n 4723542574,\n 4723542571\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211170,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542984,\n 4723542985,\n 4723542986,\n 4723542987,\n 4723542988,\n 4723542989,\n 4723542984\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211171,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542123,\n 4723542124,\n 4723542125,\n 4723542126,\n 4723542123\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211172,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 4723543373,\n 4723542141,\n 4723543374,\n 4723543375,\n 12120315280,\n 12120315246,\n 4723543373\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211173,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542575,\n 4723542576,\n 4723542577,\n 4723542578,\n 4723542579,\n 4723542580,\n 4723542581,\n 4723542582,\n 4723542583,\n 4723542584,\n 4723542585,\n 4723542586,\n 4723542587,\n 4723542588,\n 4723542589,\n 4723542590,\n 4723542591,\n 4723542592,\n 4723542612,\n 4723542575\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211174,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541838,\n 4723541839,\n 4723541840,\n 4723541841,\n 4723541842,\n 4723541843,\n 4723541838\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211175,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542127,\n 4723542128,\n 4723542129,\n 4723542130,\n 4723542131,\n 4723542151,\n 4723542150,\n 4723542132,\n 4723542127\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211176,\n "timestamp": "2017-03-08T06:14:56Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542977,\n 4723542990,\n 4723542994,\n 4723542991,\n 4723542992,\n 4723542993,\n 4723542980,\n 4723542979,\n 4723542978,\n 4723542977\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211177,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 4723543370,\n 12120315243,\n 4723543375,\n 4723543374,\n 4723542149,\n 4723543370\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211178,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543376,\n 4723543377,\n 4723543378,\n 4723543379,\n 4723543376\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211179,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542994,\n 4723542995,\n 4723542996,\n 4723542997,\n 4723542998,\n 4723542991,\n 4723542994\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211180,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542133,\n 4723542134,\n 4723542108,\n 4723542135,\n 4723542136,\n 4723543161,\n 4723543160,\n 4723542137,\n 4723542138,\n 4723542139,\n 4723542140,\n 4723542133\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211181,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542996,\n 4723542995,\n 4723543380,\n 4723543381,\n 4723542996\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211182,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543382,\n 4723543001,\n 4723543383,\n 4723543384,\n 4723543382\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211183,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542999,\n 4723543000,\n 4723543383,\n 4723543001,\n 4723542965,\n 4723542999\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211184,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543385,\n 4723543386,\n 4723543387,\n 4723543388,\n 4723543385\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211185,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542141,\n 4723542946,\n 4723542945,\n 4723542142,\n 4723542143,\n 4723542144,\n 4723542145,\n 4723542146,\n 4723542147,\n 4723542148,\n 4723542149,\n 4723543374,\n 4723542141\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211186,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542572,\n 4723542593,\n 4723542594,\n 4723543281,\n 4723542595,\n 4723542596,\n 4723542597,\n 4723542576,\n 4723542575,\n 4723542598,\n 4723542573,\n 4723542572\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211187,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542089,\n 4723542090,\n 4723542091,\n 4723542092,\n 4723542089\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211188,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543070,\n 4723543389,\n 4723543393,\n 4723543390,\n 4723543071,\n 4723543070\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211189,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543389,\n 4723543391,\n 4723543392,\n 4723543393,\n 4723543389\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211190,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543006,\n 4723543007,\n 4723543008,\n 4723543009,\n 4723543010,\n 4723543011,\n 4723543006\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211191,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542599,\n 4723542600,\n 4723542601,\n 4723542602,\n 4723542603,\n 4723542604,\n 4723542605,\n 4723542606,\n 4723542607,\n 4723542608,\n 4723542609,\n 4723542610,\n 4723542611,\n 4723542599\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211192,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542150,\n 4723542151,\n 4723542152,\n 4723542153,\n 4723542144,\n 4723542143,\n 4723542154,\n 4723542155,\n 4723542156,\n 4723542150\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211193,\n "timestamp": "2017-03-08T06:14:57Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543087,\n 4723543094,\n 4723543394,\n 4723543395,\n 4723543087\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211194,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543225,\n 4723543226,\n 4723543227,\n 4723543228,\n 4723543229,\n 4723543230,\n 4723543225\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211195,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543396,\n 4723543397,\n 4723543097,\n 4723543096,\n 4723543398,\n 4723543399,\n 4723543396\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211196,\n "timestamp": "2024-01-11T19:13:46Z",\n "version": 3,\n "changeset": 146155500,\n "user": "Olyon",\n "uid": 1443767,\n "nodes": [\n 4723543012,\n 4723543013,\n 4723543014,\n 4723543015,\n 4723543016,\n 4723543017,\n 4723543018,\n 4723543019,\n 4723543020,\n 4723543021,\n 4723543022,\n 4723543023,\n 4723543024,\n 4723543025,\n 4723543026,\n 4723543027,\n 4723543028,\n 4723543029,\n 4723543030,\n 4723543031,\n 4723543032,\n 4723543033,\n 4723543034,\n 4723543035,\n 4723543036,\n 4723543037,\n 4723543038,\n 4723543039,\n 4723543040,\n 4723543041,\n 4723543042,\n 4723543043,\n 4723543044,\n 4723543045,\n 4723543046,\n 4723543047,\n 4723543048,\n 4723543049,\n 4723543050,\n 4723543051,\n 4723543052,\n 4723543053,\n 4723543054,\n 4723543055,\n 4723543056,\n 4723543012\n ],\n "tags": {\n "amenity": "place_of_worship",\n "building": "church",\n "denomination": "catholic",\n "name": "Église Saint-Cyr-et-Sainte-Julitte",\n "religion": "christian",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wikidata": "Q3581294"\n }\n },\n {\n "type": "way",\n "id": 479211197,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542350,\n 4723542351,\n 4723542352,\n 4723542353,\n 4723542350\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211198,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542157,\n 4723542981,\n 4723542158,\n 4723542159,\n 4723542160,\n 4723542161,\n 4723542165,\n 4723542157\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211199,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543400,\n 4723543100,\n 4723543401,\n 4723543402,\n 4723543400\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211200,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542612,\n 4723542613,\n 4723542598,\n 4723542575,\n 4723542612\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211201,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542161,\n 4723542162,\n 4723542163,\n 4723542164,\n 4723542165,\n 4723542161\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211202,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543069,\n 4723543070,\n 4723543071,\n 4723543390,\n 4723543072,\n 4723543257,\n 4723542529,\n 4723543073,\n 4723543074,\n 4723543069\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211203,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542614,\n 4723542615,\n 4723542616,\n 4723542617,\n 4723542618,\n 4723542619,\n 4723542614\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211204,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542166,\n 4723542167,\n 4723542168,\n 4723542169,\n 4723542170,\n 4723542171,\n 4723542172,\n 4723542173,\n 4723542174,\n 4723542166\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211205,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542620,\n 4723542621,\n 4723542622,\n 4723542623,\n 4723542620\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211206,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542624,\n 4723542625,\n 4723542626,\n 4723542627,\n 4723542635,\n 4723542624\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211207,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542175,\n 4723542176,\n 4723542177,\n 4723542178,\n 4723542175\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211208,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541853,\n 4723541854,\n 4723541855,\n 4723543142,\n 4723541856,\n 4723541853\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211209,\n "timestamp": "2017-03-08T06:14:58Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542628,\n 4723542629,\n 4723542516,\n 4723542515,\n 4723542630,\n 4723542631,\n 4723542632,\n 4723542628\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211210,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542175,\n 4723542178,\n 4723542179,\n 4723542180,\n 4723542175\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211211,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543103,\n 4723543401,\n 4723543100,\n 4723543104,\n 4723543105,\n 4723543106,\n 4723543103\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211212,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542621,\n 4723542633,\n 4723542634,\n 4723542622,\n 4723542621\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211213,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542635,\n 4723542627,\n 4723542636,\n 4723542637,\n 4723542638,\n 4723542635\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211214,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543231,\n 4723543236,\n 4723543232,\n 4723541957,\n 4723543233,\n 4723543234,\n 4723543231\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211215,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542639,\n 4723542640,\n 4723543296,\n 4723542641,\n 4723542642,\n 4723542643,\n 4723542644,\n 4723542645,\n 4723542646,\n 4723542647,\n 4723542648,\n 4723542639\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211216,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541974,\n 4723541975,\n 4723541976,\n 4723541977,\n 4723541986,\n 4723541974\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211217,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543057,\n 4723543058,\n 4723543059,\n 4723543060,\n 4723543061,\n 4723543062,\n 4723543063,\n 4723543064,\n 4723543057\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211218,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542198,\n 4723542199,\n 4723542200,\n 4723542225,\n 4723542201,\n 4723542202,\n 4723542198\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211219,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542543,\n 4723542649,\n 4723542650,\n 4723542651,\n 4723542652,\n 4723542653,\n 4723542654,\n 4723542543\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211220,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542547,\n 4723542548,\n 4723542549,\n 4723542550,\n 4723542551,\n 4723542552,\n 4723542553,\n 4723542554,\n 4723542547\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211221,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543065,\n 4723543066,\n 4723543067,\n 4723543068,\n 4723543065\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211222,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542203,\n 4723542204,\n 4723542205,\n 4723542206,\n 4723542207,\n 4723542208,\n 4723542209,\n 4723542210,\n 4723542211,\n 4723542212,\n 4723542192,\n 4723542203\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211223,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542655,\n 4723542656,\n 4723542657,\n 4723542658,\n 4723543273,\n 4723542659,\n 4723543272,\n 4723542660,\n 4723542655\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211224,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543107,\n 4723543108,\n 4723543109,\n 4723543110,\n 4723543111,\n 4723543107\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211225,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543075,\n 4723543076,\n 4723543077,\n 4723543078,\n 4723543075\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211226,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542655,\n 4723543291,\n 4723542661,\n 4723542662,\n 4723542656,\n 4723542655\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211227,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542213,\n 4723542214,\n 4723542215,\n 4723542216,\n 4723542213\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211228,\n "timestamp": "2017-03-08T06:14:59Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542818,\n 4723542819,\n 4723542820,\n 4723542821,\n 4723542818\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211229,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542663,\n 4723542664,\n 4723542665,\n 4723542666,\n 4723542663\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211230,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543079,\n 4723543080,\n 4723543081,\n 4723543082,\n 4723543079\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211231,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542520,\n 4723542519,\n 4723543252,\n 4723543253,\n 4723542520\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211232,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542200,\n 4723542217,\n 4723542218,\n 4723542219,\n 4723542220,\n 4723542221,\n 4723542222,\n 4723542223,\n 4723542294,\n 4723542224,\n 4723542225,\n 4723542200\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211233,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542005,\n 4723542006,\n 4723542007,\n 4723542008,\n 4723542009,\n 4723542010,\n 4723543324,\n 4723542011,\n 4723542012,\n 4723541880,\n 4723541879,\n 4723542005\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211234,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542394,\n 4723542395,\n 4723542396,\n 4723542397,\n 4723542394\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211235,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543083,\n 4723543084,\n 4723543085,\n 4723543086,\n 4723543083\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211236,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543087,\n 4723543088,\n 4723543089,\n 4723543090,\n 4723543091,\n 4723543092,\n 4723543093,\n 4723543094,\n 4723543087\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211237,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542226,\n 4723542237,\n 4723542227,\n 4723542228,\n 4723543176,\n 4723542229,\n 4723542230,\n 4723542231,\n 4723542232,\n 4723542226\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211238,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542893,\n 4723542867,\n 4723542894,\n 4723542895,\n 4723542896,\n 4723542897,\n 4723542898,\n 4723542899,\n 4723542893\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211239,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542677,\n 4723542678,\n 4723542679,\n 4723542680,\n 4723542681,\n 4723542677\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211240,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541826,\n 4723541827,\n 4723541828,\n 4723541829,\n 4723541830,\n 4723541831,\n 4723541832,\n 4723541833,\n 4723541826\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211241,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543095,\n 4723543096,\n 4723543097,\n 4723543397,\n 4723543098,\n 4723543095\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211242,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542233,\n 4723542234,\n 4723542235,\n 4723542236,\n 4723542233\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211243,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542682,\n 4723542683,\n 4723542684,\n 4723543297,\n 4723542685,\n 4723542682\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211244,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543099,\n 4723543104,\n 4723543100,\n 4723543400,\n 4723543101,\n 4723543102,\n 4723543099\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211245,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542237,\n 4723542238,\n 4723542239,\n 4723542227,\n 4723542237\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211246,\n "timestamp": "2017-03-08T06:15:00Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542686,\n 4723542687,\n 4723542688,\n 4723542689,\n 4723542686\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211248,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542690,\n 4723542691,\n 4723542692,\n 4723542693,\n 4723542690\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211249,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542700,\n 4723542701,\n 4723542702,\n 4723542703,\n 4723542698,\n 4723542699,\n 4723542700\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211250,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542694,\n 4723542695,\n 4723542696,\n 4723542697,\n 4723542694\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211251,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543183,\n 4723543184,\n 4723543185,\n 4723543186,\n 4723543183\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211252,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543110,\n 4723543109,\n 4723543112,\n 4723543113,\n 4723543114,\n 4723543110\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211253,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542248,\n 4723543187,\n 4723542249,\n 4723542280,\n 4723542250,\n 4723542251,\n 4723542248\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211255,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542252,\n 4723542253,\n 4723542254,\n 4723542255,\n 4723542256,\n 4723542257,\n 4723542258,\n 4723542259,\n 4723542260,\n 4723542261,\n 4723542262,\n 4723542263,\n 4723542252\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211256,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543119,\n 4723543120,\n 4723543121,\n 4723543122,\n 4723543119\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211257,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542036,\n 4723542037,\n 4723542038,\n 4723542039,\n 4723542040,\n 4723542041,\n 4723542042,\n 4723542043,\n 4723542044,\n 4723542045,\n 4723542046,\n 4723542047,\n 4723542036\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211258,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542704,\n 4723542705,\n 4723542706,\n 4723542707,\n 4723542708,\n 4723542709,\n 4723542710,\n 4723542711,\n 4723542704\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211260,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542181,\n 4723543167,\n 4723542182,\n 4723542183,\n 4723542184,\n 4723542181\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211261,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542264,\n 4723542265,\n 4723542266,\n 4723542267,\n 4723542268,\n 4723542269,\n 4723542270,\n 4723542271,\n 4723542853,\n 4723542272,\n 4723542273,\n 4723543349,\n 4723542274,\n 4723542275,\n 4723542276,\n 4723542277,\n 4723542278,\n 4723542279,\n 4723542264\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211262,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542712,\n 4723542713,\n 4723542714,\n 4723542715,\n 4723542712\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211263,\n "timestamp": "2017-03-08T06:15:01Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541848,\n 4723541849,\n 4723541850,\n 4723541851,\n 4723541852,\n 4723541836,\n 4723541835,\n 4723541848\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211264,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542716,\n 4723542717,\n 4723542718,\n 4723542719,\n 4723542716\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211265,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542720,\n 4723543313,\n 4723542721,\n 4723543317,\n 4723542722,\n 4723542723,\n 4723542724,\n 4723543309,\n 4723542720\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211266,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541843,\n 4723541842,\n 4723541841,\n 4723543138,\n 4723541843\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211267,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542280,\n 4723542249,\n 4723542281,\n 4723543192,\n 4723542282,\n 4723542283,\n 4723542280\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211268,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543139,\n 4723541853,\n 4723541856,\n 4723543140,\n 4723543139\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211269,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543141,\n 4723543142,\n 4723541855,\n 4723543143,\n 4723543141\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211270,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542221,\n 4723542284,\n 4723542285,\n 4723542286,\n 4723542287,\n 4723542288,\n 4723542289,\n 4723542290,\n 4723542291,\n 4723543195,\n 4723542292,\n 4723542293,\n 4723542222,\n 4723542221\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211271,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543144,\n 4723543145,\n 4723543146,\n 4723543147,\n 4723543144\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211272,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542185,\n 4723542186,\n 4723542187,\n 4723542188,\n 4723542185\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211273,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543148,\n 4723541819,\n 4723543149,\n 4723543150,\n 4723543148\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211274,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 3,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 4723542254,\n 4723543180,\n 4723543181,\n 4723543182,\n 4723542254\n ],\n "tags": {\n "building": "roof",\n "historic": "lavoir",\n "layer": "1",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211275,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542222,\n 4723542293,\n 4723542294,\n 4723542223,\n 4723542222\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211276,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541873,\n 4723541872,\n 4723543151,\n 4723543152,\n 4723541873\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211277,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542295,\n 4723542296,\n 4723542297,\n 4723542298,\n 4723542295\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211278,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542290,\n 4723542299,\n 4723542300,\n 4723542301,\n 4723542302,\n 4723542291,\n 4723542290\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211279,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542976,\n 4723542977,\n 4723542978,\n 4723542979,\n 4723542980,\n 4723542158,\n 4723542981,\n 4723542982,\n 4723542983,\n 4723542976\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211280,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542076,\n 4723542084,\n 4723542083,\n 4723543157,\n 4723542076\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211282,\n "timestamp": "2017-03-08T06:15:02Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542303,\n 4723542304,\n 4723542305,\n 4723542306,\n 4723542307,\n 4723542308,\n 4723542300,\n 4723542299,\n 4723542303\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211285,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543158,\n 4723543159,\n 4723542129,\n 4723542128,\n 4723543158\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211287,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542741,\n 4723542743,\n 4723542744,\n 4723542742,\n 4723542741\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211290,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543160,\n 4723543161,\n 4723543162,\n 4723543163,\n 4723543160\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211291,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542745,\n 4723542728,\n 4723542746,\n 4723542747,\n 4723542748,\n 4723542745\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211292,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542309,\n 4723542310,\n 4723543198,\n 4723543197,\n 4723542311,\n 4723542312,\n 4723542309\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211293,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542166,\n 4723542174,\n 4723542173,\n 4723543164,\n 4723542166\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211294,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542181,\n 4723543165,\n 4723543166,\n 4723543167,\n 4723542181\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211295,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542313,\n 4723542314,\n 4723542315,\n 4723542316,\n 4723542317,\n 4723542318,\n 4723542319,\n 4723542320,\n 4723542321,\n 4723542313\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211296,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542189,\n 4723542190,\n 4723542191,\n 4723542203,\n 4723542192,\n 4723542212,\n 4723542193,\n 4723542194,\n 4723542195,\n 4723542196,\n 4723542197,\n 4723542189\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211297,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543168,\n 4723543169,\n 4723543170,\n 4723543171,\n 4723543168\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211298,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542395,\n 4723542398,\n 4723542399,\n 4723542400,\n 4723542401,\n 4723542392,\n 4723542402,\n 4723542403,\n 4723542397,\n 4723542396,\n 4723542395\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211299,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542214,\n 4723543172,\n 4723543173,\n 4723543174,\n 4723542215,\n 4723542214\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211300,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723541812,\n 4723542756,\n 4723542757,\n 4723542758,\n 4723541812\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211301,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542322,\n 4723542323,\n 4723542324,\n 4723542325,\n 4723542326,\n 4723542327,\n 4723542328,\n 4723542329,\n 4723542330,\n 4723542322\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211302,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542224,\n 4723542294,\n 4723542293,\n 4723542292,\n 4723543175,\n 4723542224\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211303,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542759,\n 4723542760,\n 4723542761,\n 4723542762,\n 4723542763,\n 4723542764,\n 4723542765,\n 4723542766,\n 4723542767,\n 4723542768,\n 4723542759\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211304,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543176,\n 4723542228,\n 4723543177,\n 4723543178,\n 4723543176\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211305,\n "timestamp": "2017-03-08T06:15:03Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542244,\n 4723542243,\n 4723542242,\n 4723543179,\n 4723542244\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 479211306,\n "timestamp": "2017-03-08T06:15:04Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542331,\n 4723542332,\n 4723543219,\n 4723543222,\n 4723542333,\n 4723542334,\n 4723542335,\n 4723542336,\n 4723542337,\n 4723542351,\n 4723542350,\n 4723542331\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211307,\n "timestamp": "2017-03-08T06:15:04Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723542840,\n 4723542841,\n 4723542842,\n 4723542843,\n 4723542840\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211308,\n "timestamp": "2024-01-13T16:47:10Z",\n "version": 2,\n "changeset": 146220716,\n "user": "meihou",\n "uid": 581277,\n "nodes": [\n 4723542338,\n 11514221515,\n 4723542339,\n 4723543211,\n 4723542340,\n 4723542341,\n 4723542342,\n 4723542343,\n 4723542344,\n 4723542345,\n 4723542338\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017"\n }\n },\n {\n "type": "way",\n "id": 479211309,\n "timestamp": "2017-03-08T06:15:04Z",\n "version": 1,\n "changeset": 46671273,\n "user": "Kalaallit Nunaat",\n "uid": 400383,\n "nodes": [\n 4723543187,\n 4723543188,\n 4723543189,\n 4723543190,\n 4723543191,\n 4723542281,\n 4723542249,\n 4723543187\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2017",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 1239049285,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 2,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 11510425927,\n 11510425926,\n 11510425925,\n 11510425924,\n 11510425923,\n 11510425922,\n 11510425927\n ],\n "tags": {\n "man_made": "street_cabinet",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "substation",\n "source": "Exploitants contributeurs de l'Agence ORE - 2022-07 - Enedis",\n "substation": "minor_distribution",\n "voltage": "20000"\n }\n },\n {\n "type": "way",\n "id": 1239049287,\n "timestamp": "2024-01-12T08:54:52Z",\n "version": 1,\n "changeset": 146172176,\n "user": "meihou",\n "uid": 581277,\n "nodes": [\n 11510425943,\n 11510425942,\n 11510425941,\n 11510425940,\n 11510425939,\n 11510425938,\n 11510425937,\n 11510425943\n ],\n "tags": {\n "leisure": "playground"\n }\n },\n {\n "type": "way",\n "id": 1308786618,\n "timestamp": "2024-08-19T10:51:16Z",\n "version": 1,\n "changeset": 155454135,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120038886,\n 12120038887,\n 12120038888,\n 12120038889,\n 12120038886\n ],\n "tags": {\n "man_made": "street_cabinet",\n "operator": "Enedis",\n "operator:wikidata": "Q3587594",\n "power": "substation",\n "source": "Exploitants contributeurs de l'Agence ORE - 2022-07 - Enedis",\n "substation": "minor_distribution",\n "voltage": "20000"\n }\n },\n {\n "type": "way",\n "id": 1308821037,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315279,\n 12120315252,\n 12120315267,\n 12120315230,\n 12120315279\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821038,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315241,\n 12120315236,\n 12120315268,\n 12120315237,\n 12120315241\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821039,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315264,\n 12120315229,\n 12120315239,\n 12120315247,\n 12120315257,\n 12120315274,\n 12120315238,\n 12120315270,\n 12120315264\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821040,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315235,\n 12120315266,\n 12120315251,\n 12120315260,\n 12120315235\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821041,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315256,\n 12120315278,\n 12120315259,\n 12120315255,\n 12120315244,\n 12120315228,\n 12120315227,\n 12120315256\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821042,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315272,\n 12120315275,\n 12120315233,\n 12120315277,\n 12120315272\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821043,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315261,\n 12120315248,\n 12120315245,\n 12120315253,\n 12120315261\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n },\n {\n "type": "way",\n "id": 1308821044,\n "timestamp": "2024-08-19T13:44:24Z",\n "version": 1,\n "changeset": 155461810,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315254,\n 12120315231,\n 12120315263,\n 12120315249,\n 12120315254\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 1308821045,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315242,\n 12120315243,\n 4723543375,\n 12120315280,\n 12120315246,\n 12120315271,\n 12120315276,\n 12120315242\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024",\n "wall": "no"\n }\n },\n {\n "type": "way",\n "id": 1308821046,\n "timestamp": "2024-08-20T06:49:26Z",\n "version": 2,\n "changeset": 155492452,\n "user": "ThomasDu",\n "uid": 11808659,\n "nodes": [\n 12120315265,\n 4723542923,\n 4723542924,\n 12120315271,\n 12120315276,\n 12120315242,\n 12120315240,\n 12120315269,\n 12120315232,\n 12120315258,\n 12120315234,\n 12120315265\n ],\n "tags": {\n "building": "yes",\n "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2024"\n }\n }\n \n ]\n }\n """ ] ] |
|