Incompatibility Phoca Maps with RokBooster
Posted: 14 Feb 2013, 17:37
Hi,
I currently use RokGZipper to optymalize my site. Unfortunately, RokGZipper is no longer being developed.
I wanted to change for RokBooster (successor RokGZipper), which has more features than its predecessor. Unfortunately, there are problems with Phoca Maps displays and for that reason I would not activate RokBooster.
I know that you planned a new Phoca Maps version for Joomla 3.0. Could you also look at this problem? I would be very grateful
Steps to reproduce the problem:
1. Install Phoca Maps and RokBooster on Joomla 2.5.x.
2. Enable RokBooster plugin.
3. Add new map (Components -> Phoca Maps -> Maps -> Create) and publish.
4. Adding a new menu item (Map View).
5. Go to the subpage with the map.
Enabling RokBooster displays it on subpage (frontend):
I currently use RokGZipper to optymalize my site. Unfortunately, RokGZipper is no longer being developed.
I wanted to change for RokBooster (successor RokGZipper), which has more features than its predecessor. Unfortunately, there are problems with Phoca Maps displays and for that reason I would not activate RokBooster.
I know that you planned a new Phoca Maps version for Joomla 3.0. Could you also look at this problem? I would be very grateful
Steps to reproduce the problem:
1. Install Phoca Maps and RokBooster on Joomla 2.5.x.
2. Enable RokBooster plugin.
3. Add new map (Components -> Phoca Maps -> Maps -> Create) and publish.
4. Adding a new menu item (Map View).
5. Go to the subpage with the map.
Enabling RokBooster displays it on subpage (frontend):
Code: Select all
' }); google.maps.event.addListener(markerPhocaMarker1, 'click', function() { infoPhocaWindow1.open(mapPhocaMap, markerPhocaMarker1 ); }); phocaDirService = new google.maps.DirectionsService(); phocaDirDisplay = new google.maps.DirectionsRenderer(); phocaDirDisplay.setMap(mapPhocaMap); phocaDirDisplay.setPanel(document.getElementById("phocaDir")); google.maps.event.addDomListener(tstPhocaMap, 'DOMMouseScroll', CancelEventPhocaMap); google.maps.event.addDomListener(tstPhocaMap, 'mousewheel', CancelEventPhocaMap); } } function setPhocaDir(fromPMAddress, toPMAddress) { var request = { origin: fromPMAddress, destination: toPMAddress, travelMode: google.maps.DirectionsTravelMode.DRIVING }; phocaDirService.route(request, function(response, status) { if (status == google.maps.DirectionsStatus.OK) { pPI = document.getElementById('phocaMapsPrintIcon'); pPI.style.display='block'; var from64 = Base64.encode(fromPMAddress).toString(); var to64 = Base64.encode(toPMAddress).toString(); pPI.innerHTML = '