You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current start.sh script lacks the ability to utilize geocoding to automatically determine the center latitude and longitude coordinates based on the user's specified city and country. This functionality would significantly streamline the initial setup process for Mark-a-Spot users.
So we implement a search feature within the start.sh script that allows users to enter their desired city and country. Upon receiving this information, the script should utilize a geocoding API to determine the corresponding latitude and longitude coordinates. These coordinates should then be automatically set as the center coordinates for Mark-a-Spot's initial map view.
The text was updated successfully, but these errors were encountered:
The current start.sh script lacks the ability to utilize geocoding to automatically determine the center latitude and longitude coordinates based on the user's specified city and country. This functionality would significantly streamline the initial setup process for Mark-a-Spot users.
So we implement a search feature within the start.sh script that allows users to enter their desired city and country. Upon receiving this information, the script should utilize a geocoding API to determine the corresponding latitude and longitude coordinates. These coordinates should then be automatically set as the center coordinates for Mark-a-Spot's initial map view.
The text was updated successfully, but these errors were encountered: