# NOT RUN {
# }
# NOT RUN {
if (requireNamespace("dismo", quietly = TRUE)) {
cities=geocode('Ulan batar')
mytiles = openmap(cities, buffer=800*1000)
map.new(mytiles)
plot(mytiles, add=TRUE)
points(cities, col='red')
text(cities, labels=cities$originalPlace, col='red',pos=4)
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab