Good Evening,
I want the GEvent to only be evaluated when a user clicks on a marker where the value of icon is neither 'pushpin' or 'arrow'.
Can someone tell me what's wrong with the Javascri...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23412309.html
Hello,
At present my site includes the following code which launches the function 'showFrontLayer' if the icon type is neither pushpin or marker:
if ((poi_markers.getAttribute("icon")!='pushp...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_23414328.html
Hello,
I have added a conditonal loop to my site, which checks to see what type of marker a user clicks on. If the marker is a Pushpin or an Arrow then any content should be displayed in the <di...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_23414493.html
Hello,
Please see the attached IF statement, which is how my site works currently. I would like to extend this IF statement as follows, but not sure if it can be merged into one. I need to add t...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23420147.html
Zones:
JavaScriptDate Answered: 05/21/2008 Grade: A Views: 13
Hello,
At present my site (www.globexposure.net/index_overlay.php) draws a straight line between markers that are on a route using GPolyline from the Google Maps API. I would like to improve thi...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23425315.html
Hello,
At present the lines on my site are generated using code in this format:
gdir.load("from: " + location1 + "to: " + location2 + "to: " + location3) etc
How do i need to modify the atta...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23427203.html
Zones:
JavaScriptDate Answered: 05/23/2008 Grade: A Views: 0
Hello,
At present the attached code snippet draws both a straight-line between markers as well as a line that follows the road, using GDirections. This is immediately visible on my site: www.glo...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23427999.html
Zones:
JavaScriptDate Answered: 05/27/2008 Grade: B Views: 0
Hello,
I'm trying to write a conditional statement that will display marker attributes in a 'poi_overview' <div> on (the left hand-side of) my site, depending on the marker icon type ('pushpin' ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23432917.html
Hello,
At present my site only draws Polylines where GDirections are supported (route follows roads) i.e. in England - this can be seen here: www.globexposure.net/index_overlay.php
Given that...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23434395.html
Hello,
I'm trying to make my overlay <div> 50% transparent. It appears when users click on marker on the map (www.globexposure.net/index_overlay.php). I've had a look on a few forums and people ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_23412108.html