datadiversitylab / BarrioMap

https://viz.datascience.arizona.edu/barriomap/
MIT License
0 stars 1 forks source link

Fix the starting coordinates #11

Closed cromanpa94 closed 1 year ago

cromanpa94 commented 1 year ago

In the landing page, please use pre-defined coordinates (e.g. Tucson, lat = 32.2540, lon = -111.02). You can set this by using the value argument in textInput().

rog-SARTHAK commented 1 year ago

Added value arguments

textInput("latitude", "Latitude", value = 32.2540), textInput("longitude", "Longitude", value = -110.9742),

rog-SARTHAK commented 1 year ago

addressed on commit f62e22f