<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 Dec 2014 16:31:00 Z</lastBuildDate><pubDate>2 Dec 2014 12:10:00 Z</pubDate><description>Hi all&#13;
First, excuse me for all these posts. I guess my problem was that i put html and java code in the message. This did not Work. Instead I have put all the code in at pdf which I have attached.&#13;
Moderators: You are welcome to delete previous messages with the same topic.&#13;
&#13;
Now for the topic:&#13;
&#13;
&#13;
I am working on implementing Google maps api V3 via a HTML control.&#13;
It Works, well almost. I can show maps, zoom, etc. But I have problems putting needles on the map (markers). Standard markers Work fine, but markers based on a PNG file does not Work.&#13;
&#13;
In a Dynamic AWP site this Works fine. All the time.&#13;
In a Dynamic webdev site it does not Work. Never.&#13;
Guess what I need to Work with :-(&#13;
&#13;
It seems like the HTML control simply cannot find the PNG file. If I hover the mouse over the place where the marker should be, the cursor changes and the title are shown, so the marker Works, just without showing itself.&#13;
I have placed the PNG file everywhere with no luck (&#13;
&#13;
Now for the code. If you put this in a HTML control it should Work. The api key being used are one from this site: http://www.w3schools.com/googleAPI/google_maps_basic.asp . You should use your own.&#13;
&#13;
Doc of Javascript: https://developers.google.com/maps/documentation/javascript/markers#add&#13;
Tutorial: http://www.w3schools.com/googleAPI/google_maps_basic.asp&#13;
&#13;
&#13;
Any help to get this working with a Dynamic webdev site are most welcome.&#13;
Best regards&#13;
Viggo Poulsen&#13;
&#13;
Two attachments: The code, and a PNG to test with:&#13;
&#13;
[attachment 1259 code.pdf]&#13;
&#13;
[attachment 1260 2.png]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work/read.awp</link><title>WB18 Google map in HTML control. This should work.</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work-49359/read.awp</comments><pubDate>4 Dec 2014 16:31:00 Z</pubDate><description>Hi Fabrice&#13;
&#13;
Yes, you are right. Now I use this:&#13;
&#13;
sIconPath is string = SiteAddress()+"_Web/MyIcon/"&#13;
sIcon = sIconPath + "1.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work-49359/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work-49359/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work/read.awp">WB18 Google map in HTML control. This should work.</source><title>Re: WB18 Google map in HTML control. This should work.</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work-49313/read.awp</comments><pubDate>2 Dec 2014 12:25:00 Z</pubDate><description>Hi Viggo&#13;
&#13;
logically, I would replace your icon: '2.png' by something like this:&#13;
icon: 'http://mysite/MyIconDirectory/2.png' s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work-49313/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work-49313/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49304-wb18-google-map-html-control-this-should-work/read.awp">WB18 Google map in HTML control. This should work.</source><title>Re: WB18 Google map in HTML control. This should work.</title></item></channel></rss>
