R/onLoad.R

Defines functions .onAttach

# we are required to make the data licence clear
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste("All data, downloaded or included as an example, is",
          "\u00a9 OpenStreetMap contributors,",
          "and the conditions of its reuse are defined by the",
          "ODbL licence.\nFind out more on the OSM website:",
          "https://www.openstreetmap.org/copyright")
    )
}
stragu/osmexport documentation built on Aug. 7, 2022, 12:07 a.m.