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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5787 - 5816 of 7224   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5787
Hi YMaps Developers! There has been some documentation improvements and additions for version 3.7 of the API that you can play around with. The examples now ...
Rahul Malik
browndspillini
Online Now Send Email
Aug 1, 2007
4:56 pm
5788
I have a site that uses Yahoo maps API. It works, but it seems that I am not getting very many results on it when using the search function and I would like...
Emile_Hoffman
Offline Send Email
Aug 1, 2007
4:57 pm
5789
... Hi Rob, Go to the "Getting Started Guide" page. http://developer.yahoo.com/maps/ajax/index.html. I have completely rewritten the example code on that site...
Rahul Malik
browndspillini
Online Now Send Email
Aug 1, 2007
4:59 pm
5790
I am new to yahoo maps. I have played with Google maps but much prefer the Yahoo style/flash animation etc Following basic instructions i have managed to put...
mosaicwebdesign
Offline Send Email
Aug 2, 2007
12:02 pm
5791
I'm trying to use the panToXY function to focus the map on a specific marker. What I thought would work is just moving the map to different odd locations...
gene_arnold
Offline Send Email
Aug 2, 2007
6:11 pm
5792
You are just using the wrong object. You are sending a Latitude and Longitude (use these with YGeoPoint) data to an object that takes X,Y coordinate point...
Rahul Malik
browndspillini
Online Now Send Email
Aug 2, 2007
7:27 pm
5793
Is this group hosted by Yahoo Map engineer team? If so, can anybody from Yahoo help me out? Thx....
Cheng Zhang
zhangyongjiang
Offline Send Email
Aug 3, 2007
12:55 am
5794
No luck. I do understand what your are saying but it does not seem to work right. For testing I took one of the yahoo examples and added just enough code to...
Gene Arnold
gene_arnold
Offline Send Email
Aug 3, 2007
1:02 am
5795
You're welcome to "borrow" and improve on my code. We're going live on Monday. http://www.hoganandherr.com/penns-crossing-map.asp Basically, I just added...
Deb Sawyers
debsawyers
Offline Send Email
Aug 3, 2007
10:27 am
5796
Ok I know this is me and not the tool but I guess I just don't understand how polylines work. The example that you can download has some points that get...
gene_arnold
Offline Send Email
Aug 3, 2007
5:42 pm
5797
Look at the decimal place, they are different values. A single degree in lat or lon is a pretty large area. ~Rahul ... [Non-text portions of this message have...
Rahul Malik
browndspillini
Online Now Send Email
Aug 3, 2007
5:52 pm
5798
Ouch ok my bad you are correct. They are so close and it was pretty late last night when I was working my code that I over looked this. I will test my code...
Gene Arnold
gene_arnold
Offline Send Email
Aug 3, 2007
6:11 pm
5799
Here is the code. The address box works, and when I click on the find button, it opens the map and finds the address, but the script seems to stop. The...
ericbjr1
Offline Send Email
Aug 3, 2007
6:33 pm
5800
I generated a simple map from my georss file: http://kambingan.googlepages.com/ph_goat_map.xml The problem is that the map legends are not showing up...
go_win_go
Offline Send Email
Aug 3, 2007
6:33 pm
5801
Hello all, Just a quick simple question, what i have to change to instead the funcion showPolylineOverlay read the URL to the XML, accept the XML by a string ?...
hugocorept
Offline Send Email
Aug 3, 2007
11:04 pm
5802
I use the javascript/Flash API and it shows up fine in Firefox but not in IE 6.0 or 7.0. What do I have to do get it to show up in IE?...
Chris
csievering
Offline Send Email
Aug 3, 2007
11:05 pm
5803
I've run into a weird problem with the geocoder. The following request gives me a lat & lon somewhere in south Mexico: ...
Jeremy Buchmann
jlb_acplus
Offline Send Email
Aug 3, 2007
11:11 pm
5804
... http://api.local.yahoo.com/MapsService/V1/geocode?appid=[...your_id_here...]&street=707+West+Riverside+Blvd&zip=61101&output=xml ... The yahoo maps page...
adbrown1967
Offline Send Email
Aug 3, 2007
11:28 pm
5805
Any more information on the panToXY? I've worked on this one a few more times and it just does not seem to be working. If I pan to a marker then try to pan to...
Gene Arnold
gene_arnold
Offline Send Email
Aug 5, 2007
1:06 am
5806
Ok I just did another test and panToLatLon works just fine so I know it's not my code or the situation that I'm trying to use the yahoomap in. I really think...
gene_arnold
Offline Send Email
Aug 5, 2007
1:13 am
5807
So my map is working perfect now and I was really happy to see this export feature. When I call it "exportFormat("GEORSS")" I do get a feed back that looks...
gene_arnold
Offline Send Email
Aug 6, 2007
12:32 am
5808
... feed ... lend ... Ok I got this to work after checking out some more of the examples on the website which is cool. I still do have a few questions... 1. I...
gene_arnold
Offline Send Email
Aug 6, 2007
11:29 am
5809
Thanks Deb This is great. Your site looks good. Good luck with the launch Steve...
mosaicwebdesign
Offline Send Email
Aug 6, 2007
8:21 pm
5810
i am new to the yahoo maps. i am using flex builder 2. i am looking for a sample source code to get me started. anyhelp would be greatly appreciated!!!...
Michael Azar
mazarflex
Offline Send Email
Aug 6, 2007
9:04 pm
5811
Hello Michael, I'm new to Flex 2 myself, but here's where I started: http://developer.yahoo.com/maps/flash/flexGettingStarted.html You'll need to get your own...
Rob Oates
roboates
Offline Send Email
Aug 6, 2007
9:31 pm
5812
i have an app id. 1st i cannot get my flash component to show up in flash (cs3). i ren the extension manager. also in flex i get this error "Line 5.Element or...
Michael Azar
mazarflex
Offline Send Email
Aug 6, 2007
9:41 pm
5813
Take a look at the code on this how-to page. I think it's newer than the getting started page: http://developer.yahoo.com/flash/howto-maps-as3.html Rob...
Rob Oates
roboates
Offline Send Email
Aug 6, 2007
10:54 pm
5814
I don't know why, but I can't seem to get the XML to work when I try to point to a local version. The xml file is in the same directory as my map html file. ...
Andrew
hechtic1
Offline Send Email
Aug 8, 2007
1:41 am
5815
The GEORss xml is loaded through a proxy page on the yahoo servers so the xml file has to be online somewhere. You will have to upload your xml file to a ...
Scott Morgan
doganation
Offline Send Email
Aug 8, 2007
6:23 am
5816
I'm still have a problem. Maybe it's somthing simple that I just can't see. The XML file is here: http://www.chiron.com/media/maps/yahoo/xml/map.xml The map is...
Andrew
hechtic1
Offline Send Email
Aug 8, 2007
3:22 pm
Messages 5787 - 5816 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