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...
Show off your group to the world. Share a photo of your group with us.

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 4847 - 4876 of 7224   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4847
Hi, Thanks Zach. I already can create markers and remove them with my code. I can also open and close the marker, but I want to be able to listen for the...
aronglennon
Offline Send Email
Feb 1, 2007
3:00 pm
4848
Okay, here's what I've figured out. A local search query contains a zip code if requested. Lucky for us, a zip code will work to call a local weather query,...
arbmorris
Offline Send Email
Feb 1, 2007
3:09 pm
4849
Oops, typed the wrong thing: $a = array('1234-456', '9874-412'); function snip_zip($s){ $bits = explode('-', $s); return $bits[0]; } $new =...
arbmorris
Offline Send Email
Feb 1, 2007
3:33 pm
4850
Right, assuming youre using CustomPOIMarker, there is an event, EVENT_POI_CLICKED that has a marker property. ... clicked....
Zach Graves
z.graves
Offline Send Email
Feb 1, 2007
5:54 pm
4851
This is actually a way to get Yahoo weather into a map. Assuming someone submits a zip....
arbmorris
Offline Send Email
Feb 1, 2007
5:57 pm
4852
Great, Thanks so much...works wonderfully now. ... you can ... clicks...
aronglennon
Offline Send Email
Feb 2, 2007
1:40 am
4853
This is such a great help - thanks for the assistance! I did have a couple of questions regarding further usage of this XML implementation (I'm well outside...
blakemichaelson
Offline Send Email
Feb 2, 2007
3:55 am
4854
XML testing tool by Vince Maniago Anyone know where it is ?...
ngrigas
Offline Send Email
Feb 2, 2007
3:55 am
4855
I try to add a marker on the map without success I use the latlon method : Do you see why this doesn t work ? Thanks a lot ...
lcnnancy
Offline Send Email
Feb 2, 2007
3:55 am
4856
Hi everyone, i found a google map for city name, then it generates a key and little script for your url on web site..bla bla but, if we would like to use only...
mustafarsy
Offline Send Email
Feb 2, 2007
3:55 am
4857
I am also getting the Operation timed out screen and the xmlsrc map.xml file listed in my url appears to not be found. Does this mean api is looking for the...
ngrigas
Offline Send Email
Feb 2, 2007
3:55 am
4858
Hi, i'm using 3.4.0 I't easy to do do an for i=1 to 100 but i want to use map.markerContainer to enumerate the markers. How to get the lenght of...
Andrei Ionescu
escu_andrei
Offline Send Email
Feb 2, 2007
3:56 am
4859
hi again, I'm using Flash 8 Professional. Thanks, Andrei Ionescu ... From: Zach Graves <zachg@...> To: yws-maps@yahoogroups.com Sent: Thursday,...
Andrei Ionescu
escu_andrei
Offline Send Email
Feb 2, 2007
3:57 am
4860
This should work for you, using CDATA forces the xml parser to ignore the < > and other special characters. <description> <![CDATA[ <b>Marker</b> Description ...
Zach Graves
z.graves
Offline Send Email
Feb 2, 2007
6:14 am
4861
markerContainer is a movieclip that holds each marker movieclip. you could loop through it and perform an open/close, but its not ideal. Id suggest that you...
Zach Graves
z.graves
Offline Send Email
Feb 2, 2007
6:17 am
4862
I could be wrong, but I think you need to import com.yahoo.maps.LatLon; to make LatLon objects that will work properly with that method. I'm trying to mark...
John D.
johndunagan
Offline Send Email
Feb 2, 2007
4:13 pm
4863
Yes, you need to import that class. import com.yahoo.maps.LatLon; var latlon = new LatLon(47,-122); myMap.setCenterByLatLon(latlon); ... What problems are you...
Zach Graves
z.graves
Offline Send Email
Feb 2, 2007
5:05 pm
4864
Hello, I am currently working on a demo using the Flash-AS API. This demo requires the map to rotate. To allow the map to rotate about center, I have placed...
Sean
logicalrealist
Offline Send Email
Feb 2, 2007
7:25 pm
4865
Hi, I have an GeoRSS XML file of franchise locations with standard address information (no lat/long data). I would like to produce a map that given a user...
trboyden
Offline Send Email
Feb 2, 2007
7:25 pm
4866
Looks to me like your problem is in addEventListener. When the event is dispatched it passes an event object to the function being called, however you are...
Zach Graves
z.graves
Offline Send Email
Feb 2, 2007
8:45 pm
4867
I've searched the archives and the most recent posting on this topic I could find was last June - so I'm asking again... Has anyone found a way of detecting...
Dave Wood
thepixelpump
Offline Send Email
Feb 2, 2007
10:22 pm
4868
I'm fine now, thanks. I'm doing the Flash 8 / Flex 2 step, and I'm learning this as I go, so at the time I wrote that post, I was pretty frustrated with my own...
John D.
johndunagan
Offline Send Email
Feb 2, 2007
10:41 pm
4869
Thanks -- this solves the problem of the text prematurely appearing, but it still doesn't look like it's catching the clicks on the customswfmarkers -- I've...
Sean
logicalrealist
Offline Send Email
Feb 2, 2007
10:59 pm
4870
Hi, I'm creating maps from a GeoRSS file and am trying to add zipcode information to the address entries. When I include the following the data doesn't display...
trboyden
Offline Send Email
Feb 2, 2007
10:59 pm
4871
Next release has a TILES_LOADED event which will do the trick, hoping to get it out to you all very soon. :) -Zach...
Zach Graves
z.graves
Offline Send Email
Feb 2, 2007
11:01 pm
4872
... Wonderful!!! Thanks. Dave...
Dave Wood
thepixelpump
Offline Send Email
Feb 2, 2007
11:30 pm
4873
I'm incredulous how difficult it has been to find a method to simply display a Map (using the Map Image API) , from a URL call of the form: ...
sleestaxxx
Offline Send Email
Feb 3, 2007
9:48 am
4874
This should work for you. The php script gets the url params to pass to the map image api. So you could call this php page like this. ...
Zach Graves
z.graves
Offline Send Email
Feb 3, 2007
10:02 am
4875
To add a bit more information: I've now tried this with the map outside of the movie clip and am still not able to get the listener to fire when I click on the...
Sean
logicalrealist
Offline Send Email
Feb 3, 2007
7:24 pm
4876
Sorry I missed something in your code: try this out: function onCustomMarkerLoaded(event:Object):Void { var marker = event.marker; var scope = this._parent; ...
Zach Graves
z.graves
Offline Send Email
Feb 4, 2007
12:48 am
Messages 4847 - 4876 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