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...
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...
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...
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...
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...
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 ... ...
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...
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...
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...
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...
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...
... 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...
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...
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...
... 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...
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...
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...
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...
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...
Hello, Add an event handler to capture when the RSS feed is done being processed: var GeoRSSDone = function(e) { map.drawZoomAndCenter("San Francisco", 5); }; ...
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...
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...
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...
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...
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...