#1
I found the problem with the marker image not displaying on my local testing server. It is a path problem with the extension.
Here's the path from my browser's address bar when I hit the F12 key in Dreamweaver.... http://localhost/ScratchSite3/maps/TMP44q85mxbv5.asp
Notice the reference to the Dreamweaver site named ScratchSite3. Everything in that page displays correctly except that the marker image is missing.
When I use the browser's "view source" command to look at the code on that page, the path to the marker image does not contain the Dreamweaver site name. Here is the code with the bad path....
icon_0_0.image = 'http://localhost/dwzGoogleMap/BigDots_RED.png';
Why does the extension not include /ScratchSite3/ in the image path on the served page???
|
|
|