-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
specifying a custom center via map_config #11
Comments
PS you can see my attempt over here: http://cyclingtheworld.de/#route |
mhm, any ideas? anyone? |
Have you had any luck with this? I am too trying to work out how to have a custom center for the map. See mine: http://www.deeside.ac.uk/community/. Need the map icons centering Thanks |
Any chance you two have had luck with this? I'm attempting to center a map at a specific point rather than automatically centering based on pin dispersal... using center: google.maps.LatLng([point], [point]) isn't working for me. The map continues to center based on the pins. Thanks!! |
No luck at all, let me know if you find one! Cheers Sent from iPhone On 21 Jun 2011, at 18:00, metalgurureply@reply.github.com wrote:
|
Hey brd184, I was able to accomplish centering the map on the marker areas I want by using the bounded:false mod here: If you specify bounded:false in your data-jmapping attribute the marker will not be included in that centering/boundary calculation. So, while it's not specifying a "center point" per se, I'm achieving a center point by excluding markers. Not sure if I'm explaining it well! ...hope it makes sense. The site I'm working with isn't public yet, otherwise I'd give you a link to my example. It will be live soon though and I'll post a link. |
Hey - works like a treat!! Thanks so much for the answer! Cheers On Wed, Jun 22, 2011 at 9:34 PM, metalguru <
|
I know this is a few months old, but how do you actually set the center Lat/Lng? |
Hello, I was also able to accomplish centering the map with @metalguru's method. I actually had the HTML5 |
hi there,
i was trying to give a map with loads of markers a custom center point, "default_point" would not work, as there are location elements in location_selector, so i tried to add a center via map_config: {center: LatLng(lat: 52.539366, lng: 13.387549)} but to no avail ... are there any other ways to achieve that? am i missing sth.?
cheers from germany, and thx for the plugin, great job! -f
The text was updated successfully, but these errors were encountered: