Closed cromanpa94 closed 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().
value
textInput()
textInput("latitude", "Latitude", value = 32.2540), textInput("longitude", "Longitude", value = -110.9742),
addressed on commit f62e22f
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 intextInput()
.