Identify features at a point on a live GeoLibre map
Arguments
- proxy
A GeoLibre proxy created by
geolibre_proxy().- lnglat
c(longitude, latitude)of the point to query.- layer_id
Optional layer id to restrict the query to.
- request_id
Optional id echoed back with the reply.
Examples
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
geolibre_identify(geolibre_proxy("map"), c(-77.0369, 38.9072))
}