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
I wrote a custom pagination with $.ajax and if I specify map_config first marks never removed.
I fix that adding zoom: 9 param on map_config.
I modify createMap function (jquery.jmapping.js on line 71) to avoid the problem
If your map markers are disappearing when zooming on maps with custom map config options -- with an error message that mentions grid[x] being undefined -- this will also fix that issue.
The listings in the side bar paginate, but the map doesn't with the following code...
$(document).bind('init_finished.quickpaginate', function(e){
$('#map').jMapping({
location_selector: '.map-location:visible',
map_config: {
scrollwheel: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
scaleControl: true
}
});
});
The text was updated successfully, but these errors were encountered: