R/geojsonlint.R

Defines functions geojson_lint

Documented in geojson_lint

#' Validate GeoJSON using geojsonlint.com web service
#'
#' @export
#' @rdname geojson_lint-defunct
#' @param ... ignored
geojson_lint <- function(...) {
  .Defunct(msg = "the geojsonlint.com web service is gone")
}

Try the geojsonlint package in your browser

Any scripts or data that you put into this service are public.

geojsonlint documentation built on Feb. 13, 2020, 9:06 a.m.