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
giacomo....@gmail.comon 22 Jul 2013 at 9:14