powered by
Convert an osmdata query of class opq to a character string query to be submitted to the overpass API.
opq_string(opq)
Character string to be submitted to the overpass API
An overpass_query object
overpass_query
Other queries: add_osm_features(), add_osm_feature(), bbox_to_string(), getbb(), opq_around(), opq_csv(), opq_enclosing(), opq_osm_id(), opq(), overpass_status()
add_osm_features()
add_osm_feature()
bbox_to_string()
getbb()
opq_around()
opq_csv()
opq_enclosing()
opq_osm_id()
opq()
overpass_status()
if (FALSE) { q <- opq ("hampi india") opq_string (q) }
Run the code above in your browser using DataLab