From 18f3cc032863905bd13fe80cb11ee73a0289002a Mon Sep 17 00:00:00 2001 From: dhersz Date: Fri, 24 Nov 2023 18:51:25 +0000 Subject: [PATCH] Built site for rosmium: 0.0.0.9000@2c461ea --- articles/rosmium.html | 2 +- pkgdown.yml | 2 +- reference/show_content.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/articles/rosmium.html b/articles/rosmium.html index a17f006..dce5452 100644 --- a/articles/rosmium.html +++ b/articles/rosmium.html @@ -220,7 +220,7 @@

 # displays the content of the previous tags_filter() output in html format
 show_content(output, spinner = FALSE)
-#> [1] "/tmp/Rtmpxw6TPg/osm_content356b13ae0832.html"
+#> [1] "/tmp/RtmpNMrbBI/osm_content355773731cf5.html"

diff --git a/pkgdown.yml b/pkgdown.yml index 14a2f70..af04aed 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: rosmium: rosmium.html -last_built: 2023-11-24T17:44Z +last_built: 2023-11-24T18:51Z diff --git a/reference/show_content.html b/reference/show_content.html index 0440019..0deb401 100644 --- a/reference/show_content.html +++ b/reference/show_content.html @@ -124,22 +124,22 @@

Examples

# both function calls below result in outputs with the same object types show_content(small_pbf, object_type = "all") -#> [1] "/tmp/RtmpL4vpIE/osm_content340b195f2960.html" +#> [1] "/tmp/RtmpCjOotn/osm_content33fb6c94d6ff.html" show_content( small_pbf, object_type = c("node", "way", "relation", "changeset") ) -#> [1] "/tmp/RtmpL4vpIE/osm_content340b2cc45007.html" +#> [1] "/tmp/RtmpCjOotn/osm_content33fb2920fea7.html" # only show nodes and ways show_content(small_pbf, object_type = c("node", "way")) -#> [1] "/tmp/RtmpL4vpIE/osm_content340b7ef45bff.html" +#> [1] "/tmp/RtmpCjOotn/osm_content33fb330bf68b.html" # display all objects in xml format show_content(small_pbf, output_format = "xml") -#> [1] "/tmp/RtmpL4vpIE/osm_content340b11e9d04d.xml" +#> [1] "/tmp/RtmpCjOotn/osm_content33fb4c46b42e.xml"