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: ...
6702
lrlarsonny
Jun 2, 2008 4:27 pm
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...
6703
Chris
xenon
Jun 2, 2008 4:28 pm
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...
6704
petersgarner
Jun 2, 2008 4:28 pm
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...
6705
tazzycan
Jun 2, 2008 4:28 pm
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...
6706
lrlarsonny
Jun 2, 2008 4:28 pm
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...
6707
yanncorno
Jun 3, 2008 12:14 pm
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 ... ...
6708
oldjohnnybrown
Jun 3, 2008 5:02 pm
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...
6709
mark.wyszomierski
mark.wyszomi...
Jun 4, 2008 3:56 am
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...
6710
JasonWGreen
Jun 4, 2008 1:04 pm
You can use full HTML markup inside the $lblText variable for formatting....
6711
irvinemartin
Jun 4, 2008 4:38 pm
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...
6712
Chris
xenon
Jun 4, 2008 4:38 pm
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...
6713
Chris
xenon
Jun 4, 2008 4:38 pm
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...
6714
kj_mcdba
Jun 4, 2008 4:39 pm
What is the limit of points you can plot on a Yahoo Map?...
6715
auburndata
Jun 4, 2008 5:49 pm
... 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...
6716
tazzycan
Jun 6, 2008 4:47 pm
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...
6717
madmule
Jun 6, 2008 4:47 pm
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...
6719
adbrown1967
Jun 6, 2008 5:16 pm
... 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...
6720
dzeitman
Jun 8, 2008 8:31 pm
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...
6721
madmule
Jun 8, 2008 8:32 pm
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...
6722
Michael Lawless
michael_lawless
Jun 9, 2008 7:14 pm
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...
6723
arianhojat2000
Jun 9, 2008 8:20 pm
Hello all, I have some basic code which populates points all over california, Texas, and New York: var map; map = new...
6724
yanncorno
Jun 10, 2008 10:28 am
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...
6725
Ken
kzpace
Jun 10, 2008 4:39 pm
Hello, Add an event handler to capture when the RSS feed is done being processed: var GeoRSSDone = function(e) { map.drawZoomAndCenter("San Francisco", 5); }; ...
6726
sanjivwd
Jun 10, 2008 5:40 pm
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...
6727
bradutz01
Jun 10, 2008 5:40 pm
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...
6728
steven wang
jilong_99
Jun 10, 2008 10:58 pm
Dear Dan, What is your URL, in addition to your localhost? Thanks Steven (Yahoo! Maps-Team) ... From: dzeitman <dan@...> Subject: [yws-maps]...
6729
sanjivwd
Jun 16, 2008 5:26 pm
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...
6730
sikunj ®
sikunj
Jun 16, 2008 5:26 pm
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...
6731
jayfreshuk
Jun 16, 2008 5:26 pm
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...