Search the web
Sign In
New User? Sign Up
yws-maps · Yahoo! Maps Developer Community
? 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 6701 - 6731 of 7224   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6701
Just added a map to one of my webpages. Works great in FF, but it doesn't show up at all in IE7. Here's the link: ...
Steve Marshall
stevemtno
Offline Send Email
Jun 2, 2008
4:27 pm
6702
Hello -- Any idea what I am doing wrong here? This is almost an exact copy of the local search example provided by Yahoo (I have removed my developer ID). I...
lrlarsonny
Offline Send Email
Jun 2, 2008
4:27 pm
6703
Hi everyone, I've put together a map that parses content from my bog, creates, an GeoRSS XML file and updates an Ajax Yahoo map. One thing that it needs to do...
Chris
xenon
Offline Send Email
Jun 2, 2008
4:28 pm
6704
I am new to the Map api, when i enter an address for the uk the red marker is always quite a way of from the location i entered, my request string is as...
petersgarner
Offline Send Email
Jun 2, 2008
4:28 pm
6705
I am having a difficult time making my embedded map work with Canadian Addresses in a geoRSS format. I am using addresses only and it works for all the US...
tazzycan
Offline Send Email
Jun 2, 2008
4:28 pm
6706
I posted an earlier ? about the map detail popup not working. Make sure you have the absolute latest swc from Yahoo for the maps -- mine was 0.9.2, and the one...
lrlarsonny
Offline Send Email
Jun 2, 2008
4:28 pm
6707
Have you tried adding the ymaps:Country field, to tell YMap that the country is Canada? This should help. <ymaps:Country>ca</ymaps:Country> Yann ... ...
yanncorno
Offline Send Email
Jun 3, 2008
12:14 pm
6708
Is there any way to format (font size, line feeds, etc) the text that goes in a AutoExpand Label? (when I say AutoExpand Label I am talking about the label...
oldjohnnybrown
Offline Send Email
Jun 3, 2008
5:02 pm
6709
Hi, I'm trying to stitch map tiles together myself, got it working for google maps, trying to do the same using yahoo now. I don't understand what the meaning...
mark.wyszomierski
mark.wyszomi...
Offline Send Email
Jun 4, 2008
3:56 am
6710
You can use full HTML markup inside the $lblText variable for formatting....
JasonWGreen
Offline Send Email
Jun 4, 2008
1:04 pm
6711
This may be an oversight upon my part but I am at a loss for why. When I place the mouse on the map and attempt to pan by dragging the map just upward, the...
irvinemartin
Offline Send Email
Jun 4, 2008
4:38 pm
6712
In answer to my own post I made a work around using YEvent: var startESMap = function() { // Initialize the Map var ymap = new YMap('mapContainer'); // Add the...
Chris
xenon
Offline Send Email
Jun 4, 2008
4:38 pm
6713
Hi everyone, In answer to my own post I cam up with this this which after a click will display the other layer. I would still like to this automatically, so if...
Chris
xenon
Offline Send Email
Jun 4, 2008
4:38 pm
6714
What is the limit of points you can plot on a Yahoo Map?...
kj_mcdba
Offline Send Email
Jun 4, 2008
4:39 pm
6715
... I asked this same question about a month ago - no replies. I found that around 250 everything was ok but larger then that you get (from IE) this message...
auburndata
Offline Send Email
Jun 4, 2008
5:49 pm
6716
I tried the <ymaps:Country>ca</ymaps:Country>, this works if I send the data to Yahoo! Maps , but I when I try to display it on my embedded map I get that same...
tazzycan
Offline Send Email
Jun 6, 2008
4:47 pm
6717
I'm interested in using Yahoo! road map tiles in several of our applications which use our custom map control (http://mapsdirect.net). Since it seems very...
madmule
Online Now Send Email
Jun 6, 2008
4:47 pm
6719
... Yahoo! has a requirement to include the copyright for the data supplier on dynamic map images we render (Navteq in North America and Europe, CE Info...
adbrown1967
Offline Send Email
Jun 6, 2008
5:16 pm
6720
Urgent ISSUE!!!!! Adobe has updated the flash player's security restrictions, as such the current policy file located on google is no longer valid. Major...
dzeitman
Offline Send Email
Jun 8, 2008
8:31 pm
6721
I would not necessarily pull 256x256 tiles but your point is certainly correct that those would quickly hit the rate limit. At any rate, the tiles with stuff...
madmule
Online Now Send Email
Jun 8, 2008
8:32 pm
6722
Hi Dan, I've posted this bug to our developers and raised awareness of this issue. It's being looked at at Yahoo! Thank you for bringing this to our...
Michael Lawless
michael_lawless
Offline Send Email
Jun 9, 2008
7:14 pm
6723
Hello all, I have some basic code which populates points all over california, Texas, and New York: var map; map = new...
arianhojat2000
Offline Send Email
Jun 9, 2008
8:20 pm
6724
You need to be aware that laying out a GeoRSS feed is an asynchronous operation, so even if you were putting your drawZoomAndCenter() call AFTER the call to...
yanncorno
Offline Send Email
Jun 10, 2008
10:28 am
6725
Hello, Add an event handler to capture when the RSS feed is done being processed: var GeoRSSDone = function(e) { map.drawZoomAndCenter("San Francisco", 5); }; ...
Ken
kzpace
Offline Send Email
Jun 10, 2008
4:39 pm
6726
Hello I am using yahoo map. I want draw line on yahoo map.I made function which automaticaly call given time duration. After 5-10 minutes cpu usage increased...
sanjivwd
Offline Send Email
Jun 10, 2008
5:40 pm
6727
Hi, I have a problem i give the meters to return me the correct level for the zoom level for the map but it return a huge level of zoom, anyone any ideas, does...
bradutz01
Offline Send Email
Jun 10, 2008
5:40 pm
6728
Dear Dan, What is your URL, in addition to your localhost? Thanks Steven (Yahoo! Maps-Team) ... From: dzeitman &lt;dan@...&gt; Subject: [yws-maps]...
steven wang
jilong_99
Offline Send Email
Jun 10, 2008
10:58 pm
6729
I want to remove all polylines.I need to remove all overlays so that I could draw again polylines.I am using 'map.removeAllOverlays(); ' but this is not...
sanjivwd
Offline Send Email
Jun 16, 2008
5:26 pm
6730
Hello everybody, I have yahoo map to which I have added markers. I want to cache this page that contains map but it is not getting cached. I am using asp as...
sikunj ®
sikunj
Offline Send Email
Jun 16, 2008
5:26 pm
6731
Hi, When you're POSTing to the Simple API[1], you currently have to uriencode any <link> elements of an item. However, when you are GETing, you cannot...
jayfreshuk
Offline Send Email
Jun 16, 2008
5:26 pm
Messages 6701 - 6731 of 7224   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