Skip to contents

Build an API request for spatial (geojson) data

Usage

spatial_data_req(ids, url, crs = 4326, ...)

Arguments

ids

the IDs of the data to be requested

url

The API URL to query

crs

the Coordinate Reference System (CRS) code to use. 4326 by default.

...

any arguments to be passed to opengeo_api_req()