Description Usage Arguments Value Examples
Add adiff attribute to overpass query
1 | add_adiff(opq, olddatetime, newdatetime)
|
opq |
An overpass_query object |
olddatetime |
datetimestring in the form 2019-01-01T12:00:00Z |
newdatetime |
optional datetimestring in the form 2019-01-01T12:00:00Z, if empty current time is used |
osmdiff object
1 2 | oq <- osmdata::opq('bhaktapur')
add_adiff(oq,"2019-01-01T12:00:00Z","2019-08-01T12:00:00Z")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.