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
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Each server will optionally have a location set that tells users where the server is located. In the database, there are two columns location_lat and location_lon under the servers table. These represent the server's latitude and longitude coordinates.
Front-end wise, I'd like a form input (text) that allows users to set the server's location. Auto-complete for city, state, and country names would be a nice touch as well and updates on new input.
Additionally, the server browser will be sorted by location by default.
This issue was created to initiate discussion and planning on implementation for this feature. For example, what PHP/Laravel libraries can we use to convert manual inputted addresses to latitude and longitude coordinates?
The text was updated successfully, but these errors were encountered:
Each server will optionally have a location set that tells users where the server is located. In the database, there are two columns
location_lat
andlocation_lon
under theservers
table. These represent the server's latitude and longitude coordinates.Front-end wise, I'd like a form input (
text
) that allows users to set the server's location. Auto-complete for city, state, and country names would be a nice touch as well and updates on new input.Additionally, the server browser will be sorted by location by default.
This issue was created to initiate discussion and planning on implementation for this feature. For example, what PHP/Laravel libraries can we use to convert manual inputted addresses to latitude and longitude coordinates?
The text was updated successfully, but these errors were encountered: