This one's a nice little bug that's been around for quite some time. I originally reported this bug and got a "feature request" for this in May, quite a while...
This morning our client started barfing whenever it asked for geocodes. Looking in the log files, it turns out that yahoo's MapService and geocoding are both...
From some of the notes I've read, I gather https queries (proxied or otherwise?) are not currently supported through any of the Maps apis (Simple, Flash,...
Hi, I use the GeoCoding API for some of my web applications and since last night I've been receiving this error message: <Error> The following errors were...
Anyone have sample code to help out w/ the issue below? ... Has anybody created a listener for the map overlay that they would be willing to share? Is it even...
Mathias, Are you using LocalSearchOverlay? LocalSearchOverlay dispatches an event on search success and search error. Or, how are you performing this search? ...
Aubrey, Taking a look at your source code, you should upgrade your map to v3.03 of our JS api. That should solve your problems with the CustomSWFMarker events,...
Yes, it looks like lat/lon are flipped . if your source was (x,y), latitude is "y" and longitude is "x". This is a pretty easy mistake to make; you always...
I'm using the Ajax map, and I'm having problems with Internet Explorer. While my map works well in Firefox, it does not work in IE. Basically, the markers do...
How can I make my custom markers rise to the top of the pile on rollover when the markers are clustered on top of one another? For instance, I have several...
I should clarify that it is IE6 in Windows XP. Additionally, my code is as follows: <div id="mapContainer"></div> <script type="text/javascript"> var map = new...
What my app does is this: First capture the lat/lon of the user click (see my blog post http://www.spintechnologies.ca/flashblog/archives/000036.html) Then...
I still can't get some javascript to open a marker when a HTML link is clicked. Am I missing something really basic here?!? My script is function moveMap(poi,...
I doubt it is a fault of his account as yesterday we experienced: - Yahoo API outage for at least 8:30am-10:30am CT - partial availability from 10:30am-11:30am...
Hello Basically I am looking for a way to make markers draggable and have this update their lat and lon positions, as used in the flickr map. I can make my...
Hi, It looks that new Yahoo Maps beta do not recognize some cities – I tried Barre, VT but get error message: The city could not be found. Here is the...
I reported it to the appropriate people . it's quite strange, as the backend geocoder is the same for both versions of maps, but there's some processing that...
Hi, I am having a problem with the addMarkerByAddress. The problem is that if the geocoding can't find the exact address (street, city, state) it reverts to...