Events Made Easy › Forums › How do I … › Add Location with Latitude & Longitude values
Tagged: google maps, latitude, longitude
- This topic has 9 replies, 3 voices, and was last updated 14 years, 2 months ago by Anonymous.
-
AuthorPosts
-
Thu 2 Sep 2010 at 18:05 #42061AnonymousInactive
Hi,
I want to add location to database with entering latitude and longitude values, because google maps for Turkey does not support address information completely. When i look to database, i saw latitude and longitude entities, i chanced them for a location, but map still works from “location town” values and shows city center. How can i solve this problem, or can developer produce a new solution for this issue? Please help me and sorry about my bad english 🙂
Thu 2 Sep 2010 at 18:49 #44586AnonymousInactiveHi Captain,
I’ve checked a bit around and found that out.
Example Location is a place in France:
To realize that this place is shown properly (after having jumped from Africa over Brazil to France finally, I’ve managed it this way:
Street: ‘+ 44° 17’ 18.49″‘
City: ‘- 0° 31’ 32.26″‘
You should take care of the spacing between the characters!
Hope it does it for you, too!
The venue is shown later in the details as somewhere at the equator west of Africa… But that is another issue which is not solved yet and might be a bug in google’s maps. Usually one day later the vvenues are shown on the right place.
Thu 2 Sep 2010 at 19:04 #44587AnonymousInactiveduring the setup I see the maps as following:
– New&Edit Location: perfect
– Edit Event: green box
– Frontend / Event details: equator (0°0’0.00″,0°0’0.00″)
Thu 2 Sep 2010 at 19:38 #44588FrankyKeymasterWell, for now it is not possible to fill in lattitude/longitude yourself. The code is almost ready for that though …
Thu 2 Sep 2010 at 19:58 #44589FrankyKeymasterAnd about the locations not being shown: Sebastian, you should update to the latest trunk again (it contained an error).
Thu 2 Sep 2010 at 21:21 #44590AnonymousInactivethx Franky!
Thu 2 Sep 2010 at 21:22 #44591FrankyKeymasterdoes this means the locations work ok again?
Thu 2 Sep 2010 at 21:25 #44592FrankyKeymasterBtw: for lattitude and longitude: you can change this in the database, but you need the decimal values. For reference: http://www.hmssurprise.org/Resources/whereami.html
Thu 2 Sep 2010 at 21:33 #44593FrankyKeymasterOr even better: go to http://maps.google.com/, find your place, right-click on it and select “What’s here”, then you get the needed coordinates.
In the “Edit Event” it will always look at the description (location, town, …), so don’t edit the corresponding event/location afterwards.
Fri 3 Sep 2010 at 17:20 #44594AnonymousInactiveTo correct myself concerning longitude/latitude: I’ve misspelled something.
Correct and matching was (without brackets):
Street: (+ 44° 17′ 18.49″)
City: (- 0° 31′ 32.26″)
This should show a place in South-West of France, at least in the venue setup in the backend!
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.