Learn R Programming

valh (version 0.1.0)

vl_status: 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)

Value

A list with information on the Valhalla service is returned.

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.

Examples

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

Run the code above in your browser using DataLab