vl_status | R Documentation |
Use this function to return information on the Valhalla server (version etc.).
This function interfaces with the Status Valhalla service.
vl_status(server = getOption("valh.server"), verbose = FALSE)
server |
URL of the Valhalla server. |
verbose |
if TRUE and if the service has it enabled, it will return additional information about the loaded tileset. |
A list with information on the Valhalla service is returned.
vl_status("https://valhalla1.openstreetmap.de/", verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.