Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

The full map is not loaded

Hello! Sorry for a late reply!
On click on icon on map you navigate to another page using the following code: pregoogle.maps.event.addListener(marker, 'click', function() {
Appery.navigateTo('rutaontinyent', {
reverse: false
});
});/pre Please replace preAppery.navigateTo(...)/pre with the following prewindow.location = 'rutaontinyent.html';/pre for all icons.

Return to “Issues”