Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

yws-maps · Yahoo! Maps Developer Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4318
  • Category: Internet
  • Founded: Jun 9, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 7254 - 7283 of 7492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#7254 From: "tropicsigns" <tropicsigns@...>
Date: Sun Oct 4, 2009 10:28 am
Subject: Batch Geo-Coding licensing contact
tropicsigns
Send Email Send Email
 
Can someone please provide me with a name or contact information for questions
regarding licensing of the batch geocoding api's?

Or... a reference to the original source for geo-coding in use by YMaps.

Regards,

Gaver

#7255 From: "denis.papathanasiou" <denis.papathanasiou@...>
Date: Fri Oct 16, 2009 9:40 pm
Subject: "location is ambiguous" errors for various NYC queries
denis.papath...
Send Email Send Email
 
I'm experimenting with the Map Image REST API for different spots around New
York.

Except for the first one (Brooklyn Bridge), I'm getting either "location is
ambiguous" errors or "The street could not be found. Here is the center of the
city." warnings, but then the image given is definitely not anywhere in
Manhattan.

Here are some queries I've tried:

http://local.yahooapis.com/MapsService/V1/mapImage?appid=[my app
id]&city=New+York&state=NY&zoom=1&location=Brooklyn+Bridge (this one showed what
I expected)

http://local.yahooapis.com/MapsService/V1/mapImage?appid=[my app
id]&city=New+York&state=NY&zoom=1&location=Church+Street+between+Cortlandt+Stree\
t+and+Vesey Street

http://local.yahooapis.com/MapsService/V1/mapImage?appid=[my app
id]&city=New+York&state=NY&zoom=1&location=Church+Street

http://local.yahooapis.com/MapsService/V1/mapImage?appid=[my app
id]&city=New+York&state=NY&zoom=1&street=Church+Street

http://local.yahooapis.com/MapsService/V1/mapImage?appid=[my app
id]&city=New+York&state=NY&zoom=1&street=100+Church+Street

http://local.yahooapis.com/MapsService/V1/mapImage?appid=[my app
id]&city=Manhattan&state=NY&zoom=1&location=100+Church+Street

I'm obviously doing something wrong; any ideas what it is?

#7256 From: "vik_nuckchady" <vik_nuckchady@...>
Date: Thu Oct 8, 2009 3:57 pm
Subject: YPolyline error when drawing - Assistance requested.
vik_nuckchady
Send Email Send Email
 
Hi,

I am trying to build a "path-plotter" using the Yahoo Maps api 3.8.2.3. More
explicitly, when the user clicks on the map, the javascript application adds a
small customized overlay to indicate the clicked location and link that point to
the previously clicked ones using a polyline drawing function YPolyline. The
problem i am facing is that under one situation (explained below), the line is
not drawn and the following Javascript error is reported:

From FireFox Error Console:
Error: _g is undefined
Source File: http://l.yimg.com/d/lib/map/js/api/ymapapi_3_8_2_3.js
Line: 4

