Skip to contents

The following command returns:

  • All nodes that are inside a given bounding box and any relations that reference them.

  • All ways that reference at least one node that is inside a given bounding box, any relations that reference them [the ways], and any nodes outside the bounding box that the ways may reference.

  • All relations that reference one of the nodes, ways or relations included due to the above rules. (Does '''not''' apply recursively, see explanation below.)

Usage

osm_bbox_objects(bbox, format = c("R", "xml", "json"), tags_in_columns = FALSE)

Arguments

bbox

Coordinates for the area to retrieve the map data from (left,bottom,right,top).

format

Format of the output. Can be "R" (default), "xml", or "json".

tags_in_columns

If FALSE (default), the tags of the objects are saved in a single list column tags containing a data.frame for each OSM object with the keys and values. If TRUE, add a column for each key. Ignored if format != "R".

Value

If format = "R", returns a data frame with one OSM object per row. If format = "xml", returns a xml2::xml_document following the OSM_XML format. If format = "json", returns a list with a json structure following the OSM_JSON format.

Details

Note that, while this command returns those relations that reference the aforementioned nodes and ways, the reverse is not true: it does not (necessarily) return all of the nodes and ways that are referenced by these relations. This prevents unreasonably-large result sets. For example, imagine the case where:

  • There is a relation named "England" that references every node in England.

  • The nodes, ways, and relations are retrieved for a bounding box that covers a small portion of England. While the result would include the nodes, ways, and relations as specified by the rules for the command, including the "England" relation, it would (fortuitously) not include every node and way in England. If desired, the nodes and ways referenced by the "England" relation could be retrieved by their respective IDs.

Also note that ways which intersect the bounding box but have no nodes within the bounding box will not be returned.

Note

For downloading data for purposes other than editing or exploring the history of the objects, perhaps is better to use the Overpass API. A similar function to download OSM objects using Overpass, is implemented in the osmdata function opq().

See also

Examples

map_data <- osm_bbox_objects(bbox = c(1.8366775, 41.8336843, 1.8379971, 41.8344537))
## bbox as a character value also works (bbox = "1.8366775,41.8336843,1.8379971,41.8344537").
map_data
#>         type          id visible version changeset           timestamp
#> 1       node  1086791219    TRUE       2  28904440 2015-02-17 09:43:37
#> 2       node  1086906702    TRUE       2  10884933 2012-03-05 21:49:06
#> 3       node  1087707418    TRUE       1   6889330 2011-01-07 04:25:19
#> 4       node  1087772898    TRUE       1   6889330 2011-01-07 05:11:39
#> 5       node  1088962088    TRUE       2  10884933 2012-03-05 21:49:08
#> 6       node  1089032997    TRUE       2  10884933 2012-03-05 21:49:08
#> 7       node  1090232160    TRUE       1   6900107 2011-01-08 04:58:50
#> 8       node  1091749098    TRUE       2  10884933 2012-03-05 21:49:10
#> 9       node  1092623102    TRUE       1   6909455 2011-01-08 22:54:44
#> 10      node  1095010265    TRUE       1   6917883 2011-01-09 19:59:54
#> 11      node  1095247692    TRUE       2  10884933 2012-03-05 21:49:11
#> 12      node  1095270066    TRUE       2  13448362 2012-10-10 23:08:46
#> 13      node  1095693080    TRUE       1   6922168 2011-01-10 01:03:43
#> 14      node  1661362991    TRUE       1  10884933 2012-03-05 21:47:15
#> 15      node  1661363016    TRUE       1  10884933 2012-03-05 21:47:15
#> 16      node  1661363019    TRUE       2  13200777 2012-09-21 20:40:30
#> 17      node  1661363022    TRUE       1  10884933 2012-03-05 21:47:15
#> 18      node  1661363026    TRUE       1  10884933 2012-03-05 21:47:15
#> 19      node  1661363029    TRUE       1  10884933 2012-03-05 21:47:15
#> 20      node  1661363078    TRUE       1  10884933 2012-03-05 21:47:15
#> 21      node  1661363088    TRUE       2  13200777 2012-09-21 20:40:30
#> 22      node  1661363096    TRUE       1  10884933 2012-03-05 21:47:16
#> 23      node  1661363103    TRUE       1  10884933 2012-03-05 21:47:16
#> 24      node  1661363112    TRUE       2  13448362 2012-10-10 23:08:46
#> 25      node  1661363121    TRUE       2  13200777 2012-09-21 20:40:30
#> 26      node  1661363126    TRUE       1  10884933 2012-03-05 21:47:17
#> 27      node  1661363131    TRUE       1  10884933 2012-03-05 21:47:17
#> 28      node  1661363136    TRUE       2  13200777 2012-09-21 20:40:30
#> 29      node  1661363140    TRUE       1  10884933 2012-03-05 21:47:17
#> 30      node  1661363147    TRUE       1  10884933 2012-03-05 21:47:17
#> 31      node  1661363150    TRUE       1  10884933 2012-03-05 21:47:17
#> 32      node  1661363152    TRUE       1  10884933 2012-03-05 21:47:17
#> 33      node  1661363158    TRUE       2  13200777 2012-09-21 20:40:30
#> 34      node  1661363225    TRUE       2  13200777 2012-09-21 20:40:30
#> 35      node  1661363226    TRUE       1  10884933 2012-03-05 21:47:18
#> 36      node  1661363230    TRUE       1  10884933 2012-03-05 21:47:18
#> 37      node  1661363233    TRUE       1  10884933 2012-03-05 21:47:18
#> 38      node  1661363242    TRUE       1  10884933 2012-03-05 21:47:18
#> 39      node  1661363247    TRUE       1  10884933 2012-03-05 21:47:18
#> 40      node  1661363261    TRUE       1  10884933 2012-03-05 21:47:18
#> 41      node  1661363266    TRUE       2  13200777 2012-09-21 20:40:30
#> 42      node  1661363269    TRUE       2  13200777 2012-09-21 20:40:31
#> 43      node  1661363278    TRUE       1  10884933 2012-03-05 21:47:19
#> 44      node  1661363285    TRUE       1  10884933 2012-03-05 21:47:19
#> 45      node  1661363333    TRUE       1  10884933 2012-03-05 21:47:19
#> 46      node  1661363336    TRUE       2  13448362 2012-10-10 23:08:46
#> 47      node  1661363340    TRUE       1  10884933 2012-03-05 21:47:20
#> 48      node  1661363372    TRUE       1  10884933 2012-03-05 21:47:20
#> 49      node  1661363477    TRUE       1  10884933 2012-03-05 21:47:21
#> 50      node  1661363529    TRUE       1  10884933 2012-03-05 21:47:22
#> 51      node  1661363538    TRUE       1  10884933 2012-03-05 21:47:22
#> 52      node  1661363550    TRUE       1  10884933 2012-03-05 21:47:22
#> 53      node  1661363560    TRUE       1  10884933 2012-03-05 21:47:22
#> 54      node  1661363650    TRUE       1  10884933 2012-03-05 21:47:23
#> 55      node  1661363654    TRUE       1  10884933 2012-03-05 21:47:23
#> 56      node  1661363662    TRUE       1  10884933 2012-03-05 21:47:24
#> 57      node  1661363675    TRUE       1  10884933 2012-03-05 21:47:24
#> 58      node  1661363682    TRUE       1  10884933 2012-03-05 21:47:24
#> 59      node  1661363687    TRUE       1  10884933 2012-03-05 21:47:24
#> 60      node  1661363698    TRUE       2  13448362 2012-10-10 23:08:46
#> 61      node  1661363758    TRUE       1  10884933 2012-03-05 21:47:25
#> 62      node  1661363765    TRUE       1  10884933 2012-03-05 21:47:25
#> 63      node  1661363771    TRUE       1  10884933 2012-03-05 21:47:25
#> 64      node  1661363783    TRUE       1  10884933 2012-03-05 21:47:25
#> 65      node  1925877888    TRUE       1  13200777 2012-09-21 20:40:27
#> 66      node  1925877889    TRUE       1  13200777 2012-09-21 20:40:27
#> 67      node  1925877890    TRUE       1  13200777 2012-09-21 20:40:27
#> 68      node  1925877892    TRUE       1  13200777 2012-09-21 20:40:27
#> 69      node  1925877893    TRUE       1  13200777 2012-09-21 20:40:27
#> 70      node  1925877894    TRUE       1  13200777 2012-09-21 20:40:28
#> 71      node  1925877895    TRUE       1  13200777 2012-09-21 20:40:28
#> 72      node  1925877896    TRUE       1  13200777 2012-09-21 20:40:28
#> 73      node  1925877897    TRUE       1  13200777 2012-09-21 20:40:28
#> 74      node  1925877898    TRUE       2  13448362 2012-10-10 23:08:46
#> 75      node  1925877900    TRUE       1  13200777 2012-09-21 20:40:28
#> 76      node  1925877901    TRUE       1  13200777 2012-09-21 20:40:28
#> 77      node  1925877902    TRUE       1  13200777 2012-09-21 20:40:28
#> 78      node  1925877904    TRUE       1  13200777 2012-09-21 20:40:28
#> 79      node  1925877905    TRUE       1  13200777 2012-09-21 20:40:28
#> 80      node  1957612041    TRUE       1  13448362 2012-10-10 23:08:39
#> 81      node  1957612049    TRUE       1  13448362 2012-10-10 23:08:40
#> 82      node  1957612051    TRUE       1  13448362 2012-10-10 23:08:40
#> 83      node  1957612053    TRUE       1  13448362 2012-10-10 23:08:40
#> 84      node  1957612055    TRUE       1  13448362 2012-10-10 23:08:40
#> 85      node  1957612057    TRUE       1  13448362 2012-10-10 23:08:40
#> 86      node  1957612059    TRUE       1  13448362 2012-10-10 23:08:40
#> 87      node  1957612061    TRUE       1  13448362 2012-10-10 23:08:40
#> 88      node  1957612063    TRUE       1  13448362 2012-10-10 23:08:40
#> 89      node  1957612065    TRUE       1  13448362 2012-10-10 23:08:40
#> 90      node  1957612067    TRUE       1  13448362 2012-10-10 23:08:40
#> 91      node  1957612069    TRUE       1  13448362 2012-10-10 23:08:40
#> 92      node  1957612071    TRUE       1  13448362 2012-10-10 23:08:40
#> 93      node  1957612073    TRUE       1  13448362 2012-10-10 23:08:40
#> 94      node  1957612074    TRUE       1  13448362 2012-10-10 23:08:40
#> 95      node  1957612075    TRUE       2  13448379 2012-10-10 23:11:30
#> 96      node  1957612076    TRUE       2 126584809 2022-09-24 14:49:53
#> 97      node  1957612077    TRUE       2 126584809 2022-09-24 14:49:53
#> 98      node  1957612083    TRUE       1  13448362 2012-10-10 23:08:40
#> 99      node  1957612084    TRUE       1  13448362 2012-10-10 23:08:40
#> 100     node  1957612087    TRUE       1  13448362 2012-10-10 23:08:40
#> 101     node  1957612089    TRUE       1  13448362 2012-10-10 23:08:40
#> 102     node  1957612091    TRUE       1  13448362 2012-10-10 23:08:40
#> 103     node  1957612093    TRUE       1  13448362 2012-10-10 23:08:40
#> 104     node  1957612095    TRUE       1  13448362 2012-10-10 23:08:40
#> 105     node  1957612097    TRUE       1  13448362 2012-10-10 23:08:40
#> 106     node  1957612099    TRUE       1  13448362 2012-10-10 23:08:41
#> 107     node  1957612101    TRUE       1  13448362 2012-10-10 23:08:41
#> 108     node  1957612103    TRUE       1  13448362 2012-10-10 23:08:41
#> 109     node  1957612105    TRUE       1  13448362 2012-10-10 23:08:41
#> 110     node  1957612107    TRUE       1  13448362 2012-10-10 23:08:41
#> 111     node  1957612109    TRUE       1  13448362 2012-10-10 23:08:41
#> 112     node  1957612111    TRUE       1  13448362 2012-10-10 23:08:41
#> 113     node  1957612113    TRUE       1  13448362 2012-10-10 23:08:41
#> 114     node  1957612114    TRUE       1  13448362 2012-10-10 23:08:41
#> 115     node  1957612116    TRUE       2 126584809 2022-09-24 14:49:53
#> 116     node  1957612118    TRUE       2  13448379 2012-10-10 23:11:30
#> 117     node  1957612120    TRUE       1  13448362 2012-10-10 23:08:41
#> 118     node  1957612122    TRUE       1  13448362 2012-10-10 23:08:41
#> 119     node  1957612124    TRUE       1  13448362 2012-10-10 23:08:41
#> 120     node  1957612125    TRUE       1  13448362 2012-10-10 23:08:41
#> 121     node  1957612127    TRUE       1  13448362 2012-10-10 23:08:41
#> 122     node  1957612129    TRUE       1  13448362 2012-10-10 23:08:41
#> 123     node  1957612131    TRUE       1  13448362 2012-10-10 23:08:41
#> 124     node  1957612133    TRUE       1  13448362 2012-10-10 23:08:41
#> 125     node  1957612134    TRUE       1  13448362 2012-10-10 23:08:41
#> 126     node  1957612136    TRUE       1  13448362 2012-10-10 23:08:41
#> 127     node  1957612138    TRUE       1  13448362 2012-10-10 23:08:41
#> 128     node  1957612140    TRUE       1  13448362 2012-10-10 23:08:41
#> 129     node  1957612142    TRUE       1  13448362 2012-10-10 23:08:41
#> 130     node  1957612144    TRUE       1  13448362 2012-10-10 23:08:41
#> 131     node  1957612146    TRUE       1  13448362 2012-10-10 23:08:41
#> 132     node  1957612148    TRUE       1  13448362 2012-10-10 23:08:41
#> 133     node  1957612152    TRUE       1  13448362 2012-10-10 23:08:42
#> 134     node  3355462983    TRUE       1  28903021 2015-02-17 08:29:09
#> 135     node  3355462984    TRUE       1  28903021 2015-02-17 08:29:09
#> 136     node  3355466106    TRUE       1  28903021 2015-02-17 08:29:09
#> 137     node  3355466144    TRUE       1  28903021 2015-02-17 08:29:10
#> 138     node  3355466171    TRUE       1  28903021 2015-02-17 08:29:11
#> 139     node  3355466172    TRUE       1  28903021 2015-02-17 08:29:11
#> 140     node  3355466185    TRUE       2  36995338 2016-02-04 10:59:55
#> 141     node  3355466199    TRUE       1  28903021 2015-02-17 08:29:11
#> 142     node  3355466232    TRUE       1  28903021 2015-02-17 08:29:12
#> 143     node  3355466254    TRUE       1  28903021 2015-02-17 08:29:12
#> 144     node  3355466300    TRUE       1  28903021 2015-02-17 08:29:13
#> 145     node  3355466374    TRUE       1  28903021 2015-02-17 08:29:15
#> 146     node  3355466545    TRUE       1  28903021 2015-02-17 08:29:19
#> 147     node  3355466570    TRUE       1  28903021 2015-02-17 08:29:19
#> 148     node  6425109815    TRUE       1  69516908 2019-04-24 08:35:47
#> 149     node  6425109816    TRUE       1  69516908 2019-04-24 08:35:47
#> 150     node  6425109817    TRUE       1  69516908 2019-04-24 08:35:47
#> 151     node  6425109818    TRUE       1  69516908 2019-04-24 08:35:47
#> 152     node  6425109819    TRUE       1  69516908 2019-04-24 08:35:47
#> 153     node  6425109820    TRUE       1  69516908 2019-04-24 08:35:47
#> 154     node  6425109821    TRUE       1  69516908 2019-04-24 08:35:47
#> 155     node  6425109822    TRUE       1  69516908 2019-04-24 08:35:47
#> 156     node  6425109823    TRUE       1  69516908 2019-04-24 08:35:47
#> 157     node  6425109824    TRUE       1  69516908 2019-04-24 08:35:47
#> 158     node  6425109825    TRUE       1  69516908 2019-04-24 08:35:47
#> 159     node  6425109826    TRUE       1  69516908 2019-04-24 08:35:47
#> 160     node  6425109827    TRUE       1  69516908 2019-04-24 08:35:47
#> 161     node  6425109828    TRUE       1  69516908 2019-04-24 08:35:47
#> 162     node  6425109829    TRUE       1  69516908 2019-04-24 08:35:47
#> 163     node  6425109830    TRUE       1  69516908 2019-04-24 08:35:47
#> 164     node  6425109831    TRUE       1  69516908 2019-04-24 08:35:47
#> 165     node  6425109832    TRUE       1  69516908 2019-04-24 08:35:47
#> 166     node  6425109833    TRUE       1  69516908 2019-04-24 08:35:47
#> 167     node  6425109834    TRUE       1  69516908 2019-04-24 08:35:47
#> 168     node  6425109835    TRUE       1  69516908 2019-04-24 08:35:47
#> 169     node  6425109836    TRUE       1  69516908 2019-04-24 08:35:47
#> 170     node  6425109837    TRUE       1  69516908 2019-04-24 08:35:47
#> 171     node  6425109838    TRUE       1  69516908 2019-04-24 08:35:47
#> 172     node  6425109839    TRUE       1  69516908 2019-04-24 08:35:47
#> 173     node  6425109840    TRUE       1  69516908 2019-04-24 08:35:47
#> 174     node  6425109841    TRUE       1  69516908 2019-04-24 08:35:47
#> 175     node  6425109842    TRUE       1  69516908 2019-04-24 08:35:47
#> 176     node  6425109843    TRUE       1  69516908 2019-04-24 08:35:47
#> 177     node  6425109844    TRUE       1  69516908 2019-04-24 08:35:48
#> 178     node  6425109845    TRUE       1  69516908 2019-04-24 08:35:48
#> 179     node  6425109846    TRUE       1  69516908 2019-04-24 08:35:48
#> 180     node  6425109847    TRUE       1  69516908 2019-04-24 08:35:48
#> 181     node  6425109848    TRUE       1  69516908 2019-04-24 08:35:48
#> 182     node  6425109849    TRUE       1  69516908 2019-04-24 08:35:48
#> 183     node  6425109850    TRUE       1  69516908 2019-04-24 08:35:48
#> 184     node  6425109851    TRUE       1  69516908 2019-04-24 08:35:48
#> 185     node  6425109852    TRUE       1  69516908 2019-04-24 08:35:48
#> 186     node  6425109853    TRUE       1  69516908 2019-04-24 08:35:48
#> 187     node  6425109854    TRUE       1  69516908 2019-04-24 08:35:48
#> 188     node  6425109855    TRUE       1  69516908 2019-04-24 08:35:48
#> 189     node  6425109856    TRUE       1  69516908 2019-04-24 08:35:48
#> 190     node  6425109857    TRUE       1  69516908 2019-04-24 08:35:48
#> 191     node  6425109858    TRUE       1  69516908 2019-04-24 08:35:48
#> 192     node 10299079065    TRUE       1 130759957 2023-01-01 18:48:42
#> 193     node 10876350778    TRUE       1 135824518 2023-05-07 19:25:27
#> 194     node 10876380831    TRUE       1 135824518 2023-05-07 19:25:27
#> 195     node 11987179907    TRUE       1 152793279 2024-06-17 09:26:39
#> 196     node 11987179908    TRUE       1 152793279 2024-06-17 09:26:39
#> 197     node 11987179909    TRUE       1 152793279 2024-06-17 09:26:39
#> 198     node 11987179910    TRUE       1 152793279 2024-06-17 09:26:39
#> 199     node 11987179911    TRUE       1 152793279 2024-06-17 09:26:39
#> 200     node 11987179912    TRUE       1 152793279 2024-06-17 09:26:39
#> 201     node 11987179913    TRUE       1 152793279 2024-06-17 09:26:39
#> 202     node 11987179914    TRUE       1 152793279 2024-06-17 09:26:39
#> 203     node 11987179915    TRUE       1 152793279 2024-06-17 09:26:39
#> 204     node 11987179916    TRUE       1 152793279 2024-06-17 09:26:39
#> 205     node 11987179917    TRUE       1 152793279 2024-06-17 09:26:39
#> 206      way   153466448    TRUE       4  13448374 2012-10-10 23:10:42
#> 207      way   153466451    TRUE       4 129422216 2022-11-27 05:02:02
#> 208      way   153466470    TRUE       4 135819835 2023-05-07 17:06:36
#> 209      way   153466495    TRUE       2  28903021 2015-02-17 08:30:38
#> 210      way   153466530    TRUE       6 137048530 2023-06-07 09:49:27
#> 211      way   182250926    TRUE       3  13448374 2012-10-10 23:10:41
#> 212      way   185201368    TRUE       5 130759957 2023-01-01 18:48:42
#> 213      way   185201369    TRUE       4 152793279 2024-06-17 09:26:39
#> 214      way   185201370    TRUE       1  13448362 2012-10-10 23:08:42
#> 215      way   185201371    TRUE       4 135820297 2023-05-07 17:05:23
#> 216      way   185201372    TRUE       1  13448362 2012-10-10 23:08:43
#> 217      way   185201373    TRUE       1  13448362 2012-10-10 23:08:43
#> 218      way   185201374    TRUE       1  13448362 2012-10-10 23:08:43
#> 219      way   185201375    TRUE       4 135820297 2023-05-07 17:05:30
#> 220      way   185201376    TRUE       2 135819835 2023-05-07 16:52:14
#> 221      way   185201377    TRUE       1  13448362 2012-10-10 23:08:43
#> 222      way   185201378    TRUE       1  13448362 2012-10-10 23:08:43
#> 223      way   185201379    TRUE       1  13448362 2012-10-10 23:08:43
#> 224      way   185201380    TRUE       1  13448362 2012-10-10 23:08:43
#> 225      way   185201381    TRUE       2 126584809 2022-09-24 14:49:53
#> 226      way   185201383    TRUE       1  13448362 2012-10-10 23:08:44
#> 227      way   185201384    TRUE       1  13448362 2012-10-10 23:08:44
#> 228      way   185201385    TRUE       2 152793279 2024-06-17 09:26:39
#> 229      way   185201411    TRUE       1  13448374 2012-10-10 23:10:41
#> 230      way   328716378    TRUE       1  28903021 2015-02-17 08:30:20
#> 231      way   685590020    TRUE       3 135820333 2023-05-07 17:06:24
#> 232      way  1293028892    TRUE       1 152793279 2024-06-17 09:26:39
#> 233 relation     5524720    TRUE      38 153218834 2024-06-26 19:49:19
#>             user      uid        lat       lon
#> 1         EliziR   605366 41.8343475 1.8380789
#> 2         EliziR   605366 41.8346086 1.8381028
#> 3     antecessor    87939 41.8337241 1.8375993
#> 4     antecessor    87939 41.8341401 1.8380538
#> 5         EliziR   605366 41.8345475 1.8360498
#> 6         EliziR   605366 41.8340566 1.8366058
#> 7     antecessor    87939 41.8335690 1.8374740
#> 8         EliziR   605366 41.8347877 1.8359973
#> 9     antecessor    87939 41.8340099 1.8378882
#> 10    antecessor    87939 41.8334085 1.8373604
#> 11        EliziR   605366 41.8353097 1.8360719
#> 12        EliziR   605366 41.8338300 1.8377658
#> 13    antecessor    87939 41.8332446 1.8372584
#> 14        EliziR   605366 41.8333162 1.8365691
#> 15        EliziR   605366 41.8337595 1.8368541
#> 16        EliziR   605366 41.8338216 1.8369248
#> 17        EliziR   605366 41.8338038 1.8365813
#> 18        EliziR   605366 41.8338404 1.8375752
#> 19        EliziR   605366 41.8338490 1.8376968
#> 20        EliziR   605366 41.8338544 1.8367437
#> 21        EliziR   605366 41.8338713 1.8370757
#> 22        EliziR   605366 41.8338749 1.8375872
#> 23        EliziR   605366 41.8338774 1.8374803
#> 24        EliziR   605366 41.8339271 1.8375027
#> 25        EliziR   605366 41.8339274 1.8368620
#> 26        EliziR   605366 41.8339217 1.8366712
#> 27        EliziR   605366 41.8339439 1.8373871
#> 28        EliziR   605366 41.8339771 1.8370129
#> 29        EliziR   605366 41.8340118 1.8376257
#> 30        EliziR   605366 41.8340411 1.8367004
#> 31        EliziR   605366 41.8340544 1.8374988
#> 32        EliziR   605366 41.8340612 1.8374199
#> 33        EliziR   605366 41.8340858 1.8372474
#> 34        EliziR   605366 41.8340938 1.8374579
#> 35        EliziR   605366 41.8341301 1.8377007
#> 36        EliziR   605366 41.8341337 1.8376629
#> 37        EliziR   605366 41.8341517 1.8362815
#> 38        EliziR   605366 41.8341722 1.8377977
#> 39        EliziR   605366 41.8341880 1.8377245
#> 40        EliziR   605366 41.8341923 1.8367711
#> 41        EliziR   605366 41.8342121 1.8372388
#> 42        EliziR   605366 41.8342201 1.8374493
#> 43        EliziR   605366 41.8342472 1.8368773
#> 44        EliziR   605366 41.8343021 1.8370114
#> 45        EliziR   605366 41.8343613 1.8371155
#> 46        EliziR   605366 41.8343316 1.8375019
#> 47        EliziR   605366 41.8344553 1.8371612
#> 48        EliziR   605366 41.8346093 1.8371669
#> 49        EliziR   605366 41.8348556 1.8370571
#> 50        EliziR   605366 41.8349306 1.8378345
#> 51        EliziR   605366 41.8349728 1.8362125
#> 52        EliziR   605366 41.8349874 1.8370303
#> 53        EliziR   605366 41.8350596 1.8376625
#> 54        EliziR   605366 41.8351191 1.8371889
#> 55        EliziR   605366 41.8351867 1.8376930
#> 56        EliziR   605366 41.8352362 1.8373401
#> 57        EliziR   605366 41.8353533 1.8374255
#> 58        EliziR   605366 41.8353663 1.8360272
#> 59        EliziR   605366 41.8353819 1.8374954
#> 60        EliziR   605366 41.8355366 1.8374337
#> 61        EliziR   605366 41.8356158 1.8367566
#> 62        EliziR   605366 41.8356434 1.8375425
#> 63        EliziR   605366 41.8356644 1.8369361
#> 64        EliziR   605366 41.8357778 1.8374362
#> 65        EliziR   605366 41.8336994 1.8370761
#> 66        EliziR   605366 41.8337159 1.8369434
#> 67        EliziR   605366 41.8337461 1.8372918
#> 68        EliziR   605366 41.8338051 1.8376108
#> 69        EliziR   605366 41.8338488 1.8377451
#> 70        EliziR   605366 41.8339605 1.8377959
#> 71        EliziR   605366 41.8341228 1.8378575
#> 72        EliziR   605366 41.8342863 1.8379221
#> 73        EliziR   605366 41.8343412 1.8377591
#> 74        EliziR   605366 41.8343143 1.8377012
#> 75        EliziR   605366 41.8343879 1.8378808
#> 76        EliziR   605366 41.8345280 1.8379398
#> 77        EliziR   605366 41.8346530 1.8379748
#> 78        EliziR   605366 41.8347299 1.8379379
#> 79        EliziR   605366 41.8349584 1.8377545
#> 80        EliziR   605366 41.8341573 1.8377521
#> 81        EliziR   605366 41.8335140 1.8371683
#> 82        EliziR   605366 41.8335804 1.8373789
#> 83        EliziR   605366 41.8336399 1.8370968
#> 84        EliziR   605366 41.8336994 1.8371920
#> 85        EliziR   605366 41.8337063 1.8373073
#> 86        EliziR   605366 41.8337261 1.8371996
#> 87        EliziR   605366 41.8338413 1.8367590
#> 88        EliziR   605366 41.8338464 1.8371667
#> 89        EliziR   605366 41.8338614 1.8372860
#> 90        EliziR   605366 41.8339159 1.8375095
#> 91        EliziR   605366 41.8339181 1.8374860
#> 92        EliziR   605366 41.8339182 1.8370479
#> 93        EliziR   605366 41.8339307 1.8373750
#> 94        EliziR   605366 41.8339364 1.8368183
#> 95        EliziR   605366 41.8339394 1.8372864
#> 96        ratrun   474183 41.8339393 1.8371080
#> 97        ratrun   474183 41.8339430 1.8371194
#> 98        EliziR   605366 41.8339494 1.8372935
#> 99        EliziR   605366 41.8339609 1.8367534
#> 100       EliziR   605366 41.8339767 1.8368058
#> 101       EliziR   605366 41.8339769 1.8366847
#> 102       EliziR   605366 41.8339900 1.8368438
#> 103       EliziR   605366 41.8340010 1.8370529
#> 104       EliziR   605366 41.8340067 1.8368962
#> 105       EliziR   605366 41.8340098 1.8370823
#> 106       EliziR   605366 41.8340225 1.8369576
#> 107       EliziR   605366 41.8340308 1.8376315
#> 108       EliziR   605366 41.8340358 1.8370046
#> 109       EliziR   605366 41.8340435 1.8370302
#> 110       EliziR   605366 41.8340461 1.8376362
#> 111       EliziR   605366 41.8340478 1.8372981
#> 112       EliziR   605366 41.8340526 1.8370603
#> 113       EliziR   605366 41.8340608 1.8372729
#> 114       EliziR   605366 41.8340689 1.8369856
#> 115       ratrun   474183 41.8340688 1.8372499
#> 116       EliziR   605366 41.8340707 1.8372628
#> 117       EliziR   605366 41.8340736 1.8374125
#> 118       EliziR   605366 41.8340746 1.8375368
#> 119       EliziR   605366 41.8340752 1.8374966
#> 120       EliziR   605366 41.8341087 1.8372458
#> 121       EliziR   605366 41.8341963 1.8369123
#> 122       EliziR   605366 41.8342323 1.8372339
#> 123       EliziR   605366 41.8342330 1.8372599
#> 124       EliziR   605366 41.8342330 1.8374726
#> 125       EliziR   605366 41.8342374 1.8370472
#> 126       EliziR   605366 41.8342378 1.8374583
#> 127       EliziR   605366 41.8342417 1.8375853
#> 128       EliziR   605366 41.8342467 1.8369930
#> 129       EliziR   605366 41.8342492 1.8370859
#> 130       EliziR   605366 41.8342669 1.8372256
#> 131       EliziR   605366 41.8342726 1.8370988
#> 132       EliziR   605366 41.8343256 1.8372419
#> 133       EliziR   605366 41.8344201 1.8370519
#> 134       EliziR   605366 41.8329005 1.8372248
#> 135       EliziR   605366 41.8329003 1.8378234
#> 136       EliziR   605366 41.8330165 1.8378506
#> 137       EliziR   605366 41.8331531 1.8378457
#> 138       EliziR   605366 41.8332666 1.8370462
#> 139       EliziR   605366 41.8332700 1.8378873
#> 140   landfahrer  1069176 41.8332405 1.8367763
#> 141       EliziR   605366 41.8333678 1.8379577
#> 142       EliziR   605366 41.8335156 1.8380409
#> 143       EliziR   605366 41.8336372 1.8380985
#> 144       EliziR   605366 41.8337827 1.8381626
#> 145       EliziR   605366 41.8340068 1.8381754
#> 146       EliziR   605366 41.8353975 1.8361184
#> 147       EliziR   605366 41.8356483 1.8368766
#> 148       EliziR   605366 41.8346024 1.8378516
#> 149       EliziR   605366 41.8346162 1.8378729
#> 150       EliziR   605366 41.8346289 1.8378971
#> 151       EliziR   605366 41.8346395 1.8379227
#> 152       EliziR   605366 41.8346416 1.8379526
#> 153       EliziR   605366 41.8346352 1.8379825
#> 154       EliziR   605366 41.8346140 1.8379938
#> 155       EliziR   605366 41.8345907 1.8380052
#> 156       EliziR   605366 41.8345685 1.8380123
#> 157       EliziR   605366 41.8345462 1.8380180
#> 158       EliziR   605366 41.8345229 1.8380237
#> 159       EliziR   605366 41.8344996 1.8380266
#> 160       EliziR   605366 41.8344752 1.8380323
#> 161       EliziR   605366 41.8344540 1.8380365
#> 162       EliziR   605366 41.8344296 1.8380365
#> 163       EliziR   605366 41.8344063 1.8380365
#> 164       EliziR   605366 41.8343840 1.8380365
#> 165       EliziR   605366 41.8343618 1.8380294
#> 166       EliziR   605366 41.8343385 1.8380195
#> 167       EliziR   605366 41.8343162 1.8380038
#> 168       EliziR   605366 41.8343003 1.8379839
#> 169       EliziR   605366 41.8342876 1.8379597
#> 170       EliziR   605366 41.8342759 1.8379327
#> 171       EliziR   605366 41.8342717 1.8379028
#> 172       EliziR   605366 41.8342717 1.8378743
#> 173       EliziR   605366 41.8342759 1.8378445
#> 174       EliziR   605366 41.8342844 1.8378189
#> 175       EliziR   605366 41.8342918 1.8377904
#> 176       EliziR   605366 41.8343003 1.8377634
#> 177       EliziR   605366 41.8343098 1.8377378
#> 178       EliziR   605366 41.8343257 1.8377150
#> 179       EliziR   605366 41.8343459 1.8377136
#> 180       EliziR   605366 41.8343671 1.8377136
#> 181       EliziR   605366 41.8343904 1.8377179
#> 182       EliziR   605366 41.8344116 1.8377221
#> 183       EliziR   605366 41.8344339 1.8377221
#> 184       EliziR   605366 41.8344572 1.8377221
#> 185       EliziR   605366 41.8344794 1.8377221
#> 186       EliziR   605366 41.8344996 1.8377250
#> 187       EliziR   605366 41.8345208 1.8377364
#> 188       EliziR   605366 41.8345420 1.8377463
#> 189       EliziR   605366 41.8345600 1.8377691
#> 190       EliziR   605366 41.8345748 1.8378004
#> 191       EliziR   605366 41.8345865 1.8378359
#> 192       ramonz  2047207 41.8348855 1.8370510
#> 193     jmaspons 11725140 41.8340991 1.8373028
#> 194     jmaspons 11725140 41.8341041 1.8369276
#> 195       EliziR   605366 41.8340885 1.8369743
#> 196       EliziR   605366 41.8340622 1.8368940
#> 197       EliziR   605366 41.8341182 1.8368566
#> 198       EliziR   605366 41.8340999 1.8368107
#> 199       EliziR   605366 41.8340789 1.8368188
#> 200       EliziR   605366 41.8340363 1.8367372
#> 201       EliziR   605366 41.8341673 1.8367907
#> 202       EliziR   605366 41.8342031 1.8368613
#> 203       EliziR   605366 41.8342245 1.8368519
#> 204       EliziR   605366 41.8342613 1.8369724
#> 205       EliziR   605366 41.8342229 1.8369997
#> 206       EliziR   605366       <NA>      <NA>
#> 207     jmaspons 11725140       <NA>      <NA>
#> 208     jmaspons 11725140       <NA>      <NA>
#> 209       EliziR   605366       <NA>      <NA>
#> 210 Emilio Gomez     2904       <NA>      <NA>
#> 211       EliziR   605366       <NA>      <NA>
#> 212       ramonz  2047207       <NA>      <NA>
#> 213       EliziR   605366       <NA>      <NA>
#> 214       EliziR   605366       <NA>      <NA>
#> 215     jmaspons 11725140       <NA>      <NA>
#> 216       EliziR   605366       <NA>      <NA>
#> 217       EliziR   605366       <NA>      <NA>
#> 218       EliziR   605366       <NA>      <NA>
#> 219     jmaspons 11725140       <NA>      <NA>
#> 220     jmaspons 11725140       <NA>      <NA>
#> 221       EliziR   605366       <NA>      <NA>
#> 222       EliziR   605366       <NA>      <NA>
#> 223       EliziR   605366       <NA>      <NA>
#> 224       EliziR   605366       <NA>      <NA>
#> 225       ratrun   474183       <NA>      <NA>
#> 226       EliziR   605366       <NA>      <NA>
#> 227       EliziR   605366       <NA>      <NA>
#> 228       EliziR   605366       <NA>      <NA>
#> 229       EliziR   605366       <NA>      <NA>
#> 230       EliziR   605366       <NA>      <NA>
#> 231     jmaspons 11725140       <NA>      <NA>
#> 232       EliziR   605366       <NA>      <NA>
#> 233       EliziR   605366       <NA>      <NA>
#>                                                             members
#> 1                                                              NULL
#> 2                                                              NULL
#> 3                                                              NULL
#> 4                                                              NULL
#> 5                                                              NULL
#> 6                                                              NULL
#> 7                                                              NULL
#> 8                                                              NULL
#> 9                                                              NULL
#> 10                                                             NULL
#> 11                                                             NULL
#> 12                                                             NULL
#> 13                                                             NULL
#> 14                                                             NULL
#> 15                                                             NULL
#> 16                                                             NULL
#> 17                                                             NULL
#> 18                                                             NULL
#> 19                                                             NULL
#> 20                                                             NULL
#> 21                                                             NULL
#> 22                                                             NULL
#> 23                                                             NULL
#> 24                                                             NULL
#> 25                                                             NULL
#> 26                                                             NULL
#> 27                                                             NULL
#> 28                                                             NULL
#> 29                                                             NULL
#> 30                                                             NULL
#> 31                                                             NULL
#> 32                                                             NULL
#> 33                                                             NULL
#> 34                                                             NULL
#> 35                                                             NULL
#> 36                                                             NULL
#> 37                                                             NULL
#> 38                                                             NULL
#> 39                                                             NULL
#> 40                                                             NULL
#> 41                                                             NULL
#> 42                                                             NULL
#> 43                                                             NULL
#> 44                                                             NULL
#> 45                                                             NULL
#> 46                                                             NULL
#> 47                                                             NULL
#> 48                                                             NULL
#> 49                                                             NULL
#> 50                                                             NULL
#> 51                                                             NULL
#> 52                                                             NULL
#> 53                                                             NULL
#> 54                                                             NULL
#> 55                                                             NULL
#> 56                                                             NULL
#> 57                                                             NULL
#> 58                                                             NULL
#> 59                                                             NULL
#> 60                                                             NULL
#> 61                                                             NULL
#> 62                                                             NULL
#> 63                                                             NULL
#> 64                                                             NULL
#> 65                                                             NULL
#> 66                                                             NULL
#> 67                                                             NULL
#> 68                                                             NULL
#> 69                                                             NULL
#> 70                                                             NULL
#> 71                                                             NULL
#> 72                                                             NULL
#> 73                                                             NULL
#> 74                                                             NULL
#> 75                                                             NULL
#> 76                                                             NULL
#> 77                                                             NULL
#> 78                                                             NULL
#> 79                                                             NULL
#> 80                                                             NULL
#> 81                                                             NULL
#> 82                                                             NULL
#> 83                                                             NULL
#> 84                                                             NULL
#> 85                                                             NULL
#> 86                                                             NULL
#> 87                                                             NULL
#> 88                                                             NULL
#> 89                                                             NULL
#> 90                                                             NULL
#> 91                                                             NULL
#> 92                                                             NULL
#> 93                                                             NULL
#> 94                                                             NULL
#> 95                                                             NULL
#> 96                                                             NULL
#> 97                                                             NULL
#> 98                                                             NULL
#> 99                                                             NULL
#> 100                                                            NULL
#> 101                                                            NULL
#> 102                                                            NULL
#> 103                                                            NULL
#> 104                                                            NULL
#> 105                                                            NULL
#> 106                                                            NULL
#> 107                                                            NULL
#> 108                                                            NULL
#> 109                                                            NULL
#> 110                                                            NULL
#> 111                                                            NULL
#> 112                                                            NULL
#> 113                                                            NULL
#> 114                                                            NULL
#> 115                                                            NULL
#> 116                                                            NULL
#> 117                                                            NULL
#> 118                                                            NULL
#> 119                                                            NULL
#> 120                                                            NULL
#> 121                                                            NULL
#> 122                                                            NULL
#> 123                                                            NULL
#> 124                                                            NULL
#> 125                                                            NULL
#> 126                                                            NULL
#> 127                                                            NULL
#> 128                                                            NULL
#> 129                                                            NULL
#> 130                                                            NULL
#> 131                                                            NULL
#> 132                                                            NULL
#> 133                                                            NULL
#> 134                                                            NULL
#> 135                                                            NULL
#> 136                                                            NULL
#> 137                                                            NULL
#> 138                                                            NULL
#> 139                                                            NULL
#> 140                                                            NULL
#> 141                                                            NULL
#> 142                                                            NULL
#> 143                                                            NULL
#> 144                                                            NULL
#> 145                                                            NULL
#> 146                                                            NULL
#> 147                                                            NULL
#> 148                                                            NULL
#> 149                                                            NULL
#> 150                                                            NULL
#> 151                                                            NULL
#> 152                                                            NULL
#> 153                                                            NULL
#> 154                                                            NULL
#> 155                                                            NULL
#> 156                                                            NULL
#> 157                                                            NULL
#> 158                                                            NULL
#> 159                                                            NULL
#> 160                                                            NULL
#> 161                                                            NULL
#> 162                                                            NULL
#> 163                                                            NULL
#> 164                                                            NULL
#> 165                                                            NULL
#> 166                                                            NULL
#> 167                                                            NULL
#> 168                                                            NULL
#> 169                                                            NULL
#> 170                                                            NULL
#> 171                                                            NULL
#> 172                                                            NULL
#> 173                                                            NULL
#> 174                                                            NULL
#> 175                                                            NULL
#> 176                                                            NULL
#> 177                                                            NULL
#> 178                                                            NULL
#> 179                                                            NULL
#> 180                                                            NULL
#> 181                                                            NULL
#> 182                                                            NULL
#> 183                                                            NULL
#> 184                                                            NULL
#> 185                                                            NULL
#> 186                                                            NULL
#> 187                                                            NULL
#> 188                                                            NULL
#> 189                                                            NULL
#> 190                                                            NULL
#> 191                                                            NULL
#> 192                                                            NULL
#> 193                                                            NULL
#> 194                                                            NULL
#> 195                                                            NULL
#> 196                                                            NULL
#> 197                                                            NULL
#> 198                                                            NULL
#> 199                                                            NULL
#> 200                                                            NULL
#> 201                                                            NULL
#> 202                                                            NULL
#> 203                                                            NULL
#> 204                                                            NULL
#> 205                                                            NULL
#> 206 16 nodes: 1661363152, 1661363131, 1661363112, 1661363103, 16...
#> 207 6 nodes: 1661363121, 1661363136, 1957612071, 1661363088, 166...
#> 208 11 nodes: 1661363333, 1957612148, 1661363336, 1925877898, 19...
#> 209 30 nodes: 1661363758, 3355466545, 1661363682, 1095247692, 16...
#> 210 6 nodes: 1661363266, 1661363269, 1661363225, 1661363158, 195...
#> 211 9 nodes: 1661363126, 1661363078, 1957612061, 1661363016, 192...
#> 212 16 nodes: 1661363698, 1661363675, 1661363662, 1661363650, 16...
#> 213 14 nodes: 1957612127, 11987179907, 1957612114, 1957612103, 1...
#> 214                                 2 nodes: 1957612071, 1957612076
#> 215                                 2 nodes: 1957612148, 1957612131
#> 216                                 2 nodes: 1957612120, 1957612073
#> 217                                 2 nodes: 1957612076, 1957612077
#> 218                                 2 nodes: 1957612089, 1957612114
#> 219                                 2 nodes: 1661363285, 1957612134
#> 220                     3 nodes: 1957612059, 1957612093, 1957612105
#> 221         4 nodes: 1957612118, 1957612075, 1957612073, 1957612069
#> 222         4 nodes: 1957612097, 1957612093, 1957612074, 1957612061
#> 223         4 nodes: 1957612124, 1957612120, 1957612118, 1957612116
#> 224 5 nodes: 1957612129, 1957612131, 1957612136, 1957612124, 195...
#> 225 9 nodes: 1661363158, 1957612116, 1957612065, 1957612063, 195...
#> 226 5 nodes: 1661363152, 1957612113, 1957612083, 1661363131, 166...
#> 227 8 nodes: 1957612107, 1957612122, 1957612133, 1957612138, 166...
#> 228 5 nodes: 1957612053, 1957612057, 1957612051, 1957612049, 195...
#> 229 6 nodes: 1925877892, 1925877893, 1925877894, 1925877895, 192...
#> 230 18 nodes: 3355462983, 1095693080, 1095010265, 1090232160, 10...
#> 231 45 nodes: 6425109858, 6425109857, 6425109856, 6425109855, 64...
#> 232 13 nodes: 11987179917, 11987179916, 11987179915, 11987179914...
#> 233 174 members: way/372006138/, way/372006137/, way/486335278/,...
#>                                                                                    tags
#> 1                                                                               No tags
#> 2                                                                               No tags
#> 3                                                                               No tags
#> 4                                                                               No tags
#> 5                                                                               No tags
#> 6                                                                               No tags
#> 7                                                                               No tags
#> 8                                                                               No tags
#> 9                                                                               No tags
#> 10                                                                              No tags
#> 11                                                                              No tags
#> 12                                                                              No tags
#> 13                                                                              No tags
#> 14                                                                              No tags
#> 15                                                                              No tags
#> 16                                                                              No tags
#> 17                                                                              No tags
#> 18                                                                              No tags
#> 19                                                                              No tags
#> 20                                                                              No tags
#> 21                                                                              No tags
#> 22                                                                              No tags
#> 23                                                                              No tags
#> 24                                                                              No tags
#> 25                                                                              No tags
#> 26                                                                              No tags
#> 27                                                                              No tags
#> 28                                                                              No tags
#> 29                                                                              No tags
#> 30                                                                              No tags
#> 31                                                                              No tags
#> 32                                                                              No tags
#> 33                                                                              No tags
#> 34                                                                              No tags
#> 35                                                                              No tags
#> 36                                                                              No tags
#> 37                                                                              No tags
#> 38                                                                              No tags
#> 39                                                                              No tags
#> 40                                                                              No tags
#> 41                                                                              No tags
#> 42                                                                              No tags
#> 43                                                                              No tags
#> 44                                                                              No tags
#> 45                                                                              No tags
#> 46                                                                              No tags
#> 47                                                                              No tags
#> 48                                                                              No tags
#> 49                                                                              No tags
#> 50                                                                              No tags
#> 51                                                                              No tags
#> 52                                                                              No tags
#> 53                                                                              No tags
#> 54                                                                              No tags
#> 55                                                                              No tags
#> 56                                                                              No tags
#> 57                                                                              No tags
#> 58                                                                              No tags
#> 59                                                                              No tags
#> 60                                                                              No tags
#> 61                                                                              No tags
#> 62                                                                              No tags
#> 63                                                                              No tags
#> 64                                                                              No tags
#> 65                                                                              No tags
#> 66                                                                              No tags
#> 67                                                                              No tags
#> 68                                                                              No tags
#> 69                                                                              No tags
#> 70                                                                              No tags
#> 71                                                                              No tags
#> 72                                                                              No tags
#> 73                                                                              No tags
#> 74                                                                              No tags
#> 75                                                                              No tags
#> 76                                                                              No tags
#> 77                                                                              No tags
#> 78                                                                              No tags
#> 79                                                                              No tags
#> 80                              2 tags: historic=monument | name=Monument a Caracremada
#> 81                                                                              No tags
#> 82                                                                              No tags
#> 83                                                                              No tags
#> 84                                                                  1 tag: natural=tree
#> 85                                                                              No tags
#> 86                                                                              No tags
#> 87                                                                              No tags
#> 88                                                                              No tags
#> 89                                                                              No tags
#> 90                                                                  1 tag: natural=tree
#> 91                                                                              No tags
#> 92                                                                              No tags
#> 93                                                                              No tags
#> 94                                                                              No tags
#> 95                                                                              No tags
#> 96                                                                              No tags
#> 97                                                                              No tags
#> 98                                                                              No tags
#> 99                                                                  1 tag: natural=tree
#> 100                                                                 1 tag: natural=tree
#> 101                                                                             No tags
#> 102                                                                 1 tag: natural=tree
#> 103                                                                             No tags
#> 104                                                                 1 tag: natural=tree
#> 105                                                                             No tags
#> 106                                                                 1 tag: natural=tree
#> 107                                                                 1 tag: barrier=gate
#> 108                                                                             No tags
#> 109                                                                             No tags
#> 110                                                                             No tags
#> 111                                                                 1 tag: natural=tree
#> 112                                                                             No tags
#> 113                                                                             No tags
#> 114                                                                             No tags
#> 115                                                                             No tags
#> 116                                                                             No tags
#> 117                                                                             No tags
#> 118                                                                             No tags
#> 119                                                                             No tags
#> 120                                                                             No tags
#> 121                                                                             No tags
#> 122                                                                             No tags
#> 123                                                                             No tags
#> 124                                                                             No tags
#> 125                                                                             No tags
#> 126                                                                             No tags
#> 127                                                                             No tags
#> 128                                                                 1 tag: natural=tree
#> 129                                                                             No tags
#> 130                                                                             No tags
#> 131                                                                 1 tag: natural=tree
#> 132                                                                             No tags
#> 133                                                       1 tag: amenity=drinking_water
#> 134                                                                             No tags
#> 135                                                                             No tags
#> 136                                                                             No tags
#> 137                                                                             No tags
#> 138                                                                             No tags
#> 139                                                                             No tags
#> 140                                                                             No tags
#> 141                                                                             No tags
#> 142                                                                             No tags
#> 143                                                                             No tags
#> 144                                                                             No tags
#> 145                                                                             No tags
#> 146                                                                             No tags
#> 147                                                                             No tags
#> 148                                                                             No tags
#> 149                                                                             No tags
#> 150                                                                             No tags
#> 151                                                                             No tags
#> 152                                                                             No tags
#> 153                                                                             No tags
#> 154                                                                             No tags
#> 155                                                                             No tags
#> 156                                                                             No tags
#> 157                                                                             No tags
#> 158                                                                             No tags
#> 159                                                                             No tags
#> 160                                                                             No tags
#> 161                                                                             No tags
#> 162                                                                             No tags
#> 163                                                                             No tags
#> 164                                                                             No tags
#> 165                                                                             No tags
#> 166                                                                             No tags
#> 167                                                                             No tags
#> 168                                                                             No tags
#> 169                                                                             No tags
#> 170                                                                             No tags
#> 171                                                                             No tags
#> 172                                                                             No tags
#> 173                                                                             No tags
#> 174                                                                             No tags
#> 175                                                                             No tags
#> 176                                                                             No tags
#> 177                                                                             No tags
#> 178                                                                             No tags
#> 179                                                                             No tags
#> 180                                                                             No tags
#> 181                                                                             No tags
#> 182                                                                             No tags
#> 183                                                                             No tags
#> 184                                                                             No tags
#> 185                                                                             No tags
#> 186                                                                             No tags
#> 187                                                                             No tags
#> 188                                                                             No tags
#> 189                                                                             No tags
#> 190                                                                             No tags
#> 191                                                                             No tags
#> 192                                                                             No tags
#> 193 6 tags: addr:street=Plaça de l'Església | name=Museu dels Maquis | name:ca=Museu...
#> 194 6 tags: addr:street=Plaça de l’Església | name=Dom Bosco colònies i esdeveniment...
#> 195                                                                             No tags
#> 196                                                                             No tags
#> 197                                                                             No tags
#> 198                                                                             No tags
#> 199                                                                             No tags
#> 200                                                                             No tags
#> 201                                                                             No tags
#> 202                                                                             No tags
#> 203                                                                             No tags
#> 204                                                                             No tags
#> 205                                                                             No tags
#> 206                                        2 tags: historic=memorial | landuse=cemetery
#> 207      4 tags: amenity=townhall | building=yes | name=Ajuntament | name:ca=Ajuntament
#> 208                                              2 tags: highway=track | surface=gravel
#> 209                                                          1 tag: landuse=residential
#> 210 7 tags: amenity=place_of_worship | denomination=catholic | name=Sant Andreu | na...
#> 211                                            2 tags: highway=track | tracktype=grade1
#> 212 4 tags: highway=track | name=Carrer Diputació | name:ca=Carrer Diputació | track...
#> 213 5 tags: area=yes | highway=pedestrian | name=Plaça de l'Església | name:ca=Plaça...
#> 214                               3 tags: bridge=yes | highway=track | tracktype=grade1
#> 215                       4 tags: handrail=yes | highway=steps | incline=down | ramp=no
#> 216                                                              1 tag: highway=footway
#> 217                                            2 tags: highway=track | tracktype=grade1
#> 218                                            2 tags: highway=track | tracktype=grade1
#> 219                       4 tags: handrail=yes | highway=steps | incline=down | ramp=no
#> 220                         3 tags: highway=track | surface=concrete | tracktype=grade1
#> 221                                                              1 tag: highway=footway
#> 222                                            2 tags: highway=track | tracktype=grade1
#> 223                                                              1 tag: highway=footway
#> 224                                                              1 tag: highway=footway
#> 225                                 3 tags: area=yes | highway=track | tracktype=grade1
#> 226                                                                1 tag: landuse=grass
#> 227                                                                1 tag: landuse=grass
#> 228                                      3 tags: area=yes | leisure=track | sport=multi
#> 229                                                                1 tag: highway=track
#> 230                                                               1 tag: landuse=meadow
#> 231                     4 tags: access=yes | amenity=parking | fee=no | parking=surface
#> 232                                                                 1 tag: building=yes
#> 233 9 tags: distance=62.65 | name=GR 179 Sender dels Maquis | network=nwn | operator...