can't get map to load

  • bagou01
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago #2467 by bagou01
Replied by bagou01 on topic can't get map to load
Hi,
indeed, i didn't understand the fuss about gps coord... i thought you talked about maps, but it was in the marker location.
I was wondering now, is it possible to insert html content in a path infobubble content?
i got choice between "description" and "title" but can't manage to put some html tables in there.
is it possible ?

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #2490 by Dima
Replied by Dima on topic can't get map to load
If you use InfoWin for displaying text
- add your HTML text into Addition HTML text field

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.

More
10 years 9 months ago #2491 by Dima
Replied by Dima on topic can't get map to load
If you use infobubbles - you can enter HTML text into its tab1...tab19 fields

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.

  • bagou01
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago #2549 by bagou01
Replied by bagou01 on topic can't get map to load
Hi again
what i'm trying to achieve is to have a map of belgium divided into 4 zones, each of them, when hovered, displays html in infobubble.
So i use path, create one path, and in its "additional html text" i input html. however that fuc..s my page, i get php error all over, and the template is all mixed up :-/

Please Log in or Create an account to join the conversation.

  • bagou01
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago - 10 years 9 months ago #2550 by bagou01
Replied by bagou01 on topic can't get map to load
here's the kind of message i get if i use html in my path description :
'+ '
'+ '
'; google.maps.event.addListener(plPath2, 'click', function(event) { infowindowcom_content_article_2_0_1_map.close(); for (i = 0; i < infobubblemarkers.length; i++) { infobubblemarkers[i].close(); } infowindowcom_content_article_2_0_1_map.setContent(contentPathString2); infowindowcom_content_article_2_0_1_map.setPosition(event.latLng); infowindowcom_content_article_2_0_1_map.open(mapcom_content_article_2_0_1_map); }); }; function showPlacemarkPanoramacom_content_article_2_0_1_map(p_width, p_height, p_pov) { var contentStringStreetView = "" + '
'+ '
'; infowindowcom_content_article_2_0_1_map.close(); infowindowcom_content_article_2_0_1_map.setContent(contentStringStreetView); infowindowcom_content_article_2_0_1_map.open(mapcom_content_article_2_0_1_map); var infowindowpanorama = new google.maps.StreetViewPanorama(document.getElementById("contentStringStreetViewcom_content_article_2_0_1_map"), { navigationControl: true, enableCloseButton: false, addressControl: false, linksControl: false } ); infowindowpanorama.setPosition(infowindowcom_content_article_2_0_1_map.getPosition()); if (p_pov != "") { infowindowpanorama.setPov(p_pov); } var infowindowListenterHandle = google.maps.event.addListener(infowindowcom_content_article_2_0_1_map, 'domready', function() { google.maps.event.trigger(infowindowpanorama, 'resize'); google.maps.event.removeListener(infowindowListenterHandle); }); }; function setRouteDestinationcom_content_article_2_0_1_map(p_direction) { routedirectioncom_content_article_2_0_1_map = p_direction; routedestinationcom_content_article_2_0_1_map = infowindowcom_content_article_2_0_1_map.getPosition(); var cur_panel = document.getElementById("GMapFindPanelIconcom_content_article_2_0_1_map"); var cur_target = document.getElementById("GMapFindTargetIconcom_content_article_2_0_1_map"); var cur_target_text = document.getElementById("GMapFindTargetTextcom_content_article_2_0_1_map"); cur_target_text.innerHTML = ''+infowindowcom_content_article_2_0_1_map.get("zhgmPlacemarkTitle")+''; if (routedirectioncom_content_article_2_0_1_map == 1) { cur_panel.innerHTML = ''; cur_target.innerHTML = ''; } else { cur_panel.innerHTML = ''; cur_target.innerHTML = ''; } }; function setRouteDestinationChangecom_content_article_2_0_1_map() { if (routedirectioncom_content_article_2_0_1_map == 0) { setRouteDestinationcom_content_article_2_0_1_map(1); } else { setRouteDestinationcom_content_article_2_0_1_map(0); } }; function initializePLG() { initializecom_content_article_2_0_1_map(); }; window.addEvent('domready', initializePLG); /*]]>*/ 
Last edit: 10 years 9 months ago by bagou01.

Please Log in or Create an account to join the conversation.

  • bagou01
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago #2551 by bagou01
Replied by bagou01 on topic can't get map to load
also i got this weird issue when editing paths:
i create a path, i try to make it fit my needs, but i have to move one point.
so i move the point, then save, then the point wen back to its place.
I have to delete the whole path, save, then recreate it from scratch. Saving the path always resets my modifiations... what can i do?

Please Log in or Create an account to join the conversation.

Time to create page: 0.154 seconds

Donate


Go to top