Feature proposal #5240
closedImplement Location status button
Description
Implement button to add the status location. This should append to the action and support various location relationshisp. Example as follows.
is feeling great at home
Support Google map display of location on click.
Updated by krileon over 9 years ago
Possibly use http://leafletjs.com/index.html and OpenStreetMap instead of Google.
Updated by krileon over 9 years ago
- % Done changed from 0 to 30
Maybe instead of loading down with an API just use a URL structure and like straight to Google maps. See the below for URL parameters.
Updated by krileon over 9 years ago
- % Done changed from 30 to 90
Needs further testing and improvement, but liking the supplied address directly to map search works well. The address should be supplied as standards comma separated. Example as follows:
LOCATION, ADDRESS, CITY, STATE ZIP
The below usages also work.
LOCATION, ADDRESS
ADDRESS
LOCATION
All will do a standard Google maps search.
Updated by krileon over 9 years ago
- % Done changed from 90 to 70
Implement a button to use JS geolocation function to find a users location. The place feature also should be 2 inputs. 1 for the place and 1 for the address. Address being optional with the geolocation button.
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100