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
Good morning,
I created a map using JSON to load several marker
I would like to introduce a function to display that allows me to change the
center and zoom.
The function is called by different links within the HTML page,
function setregion() {
$ ('# map_canvas'). gmap ({
'callback':
function () {
var self = this;
/ / Marker
$ ('# map_canvas'). gmap.setCenter (17.3926,78.428435);
}
});
}
The feature introduced does not report errors but the map does not change.
I'm using jquery-ui-map-3.0-rc.
Thanks in advance.
Original issue reported on code.google.com by [email protected] on 22 Jul 2013 at 9:14
The text was updated successfully, but these errors were encountered:
Could you solve this?
I also load a map with json markers, fullscreen.
But when displayed, I have some whitespace beteween map and header/footer.
Until I zoom in
Original issue reported on code.google.com by
[email protected]
on 22 Jul 2013 at 9:14The text was updated successfully, but these errors were encountered: