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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4074 - 4103 of 7224   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4074
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...
{}
manwithapipe
Offline Send Email
Oct 2, 2006
3:00 pm
4075
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...
chris_dagnon
Offline Send Email
Oct 3, 2006
5:01 pm
4076
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,...
cptzoomo
Offline Send Email
Oct 3, 2006
5:03 pm
4077
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...
rkapur2001
Offline Send Email
Oct 3, 2006
5:04 pm
4078
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...
Jeffery Bennett
citizenjeff
Online Now Send Email
Oct 3, 2006
6:37 pm
4079
The search method description is like so: search ( searchTerms, latlon, startIndex, results, radius, categoryFilter, ratingFilter ) -Zach...
Zach Graves
z.graves
Offline Send Email
Oct 3, 2006
6:42 pm
4080
The overall structure of your XML file looks fine, but you may want to check your latlons, the points such as: <lat>-79.98061440851531</lat> ...
Zach Graves
z.graves
Offline Send Email
Oct 3, 2006
6:48 pm
4081
Mathias, Are you using LocalSearchOverlay? LocalSearchOverlay dispatches an event on search success and search error. Or, how are you performing this search? ...
Zach Graves
z.graves
Offline Send Email
Oct 3, 2006
6:49 pm
4082
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,...
Zach Graves
z.graves
Offline Send Email
Oct 3, 2006
6:51 pm
4083
Looks like its working fine now :)...
rkapur2001
Offline Send Email
Oct 3, 2006
7:09 pm
4084
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...
Alan Brown
adbrown1967
Offline Send Email
Oct 3, 2006
7:10 pm
4085
Yup // clear any previous searches myMap.removeOverlay(localSearch); //create a new search localSearch = new LocalSearchOverlay(); ...
lncdeveloper
Offline Send Email
Oct 3, 2006
7:12 pm
4086
I'm just curious if you think that you might have exceeded the rate limit yesterday? -Vince ... From: rkapur2001 <rkapur2001@...> To:...
Vince Maniago
uvince
Offline Send Email
Oct 3, 2006
7:56 pm
4087
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...
yishimcgee
Offline Send Email
Oct 3, 2006
9:14 pm
4088
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...
aenequi
Offline Send Email
Oct 3, 2006
10:33 pm
4089
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...
yishimcgee
Offline Send Email
Oct 3, 2006
10:56 pm
4090
Have a look at the MovieClipLoader class. It is has some events you may find useful such as onLoadInit. Hope that helps. Randy...
Randy Troppmann
randy.troppmann
Offline Send Email
Oct 3, 2006
10:57 pm
4091
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...
Randy Troppmann
randy.troppmann
Offline Send Email
Oct 3, 2006
11:16 pm
4092
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,...
mantaraynick
Offline Send Email
Oct 4, 2006
4:51 am
4093
Looking at the code on your site, you have marker0, marker6, marker26, etc. variables. If you want to get to these objects via an array (i.e....
Todd Armstrong
pbsrnd
Offline Send Email
Oct 4, 2006
7:09 am
4094
Does anyone have an example they would be willing to share? I'm not good enough to figure it out on my own from the documentation. Thanks Mathias...
lncdeveloper
Offline Send Email
Oct 4, 2006
11:31 am
4095
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...
chris_dagnon
Offline Send Email
Oct 4, 2006
3:31 pm
4096
thanks ... From: "chris_dagnon" <chris.dagnon@...> Subj: [yws-maps] Re: Yahoo! GeoCoding API -- service temporarily unavailable [C:28] Date:...
wmhwilson@...
scribewhw
Offline Send Email
Oct 4, 2006
4:55 pm
4097
Try this: import com.yahoo.maps.overlays.LocalSearchOverlay; var localSearch = new LocalSearchOverlay(); ...
Zach Graves
z.graves
Offline Send Email
Oct 4, 2006
5:32 pm
4098
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...
pizzamikey1217
Offline Send Email
Oct 4, 2006
7:26 pm
4099
My site, www.runningmap.com has draggable markers. The distance updates as you drag. I have an example with source code showing how I get latlon: ...
Randy Troppmann
randy.troppmann
Offline Send Email
Oct 4, 2006
7:56 pm
4100
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...
zvaro9
Offline Send Email
Oct 4, 2006
8:12 pm
4101
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...
Alan Brown
adbrown1967
Offline Send Email
Oct 4, 2006
8:28 pm
4102
Thanks for the very clear example, but there's just one problem. I'm on the page that claims to be the reference for all 3 Flash-based APIs ...
Glenn Nelson
quakabit
Online Now Send Email
Oct 5, 2006
12:56 am
4103
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...
websfear
Offline Send Email
Oct 5, 2006
4:21 am
Messages 4074 - 4103 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