Search the web
Sign In
New User? Sign Up
yws-maps-ajax · | Yahoo! Maps Ajax API
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 37 - 66 of 250   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37
Does anybody know if the ajax api has support for a minimap (navigator widget)? I thought I once read it was possible, just not documented? Thanks...
blikkies_botha
Offline Send Email
Apr 4, 2007
6:46 pm
38
... (navigator ... documented? It's not documented probably because it does not work properly: map.addNavigatorControl(); In AJAX v3.0, the control appears but...
avr_255
Offline Send Email
Apr 4, 2007
9:34 pm
39
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...
Ciprian Sufitchi
ciprian_sufi...
Online Now Send Email
Apr 11, 2007
8:01 pm
40
... *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;...
avr_255
Offline Send Email
Apr 11, 2007
10:09 pm
41
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...
Ciprian Sufitchi
ciprian_sufi...
Online Now Send Email
Apr 13, 2007
7:21 am
42
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...
elafave
Offline Send Email
May 4, 2007
11:51 am
43
... display ... See articles about AJAX and JAVA web applications, e.g.: Asynchronous JavaScript Technology and XML (Ajax) With the Java Platform ...
avr_255
Offline Send Email
May 4, 2007
2:00 pm
44
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 ...
Wengyik Yeong
ewcu2000@...
Send Email
May 7, 2007
2:37 pm
45
... query ... See: http://tech.groups.yahoo.com/group/yws-maps-ajax/message/33 _____________________________________________________________________ ... flight...
avr_255
Offline Send Email
May 7, 2007
8:51 pm
46
Thanks, applying encodeURI twice did the trick. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
Wengyik Yeong
ewcu2000@...
Send Email
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,...
jasonknkl
Offline Send Email
May 11, 2007
8:25 pm
48
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...
agloco_biz
Offline Send Email
May 14, 2007
9:43 pm
49
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...
oneflyboy4u
Offline Send Email
May 15, 2007
10:40 pm
50
... have ... removeOverlay ... You would think that map.removeOverlay(myoverlay) should work but it doesn't....
avr_255
Offline Send Email
May 16, 2007
2:32 pm
51
... 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(). ...
avr_255
Offline Send Email
May 16, 2007
2:44 pm
52
thank you, I will try that!...
oneflyboy4u
Offline Send Email
May 18, 2007
3:48 pm
53
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...
dukesb11
Offline Send Email
May 22, 2007
3:08 pm
54
... framework ... often ... Once you ... even ... ('dnn_ctr373_ZipLocator_divMap'));map.addTyp\ ... (YAHOO_MA\ ... code ... to ... { var ... (address.rep\ ... ...
avr_255
Offline Send Email
May 22, 2007
9:15 pm
55
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...
golden360vr
Offline Send Email
May 27, 2007
3:38 am
56
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...
golden360vr
Offline Send Email
May 27, 2007
3:48 am
57
I found it. map.disableKeyControls(); Thanks....
golden360vr
Offline Send Email
May 27, 2007
4:57 am
58
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...
Send Email
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...
marclebel81
Offline Send Email
May 27, 2007
9:30 am
60
Hi, I just wonder why there seems to be an image of the map can not be downloaded. Please see the image for screenshot. My browser is IE6, on XP. ...
golden360vr
Offline Send Email
May 27, 2007
10:45 am
61
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. ...
golden360vr
Offline Send Email
May 27, 2007
11:11 am
62
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...
dvidluca
Offline Send Email
May 29, 2007
8:16 pm
63
Hi, I would like to know if it's possible to fill a polyline whith ajax API. Any help will be greatly appreciated. Thank you in advance, Damien....
damien.giannelloni
damien.giann...
Offline Send Email
May 30, 2007
9:15 am
64
... 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...
avr_255
Offline Send Email
May 30, 2007
2:33 pm
65
... opens and ... I ... the ... How ... (optimally ... service ... With start and destination addresses, you can simply create a URL link to Yahoo for driving...
avr_255
Offline Send Email
May 30, 2007
2:50 pm
66
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...
satya_balijepalli
satya_balije...
Offline Send Email
Jun 14, 2007
3:12 pm
Messages 37 - 66 of 250   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help