- Posts: 4
- Thank you received: 0
Map not displayed in front end
- liopardo
- Topic Author
- Offline
- New Member
Less
More
11 years 5 months ago #2259
by liopardo
Map not displayed in front end was created by liopardo
This is may first install of this component. I did it on joomla 3.1.1 and I set the map as a menu item and in option I choosed and paste API key v3. I can't see any map in front end.
This the url: www.liopardo.com/teste/info/come-raggiungerci.html
Thanks for help
Regards
fabio
This the url: www.liopardo.com/teste/info/come-raggiungerci.html
Thanks for help
Regards
fabio
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
11 years 5 months ago #2267
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Map not displayed in front end
Hi.
There was on forum
forum.zhuk.cc/index.php/forum/gm-compone...doesent-display#1958
I think you have the same plugin problem. May be the other plugin.
There was on forum
forum.zhuk.cc/index.php/forum/gm-compone...doesent-display#1958
I think you have the same plugin problem. May be the other plugin.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- liopardo
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 5 months ago #2297
by liopardo
Replied by liopardo on topic Map not displayed in front end
I disabled Rokbox2 but problem persists.
If I disable Rokbooster the above output disappears, but maps isn't showed too.
regards
Fabio
Code:
'+ '
'; infowindow.setContent(contentString); infowindow.setPosition(latlng); infowindow.open(map); markerCluster0 = new MarkerClusterer(map, [], { maxZoom: 12}); var userContactAttrs = 'name,position,address,phone,mobile,fax,email'; for (var i=0; i
per arrivare a serravalle
"; function computeTotalDistance(result) { var total = 0; var myroute = result.routes[0]; for (i = 0; i Distanza totale: " + total + " km"; }; markerCluster0.addMarkers(clustermarkers0); var toShowLoading = document.getElementById("GMapsLoading"); toShowLoading.style.display = 'none'; }; function PlacemarkByIDShow(p_id, p_action, p_zoom) { alert("This feature is supported only when you enable it in map menu item property!"); } function showPlacemarkPanorama(p_width, p_height, p_pov) { var contentStringStreetView = "" + '
'+ '
'; infowindow.close(); infowindow.setContent(contentStringStreetView); infowindow.open(map); var infowindowpanorama = new google.maps.StreetViewPanorama(document.getElementById("contentStringStreetView"), { navigationControl: true, enableCloseButton: false, addressControl: false, linksControl: false } ); infowindowpanorama.setPosition(infowindow.getPosition()); if (p_pov != "") { infowindowpanorama.setPov(p_pov); } var infowindowListenterHandle = google.maps.event.addListener(infowindow, 'domready', function() { google.maps.event.trigger(infowindowpanorama, 'resize'); google.maps.event.removeListener(infowindowListenterHandle); }); }; function setRouteDestination(p_direction) { routedirection = p_direction; var cur_panel = document.getElementById("GMapFindPanelIcon"); var cur_target = document.getElementById("GMapFindTargetIcon"); var cur_target_text = document.getElementById("GMapFindTargetText"); cur_target_text.innerHTML = ''+infowindow.get("zhgmPlacemarkTitle")+''; if (routedirection == 1) { cur_panel.innerHTML = ''; cur_target.innerHTML = ''; } else { cur_panel.innerHTML = ''; cur_target.innerHTML = ''; } routedestination = infowindow.getPosition(); }; function setRouteDestinationChange() { if (routedirection == 0) { setRouteDestination(1); } else { setRouteDestination(0); } }; function ShowPlacemarkInformation(responseObject, markerObject){ if (responseObject.dataexists == 1) { var map = markerObject.getMap(); var actionbyclick = parseInt(responseObject.actionbyclick); var zoombyclick = parseInt(responseObject.zoombyclick); if (actionbyclick == 0) { if (zoombyclick != 100) { map.setCenter(markerObject.getPosition()); map.setZoom(zoombyclick); } } else if (actionbyclick == 1) { if (zoombyclick != 100) { map.setCenter(markerObject.getPosition()); map.setZoom(zoombyclick); } infowindow.close(); for (i = 0; i */
If I disable Rokbooster the above output disappears, but maps isn't showed too.
regards
Fabio
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
11 years 5 months ago #2298
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Map not displayed in front end
Hi.
I've checked your page - and can't get this error.
I've got the other: you have to enter your route points in double quotas, separated by semicolon
Please, read my docs carefull and look at prompts
wiki.zhuk.cc/index.php?title=Zh_GoogleMa...ion#Route_properties
I've checked your page - and can't get this error.
I've got the other: you have to enter your route points in double quotas, separated by semicolon
Please, read my docs carefull and look at prompts
wiki.zhuk.cc/index.php?title=Zh_GoogleMa...ion#Route_properties
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- liopardo
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
11 years 5 months ago - 11 years 5 months ago #2305
by liopardo
Replied by liopardo on topic Map not displayed in front end
Hi Dima,
I am a little confused, I checked and reinstalled step by step the component, now map is shownd in front end, but I can't show field and panel of route function at the bottom of the map.
Any advice?
Thanks for your assistance.
Fabio
I am a little confused, I checked and reinstalled step by step the component, now map is shownd in front end, but I can't show field and panel of route function at the bottom of the map.
Any advice?
Thanks for your assistance.
Fabio
Last edit: 11 years 5 months ago by liopardo.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
11 years 5 months ago #2307
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Map not displayed in front end
What field?
If Find and Route - then enable Find (geocoding) control in map details.
For show route - enable draw route in map details too
If Find and Route - then enable Find (geocoding) control in map details.
For show route - enable draw route in map details too
Don't forget support my developments: post review in JED , donate , help with translation
The following user(s) said Thank You: liopardo
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds