koenderks / rcityviews

rcityviews is a user-friendly R interface for creating stylized city maps using OpenStreetMap (www.openstreetmap.org) data, implemented as an R package and a Shiny web application.
https://koenderks.github.io/rcityviews/
GNU General Public License v3.0
163 stars 22 forks source link

Choose cities or towns or areas by coordinates #6

Closed mantaluke closed 1 year ago

mantaluke commented 1 year ago

Hi Koen,

Firstly amazing package. I LOVE it. I just wondered, is it possible to pull data from a lat/long position or smaller town/village. I would like to be able to map a few smaller villages but they are not listed as cities so the package cannot find them. Any way around this?

Thanks a bunch,

koenderks commented 1 year ago

Hi @mantaluke,

Thanks! You currently can't choose cities by coordinates in the 'cityview()' function, it only takes names. However, in the Shiny app ('cityview_shiny()') you can use the map to zoom in on any city you like!

Hope that helps

mantaluke commented 1 year ago

Hi @mantaluke,

Thanks! You currently can't choose cities by coordinates in the 'cityview()' function, it only takes names. However, in the Shiny app ('cityview_shiny()') you can use the map to zoom in on any city you like!

Hope that helps

Great thank you,

Let me have a play with the shiny app!

koenderks commented 1 year ago

Closed via 2237d07e8458a31d4531fa8293a8306f2fd175ca! Check out the readme for info.