Is there a directory listing freelancers with experience in developing mashups using Y! maps? I've a project and would need help from an expert. Thx. j...
Not Rasmus Lerdorf but rather his site :) Hi Y!, Can the following be fixed or removed from the list? The entry -- ========= Live Earthquake Map of USGS M>2.5...
I would have to second that. It would be really helpful especially for what I'm trying to do. Has anyone come up with a workaround in the meantime? Guessing a...
I was having a problem of replotting markers after a call to change the map view type. There is a small amount of time that the map is not able to return...
Peter, If you have finished writing up your documentation on how you setup your website to work w/ yahoo's API... I would like to read it. It seems to eb...
In the process of transitioning from GMAPS to YMAPS, and I had a couple of questions... Is there any way to turn off the mouse wheel zoom, so that when ...
Mirak, when I try this, it doesn't seem to recognize the GetMarkerObject call on the map object. I checked the API and I don't see such a function either....
I dug a related piece of information up, which doesn't exactly answer your question (I think) but it's not in the documentation for the AJAX api and it needs...
Hi Y'all I have used js-flash API for my ymap.In my map I want to show more than one place in the map.So, I have pointed a marker at each place.Now, thease...
Malay Bhat
malay_bhat2000@...
Jun 2, 2006 3:40 pm
3031
Hi everyone! I am new to the Yahoo! Maps Developer Group; in fact, I signed in yesterday! Is there a way to capture the result of the Yahoo! Maps Geocoding API...
I think that disabling key controls will work, as PageUp and PageDown are what zoom the map in and out. (at least that's what the doc's say). Can someone...
Hi all, I want to capture the map click event on all map div but it's appear that this event is not "forwarded". It seems that it's possible under Flash but...
I'm new to Yahoo Maps and I'm trying to call a function when a user clicks on a CustomSWFMarker. Can anyone point me in the right direction? I'm using the...
... Use AJAX and a proxy. Here are some documents on AJAX: http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request http://ajaxpatterns.org/Ajax_Examples ...
Yep, disableKeyControls works for disabling keyboard and scroll wheel input. I've been using it for a few weeks now. PageUp/PageDown, along with Home/End,...
I'm on the latest build of Prototype (1.5.0_rc0) and hit this error too when I include both those controls: this._coordTable[_ik] has no properties ymapapi.js...
Anyone? ... -- Scott Stroz Boyzoid.com ___________________________ Some days you are the dog, Some days you are the tree. [Non-text portions of this message...
No, it isn't. Other people have expressed interest in such a feature. -Alan _____ From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf ...
Is it possible to add an event listener for the onMove event that will watch for a certain map.getBounds() value, and if it exceeds the value, to move it back?...
I haven't seen that done, but I see no reason why it couldn't, in principle. A "cleaner" interface would never let you pan past a defined latitude or longitude...
A cleaner solution would be preferred, but if someone needs this functionality it should be possible to at least emulate it. Besides, would this be noticeable...
Hi Kurt, By saying that you're using the Flash api, I assume you mean the AS-Flash. If that's the case, it sounds like you're doing it the best way. Are you ...
Hi Craig, Sorry for the delayed reply. I hope this info is still useful to you: The tricky part with this is that when you set the center by address it has...
Hi There, So, let me see if I understand, it looks like from your code you're using the AS-Flash version of the API, not the JS-Flash version, is that correct?...
This has been fixed and will be sent out with our next release. It actually turns out that the problem is a bug with the flash TextField, but we've written a...
Hi there, For the time being there's not a way to do that with the setCenterByAddress function. You could, however, use the geocoding api directly and then ...
http://maps.yahooapis.com/v3.02/fl/javascript/apiloader.js is the official URL you should use for JS-Flash. Other URLs maybe obsoleted. -Vince ... From: {}...