vl_status {valh}R Documentation

Get Valhalla Service Status

Description

Use this function to return information on the Valhalla server (version etc.).
This function interfaces with the Status Valhalla service.

Usage

vl_status(server = getOption("valh.server"), verbose = FALSE)

Arguments

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.

Value

A list with information on the Valhalla service is returned.

Examples

vl_status("https://valhalla1.openstreetmap.de/", verbose = FALSE)

[Package valh version 0.1.0 Index]