... (navigator ... documented? It's not documented probably because it does not work properly: map.addNavigatorControl(); In AJAX v3.0, the control appears but...
Hello, I just experienced a weird behavior. Any Yahoo Map sized less than 400px (nu matter width or height) will be resized at 400x400px *if* placed anywhere...
... *if* ... I confirmed this behavior with IE6 (AJAX API 3.0 or 3.4). Here is a solution. Instead of: <style type="text/css"> #mapcontainer {height:150px;...
Hello, Thanks for the solution. It's working now. The reason was that for some reason when the DIV was inside a table *and* the map script was in the same...
I have a Java Application that uses an embedded web browser to display the JavaScript I wrote that contains a Yahoo Map. I need the java application to be kept...
Hi, I'm having trouble using the searchLocal method of YMap if my query contains embedded spaces map.searchLocal(pt, 'grocery stores', 1, 10); I've tried ...
Thanks, applying encodeURI twice did the trick. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
Wengyik Yeong
ewcu2000@...
May 7, 2007 9:39 pm
47
I am having no problem adding multiple YGeoRSS xml overlays. I have absolutely no idea how to get rid of them. I assumed removeOverlay would get me there,...
Own the Internet ……..Make money via the Internet Please access to this page http://www.ownthenet.net.tc/ and read the subject matter it will not take more...
is there a way to export that? YEvent(onmouseover) I think works when the cursor is over a certain marker, but what I need is every time the mouse moves to...
... Use javascript mousemove event to get X,Y location (pixel) of cursor then convert the X,Y to lat/long with Yahoo AJAX API YMap method convertXYLatLon(). ...
I'm developing a locator module within the .NET web portal framework DotNetNuke <http://www.dotnetnuke.com> . When I show the map, it often times will only...
... framework ... often ... Once you ... even ... ('dnn_ctr373_ZipLocator_divMap'));map.addTyp\ ... (YAHOO_MA\ ... code ... to ... { var ... (address.rep\ ... ...
When I drag the map around, is there any way to get the Lat/Lon info the the center point, and show such info somewhere on the web page? Please help, a demo...
I don't feel like to have this function, instead a longer slider zoom control is better. I have been used to use the mouse wheel to scroll the web page, not to...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the yws-maps-ajax group. File :...
yws-maps-ajax@yahoogr...
May 27, 2007 5:08 am
59
... Hi, Here is a simple example that displays the center of the map each time you click on it : <div id="mapContainer"></div> <div id="mapInfo"></div> <script...
Hi marclebel81, Thanks so much. It solve 99% of my problem. I find that the Lat/Lon infomation does show up once I click the map, and only if I click the map. ...
Hi, I've got a map with a 'home' marker on it and a smartWin that opens and lets you enter another address to add a second marker to the map. I can draw a...
... API. ... The current Yahoo AJAX map API v3.4 documentation does not describe any method to shade a polygon area with color. (Polygon fill is available in...
... opens and ... I ... the ... How ... (optimally ... service ... With start and destination addresses, you can simply create a URL link to Yahoo for driving...
Is there an alternate solution that may work instead? Did anyone else get removeOverlay to work? Also is there an alternate approach to addOverlay if...