From FireBug Error Console:
_g is undefined
[Break on this error] function YahooMapsAPIAjax(){var
YMapConf...plog");}Exporter();}YahooMapsAPIAjax();\n

The situation this error occurs is when the polyline draw function tries to draw
a line on one of the YPolyline container (implemented as an "SVG Panel" of the
Document's DOM according to the Inspect Element feature of FireBug) that is used
to draw the lines of the polyline. On the other hand, there is no problem when
the clicked point is not on a YPolyline container.

I am hoping that this description makes sense to someone but if anyone can help
and would like clarification i would be more than pleased to give them. I would
like to know if there is a fix ?

Hear from you.

#7257 From: "jerry n" <jerryonealy@...>
Date: Sun Oct 25, 2009 5:54 am
Subject: Road name change
jerryonealy
Send Email Send Email
 
I live in  Texarkana , Texas.    I live on a street named    Quail Ridge
Road..............however, the map shows Quail Ridge Drive   ( which is wrong !!
)  this messes me up some time when I request something be mailed to my
house........
How can we get that changed   from Dr.  to Road  ?

Please advise, and thank you , love your service.

#7258 From: "denislaprise" <denis@...>
Date: Wed Oct 7, 2009 11:18 pm
Subject: Number of Yahoo Maps mashups
denislaprise
Send Email Send Email
 
Hello,

I'd like to know if someone has an idea of the number of mashups built
(exclusively) on the Yahoo Maps API?
I checked programmableweb and there are only 132 mashups so I expect someone has
a more up-to-date list.
Thanks,
Denis

#7259 From: "jlrough" <jlrough@...>
Date: Thu Oct 22, 2009 2:10 am
Subject: file_get_contents() fail to open stream
jlrough
Send Email Send Email
 
This map worked.  This was for V1. Something seems to have happened.

You can log into my map url:
99/20.131/64/login.html
click the first submit button if you want to otherwise I can explain it.

First I have a desktop db that  passes an array of addresses, one at a time to
the addaddress()  function (see below) in my php script.  Its very simple and
should work.    It stops on this line in the function and can't get the
contents:
Does the YahooDemo work without an api key? As I said it did before.  The
file_get_contents() fails to open the stream.

** $addressData = file_get_contents($apiURL.urlencode($address)); ****
$apiURL =
"http://api.local.yahoo.com/MapsService/V1/geocode?appid=YahooDemo&location=";


The error message for the first index of the address array:
Warning:
file_get_contents(http://api.local.yahoo.com/MapsService/V2/geocode?appid=YahooD\
emo&location=44502+Loneoak%2C+Lancaster%2C+CA%2C+93534)
[function.file-get-contents]: failed to open stream: HTTP request failed!
HTTP/1.1 404 Not Found in /Library/WebServer/Documents/phoogle1.php on line 41

As you can see, it gets the address passed correctly but doesn't open a yahoo
map.


I hope you can please help, I've been working on this for a couple months and I
think it should work. Let me know if you see anything in the file_get_contents
that is wrong or if the YahooDemo needs a key.  I would think the demo is for
testing. Thanks, Janis
-----------

  function addAddress($address,$htmlMessage=null){
      if (!is_string($address)){
         die("All Addresses must be passed as a string");
       }
     var_dump($address);
     echo "address"."\n\n"."</br>";
$apiURL =
"http://api.local.yahoo.com/MapsService/V1/geocode?appid=YahooDemo&location=";
   //   $addressData = file_get_contents($apiURL.urlencode($address));   ??
  $addressData = file_get_contents($apiURL.urlencode($address));

         $results = $this->xml2array($addressData);
         if (empty($results['ResultSet']['Result']['Address'])){
             $pointer = count($this->invalidPoints);
             $this->invalidPoints[$pointer]['lat']=
$results['ResultSet']['Result']['Latitude'];
             $this->invalidPoints[$pointer]['long']=
$results['ResultSet']['Result']['Longitude'];
             $this->invalidPoints[$pointer]['passedAddress'] = $address;
             $this->invalidPoints[$pointer]['htmlMessage'] = $htmlMessage;
           }else{
             $pointer = count($this->validPoints);
             $this->validPoints[$pointer]['lat']=
$results['ResultSet']['Result']['Latitude'];
             $this->validPoints[$pointer]['long']=
$results['ResultSet']['Result']['Longitude'];
             $this->validPoints[$pointer]['passedAddress'] = $address;
             $this->validPoints[$pointer]['htmlMessage'] = $htmlMessage;
         }


     }

#7260 From: "m.royalty@..." <m.royalty@...>
Date: Wed Aug 12, 2009 11:33 am
Subject: REST interface pixel to latlon ratios
m.royalty...
Send Email Send Email
 
hi all,

I've seen this asked many times but never answered. If using the simple REST
interface (not AJAX or Flash), where can I find any info regarding the pixel
ratios for the different zoom levels.

The REST api allows for a single red star marker and I need to add one
additional marker. Sort of a "you are here" and this is where you are going
thing, but I don't need turn by turn directions or course plots, just the 2
points marked.

I know lat/lon for both points so can feed one to the API, just looking to
approximate the other one on the returned map.

thanks!

#7261 From: "Evan" <ebookbinder@...>
Date: Wed Oct 21, 2009 5:30 pm
Subject: Traffic Data Source / Reporting Errors
kcwxforecaster
Send Email Send Email
 
I was wondering where the Yahoo traffic service gets its data from?

I noticed here in the Kansas City area that the Yahoo service was not only
missing a number of active construction zones, but more importantly one of the
big Interstate jobs has the lat/lon some 6 miles off (correct road, wrong county
-- no where near the Interstate).

Who would I need to contact to get these data synced better.

http://maps.modot.mo.gov/travelerinformation/TravelerInformation.aspx

Evan

#7262 From: "rupinder dhaliwal" <rupinder_dhaliwal16@...>
Date: Sun Oct 18, 2009 11:21 pm
Subject: Yahoo traffic in flex
rupinder_dha...
Send Email Send Email
 
hi all,
I am new to the yahoo maps api. I am working on flex based mashup project.I have
to use yahoo tarffic api to get the traffic data.I want to know that how does
TrafficSearch(
 
http://developer.yahoo.com/flash/maps/classreference/com/yahoo/maps/webservices/\
traffic/TrafficSearch.html )
works.I mean once we call the getdata method of this class, how can i access the
data returned thorugh trafficresponse class.

#7263 From: "jlrough" <jlrough@...>
Date: Tue Oct 20, 2009 11:27 pm
Subject: simple question on file_get_contents() url format
jlrough
Send Email Send Email
 
I'm trying to use  file_get_contents() to see if I understand the
format for sending an HTTP get url to fetch a map.
file_get_contents("http://api.local.yahoo.com/MapsService/V1/geocode?appid=Yahoo\
Demo&location="44502+Loneoak+Lancaster+CA+93534")
Can you tell me why this doesn't work?
Do I need the "key" in the url somewhere?

I am getting this error:
Your search -
file_get_contents("http://api.local.yahoo.com/MapsService/V1/geocode?appid=Yahoo\
Demo&location="44502+Loneoak+Lancaster+CA+93534") - did not match any documents.

thanks,

#7264 From: "prabeesh_in" <prabeesh_in@...>
Date: Mon Nov 2, 2009 11:34 am
Subject: How to highlight a specified radius around a point in map?
prabeesh_in
Send Email Send Email
 
Hi,

I'm using Yahoo maps Ajax API to display an agent and his existing customers as
markers on the map. I could accomplish this, but I could not find any method to
highlight a specified area around the agent's location (as transparent circle
over the specified radius in the map) so that the user can identify customers
within a specified distance easily.

Please let me know how can I accomplish this using Yagoo maps.

Thanks in advance,
Prabeesh.

#7265 From: "d_n8888" <d_n8888@...>
Date: Sat Nov 7, 2009 1:02 am
Subject: radius search by city name
d_n8888
Send Email Send Email
 
Hi,

I'm a newbie here. I've hired a developer to help me with my project. However,
is there a way to do a radius search by City name? The developer keeps insisting
that we do a radius by zip code but I said that's not practical because people
are not familiar with zip code. People are more familiar with city name.

Any help is greatly appreciated.

Thanks,
Darrin

#7266 From: "bill_mcenaney" <bill@...>
Date: Fri Nov 6, 2009 11:29 pm
Subject: creating a map that shows 15 locations
bill_mcenaney
Send Email Send Email
 
Hi Everybody,

I've joined the correct group, I hope.  If not, please tell me which one to join
instead.  I'm new to Yahoo groups and to Yahoo map-making.

I need to create an emailable map showing the locations of 15 places that are in
a city in my state. Google Maps displayed a map to point out 10 of the 15
places.   To see the names of the other places and where those places were on
the map(s), I needed to click on the word "next" or on a page number.  What
steps should I do create a one or two-page map labeling each of those locations?

Thanks so much.  I need the map right away.

Bill

#7267 From: "contact.hanworks" <contact.hanworks@...>
Date: Mon Nov 23, 2009 4:55 pm
Subject: Deleting Markers
contact.hanw...
Send Email Send Email
 
Hey all,

I'm just starting to understand how the whole flex api from Yahoo works. I'm
getting along quite well. However, I now came across a problem that I can't seem
to find a solution for.

I can add markers to the map, however, there is no event listener for a marker
to be able to delete them when clicked on. In fact, when I click on the map it
shows me the longitude and latitude. When I click a marker nothing happens, so
they differ from eachother.

How can I, for example, delete the marker when someone clicks on it?

Thanks in advance for the answers.

#7268 From: "farrellted" <farrellted@...>
Date: Thu Nov 5, 2009 4:18 pm
Subject: Traffic data has disappeared
farrellted
Send Email Send Email
 
I am using the Traffic REST service and over the last week the data has stopped
coming.  There are no traffic reports for many places that use to have them
(Boston, SF Bay area, Denver, etc).  If you click on the example link on the
developers page for this here:

page: http://developer.yahoo.com/traffic/rest/V1/index.html

demo link:
http://local.yahooapis.com/MapsService/V1/trafficData?appid=YdnDemo&street=701+F\
irst+Ave&city=Sunnyvale&state=CA

you will see no results for sunnyvale.  There are about a dozen accidents in
that area, but the service isn't showing any of them.

Any ideas?  thanks.

#7269 From: "kidrecursive" <chris.publicbox@...>
Date: Wed Nov 11, 2009 3:37 pm
Subject: Geocode Lookup Questions
kidrecursive
Send Email Send Email
 
Hello, I wasn't able to find the answer to this question so I hope it is not
redundant:

I am running a job once a day on ~2000 address records to get their Geocodes.

Everything is going swimmingly until ~360 records are processed. At this point,
the service stops returning coordinates. I get no HTTP error messages or cURL
errors, just no response.

Do I need to sleep the process in-between requests in order to space them out? I
am aware of the 5000 per day limit.

#7270 From: "Amit" <sinha_ams@...>
Date: Thu Nov 12, 2009 9:35 am
Subject: Error in getting lat-long from address
sinha_ams
Send Email Send Email
 
Hi,
   I am trying to use the Geocode API to get the lat-long from the street
address.

If I try "200 Victoria Street" the result is correct.
----------------------
http://local.yahooapis.com/MapsService/V1/geocode?appid=YD-9G7bey8_JXxQP6rxl.fBF\
GgCdNjoDMACQA--&street=200+Victoria+Street&city=Singapore

Result:
    <Latitude>1.299627</Latitude>
   <Longitude>103.855297</Longitude>
----------------------

However if the street address also contains additional information like:
"Level4 Parco Bugis Junction ,200 Victoria Street"

The resultant lat long is incorrect.
-------------------------
 
http://local.yahooapis.com/MapsService/V1/geocode?appid=YD-9G7bey8_JXxQP6rxl.fBF\
GgCdNjoDMACQA--&street=Level+4+Parco+Bugis+Junction+,+200+Victoria+Street&city=S\
ingapore
Result
   <Latitude>1.365580</Latitude>
   <Longitude>103.827713</Longitude>

---------------------------

Is the second case not supported.
Thanks,
Amit

#7271 From: "jlrough" <jlrough@...>
Date: Fri Nov 13, 2009 1:56 am
Subject: forbidden error
jlrough
Send Email Send Email
 
I had a working php application for a map now I'm getting this error 403
forbidden error?
file_get_contents(http://local.yahooapis.com/MapsService/V1/geocode?appid=XIlnuf\
LV34GbK95BAPFTqQ.u9FC9dNmJSZemEeWVSbQ_Hl6Kr9gSiroyXKTVHw--&location=44502+loneoa\
k+lancaster+ca)



Is this format still right or did something change?  It was even working this
morning.


thanks,

#7272 From: "lkebede2005" <lkebede@...>
Date: Mon Nov 9, 2009 11:08 pm
Subject: Traffic Web Service API licensing
lkebede2005
Send Email Send Email
 
What permission or licensing do I need to use the traffic web service APIs with
an existing non-yahoo mapping application? This is for a local government
internal use only (not commercial nor public access)

Thanks

#7273 From: "eclecticdan" <dan@...>
Date: Tue Nov 10, 2009 6:14 pm
Subject: Yahoo! Maps JS-Flash API Markers not visible
eclecticdan
Send Email Send Email
 
I'm getting reports that Markers are not being displayed on Macs (regardless of
browser) after upgrading to the latest version of Flash.
The current script, 3.5.2, is pretty old, and I can't get to this info from the
main Map API page.

Also, the forum for this API is full of nothing but spam:

http://tech.groups.yahoo.com/group/yws-maps-flash/

Has this access method been deprecated?

#7274 From: "whispers [HM]" <whispers007@...>
Date: Wed Jul 7, 2010 11:07 pm
Subject: RE: Yahoo! Maps JS-Flash API Markers not visible
whispers007spy
Send Email Send Email
 
the older 3.5.x for AS2 component has been depricated.. I thought it was
still to be maintained..just not expanded on..

I had many Flash API versiosn working..but they are all hit or miss now..
tiles load..sometimes not..

traffic is a beast.. and on and on..




   _____

From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf
Of eclecticdan
Sent: Tuesday, November 10, 2009 12:14 PM
To: yws-maps@yahoogroups.com
Subject: [yws-maps] Yahoo! Maps JS-Flash API Markers not visible




I'm getting reports that Markers are not being displayed on Macs (regardless
of browser) after upgrading to the latest version of Flash.
The current script, 3.5.2, is pretty old, and I can't get to this info from
the main Map API page.

Also, the forum for this API is full of nothing but spam:

http://tech.groups.yahoo.com/group/yws-maps-flash/

Has this access method been deprecated?






[Non-text portions of this message have been removed]

#7275 From: "deshkanna" <deshkanna@...>
Date: Tue Nov 24, 2009 1:24 pm
Subject: RESTful Reverse Geocoding
deshkanna
Send Email Send Email
 
Hi
   Just wanted to check if there is a RESTful API available for Reverse
Geocoding..I am able to see RESTful services for getting a map image and
Geocoding but there doesn't seem to be any for Reverse Geocoding.. Can anyone
please confirm ??

Thanks
Kannappan

#7276 From: "dixonje99" <jdix@...>
Date: Wed Dec 2, 2009 6:41 pm
Subject: Alternatives for more than 5,000 requets/day
dixonje99
Send Email Send Email
 
Does Yahoo offer a fee-based program for organizations that wish to make more
than 5,000 requests/day? I'm anticipating that most days we'll be well below the
5,000 mark, but occasionally we'll need to make up to several
hundreds-of-thousands of requests in one day.

Any other resources that people could suggest for this type of usage?

#7277 From: "Sundar" <ks_sundarrajan@...>
Date: Thu Nov 26, 2009 1:04 pm
Subject: Example to calculate the distance b/w 2 places - yahoo maps
ks_sundarrajan
Send Email Send Email
 
Hi all,

I am unable to find an example which calculates the distance b/w 2 given address
using yahoo map api :
Example:
From : newbury, boston, MA, US
To : LaGuardia Airport, NY, US

I do not want to show a map on the web page,but i need the api so that i can
call it by passing the above two addresses.

I use php and javascript for getting the address. Now with the from and to
address in my javascript variables, i want to get the distance b/w them.

Can any one guide me to the correct location?

Thanks,
Sundar

#7278 From: "andresgarciarogelio" <andresgarciarogelio@...>
Date: Wed Dec 2, 2009 8:25 pm
Subject: Request - Get address
andresgarcia...
Send Email Send Email
 
Hello

I have a doubt.

How I can get an postal address by a coordinate: longitude and latitude; using a
URL, for example:

http://yahooapis.com/SEVICE?appid=miID&latitude=19.4325&longitude=-19.1340

and to receive a XML (or another format), for example:

   <?xml version="1.0" encoding="utf-8" ?>
   <address>Plaza de la constitucion, Distrito Federal, Mexico</address>

Thanks.

#7279 From: "jepope_1203" <jepope_1203@...>
Date: Tue Nov 24, 2009 2:27 am
Subject: Having trouble with Yahoo annotated maps api
jepope_1203
Send Email Send Email
 
I'm trying to use the Yahoo map api to display points on a map using a
geoRSS2.0 XML File (it's a project for school). Everything I've seen
about this makes it seem like it should be easy, but I've been at this
for about a week now and I can't get this to work.

From what I understand, you get an appid from Yahoo, plug it into the
Yahoo maps URL along with the URL for your file's location and, if your
xml code is good, then a map should appear with your points.

This is the information that I used to get the appid:

Yahoo ID:  jepope_1203
Authentication method: Generic
Developer/Company name: J.Pope
Product name: CMIS170 Project 2C
Web Application URL: http://api.maps.yahoo.com/Maps/V1/annotatedMaps
Contact email: jepope_1203@...
Description of application: College project that will display points on
a map using xml


The appid I received was:
1R7BfdzV34GoSf3rvPj2pddKqYqd2z1IpaS7X2.KDw1Vcr_akBVfrlB_PuWOz3EH2as-


My xml file is on the UMUC Nova server at:
http://nova.umuc.edu/~cm170a02/project2c.xml
<http://nova.umuc.edu/%7Ecm170a02/project2c.xml>


The URL that I put in the address bar:

http://api.maps.yahoo.com/Maps/V1/annotatedMaps?appid=1R7BfdzV34GoSf3rvP\
j2pddKqYqd2z1IpaS7X2.KDw1Vcr_akBVfrlB_PuWOz3EH2as-=http://nova.umuc.edu/\
~cm170a02/project2c.xml <http://nova.umuc.edu/%7Ecm170a02/project2c.xml>


and the screen that appears says "We need a city, state; city, state,
zip; or a zip to generate a map."
(http://api.maps.yahoo.com/maps?syne=-3001&addr=&csz=&country=us)

What am I doing wrong? Can anybody help?




[Non-text portions of this message have been removed]

#7280 From: "richard_charlbury" <richard@...>
Date: Tue Nov 24, 2009 9:37 pm
Subject: Maximum zoom level
richard_char...
Send Email Send Email
 
Hi,

Would there be any chance of increasing the maximum zoom level on the API?

At present it goes up to 1 (API number - equates to 17 in the tile URL I think),
but YMaps have some good aerial imagery beyond that - it'd be great to have
access to that. I'm using the AS3 API.

cheers
Richard

#7281 From: "denis.papathanasiou" <denis.papathanasiou@...>
Date: Mon Nov 30, 2009 2:53 pm
Subject: How to change Pan Control and Zoom Slider Control sizes?
denis.papath...
Send Email Send Email
 
I've noticed that it's possible to use a YSize() object to define how large the
type control (i.e., regular, satellite, hybrid) button appear on a map.

Is a similar thing possible for the YMap.addPanControl() and YMap.addZoomLong()
methods?

#7282 From: "Sebastian Enders" <enders@...>
Date: Wed Nov 25, 2009 4:47 pm
Subject: how to hide the measuring stick
comvosonline...
Send Email Send Email
 
Hello,

does anybody now how to hide the measuring stick on yahoo maps?

I didn't find it in the api references.

Thanks a lot,

kind regards,

Sebastian

#7283 From: "nekronomekron@..." <nekronomekron@...>
Date: Thu Nov 26, 2009 1:16 pm
Subject: Reverse Geocoding using HTTP REST
nekronomekro...
Send Email Send Email
 
Hi all!

I hope you can help me: is there any HTTP webservice for reverse geocoding using
Yahoo? I am searching for something like the current geocoding webservice but
for reverse geocoding some Lat/Lon pair.

I already tried the geocoding service
(e.g.:http://local.yahooapis.com/MapsService/V1/geocode?appid=0&street=8800%20%2\
0S.%20Eggleston%20Ave&city=Chicago&state=Illinois) which works fine for any
address but not for reverse geocoding.

I hope someone can help me ... Thanks in advance!

C YA

Messages 7254 - 7283 of 7492   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help