Tagged Questions
The yahoo-mapping tag has no wiki summary.
8
votes
3answers
2k views
Calculate longitude/latitude
Given the following input:
known longitudes/latitudes of 1..n locations
known distance between locations 1..n and another location "m"
How can I calculate the longitude/latitude of the location ...
7
votes
6answers
10k views
Geocode multiple addresses
I need to geocode around 200 addresses per request and do around 3,000 request per day. I will be doing this server side using PHP. I have looked at ...
5
votes
3answers
408 views
Avoid hanging when closing a Yahoo map with lots of markers
I have a Yahoo map with lots of markers (~500). The map performs well enough until I close the page, at which point it pauses (in Firefox) and brings up a "Stop running this script?" dialog (in IE7). ...
3
votes
3answers
841 views
How do I convert from a location (address) String to a YGeoPoint in Yahoo Maps API?
I have a list of addresses from a Database for which I'd like to put markers on a Yahoo Map. The addMarker() method on YMap takes a YGeoPoint, which requires a latitude and longitude. However, Yahoo ...
2
votes
2answers
231 views
Google equivalent to Yahoo Placemaker
Does Google has a service similar to Yahoo! Placemaker:
Developers specify structured and unstructured content; feeds, web pages, news, status articles, etc.
Placemaker identifies, disambiguates and ...
1
vote
2answers
202 views
ISO 3166-1 to woeid
Where do I find a list of all contries woeid from their ISO 3166-1 alpha2 or alpha3 codes?
Thanks in advance and happy coding
1
vote
2answers
611 views
Using Latitude & Longitude to get a place with Yahoo
I am using Google Map API to add markers to a map when the user clicks a location on the map. I want to add an info window for the new marker when its clicked, the info window will be populated with ...
1
vote
2answers
104 views
Inconsistent Loading Times for GeoRSS Overlay Between Firefox and IE
I have a very simple page built to display a map and overlay a line based on
points in a GeoRSS XML file. Here is the publicly accessible file.
http://68.178.230.189/georssimport.html
Firefox is ...
0
votes
1answer
157 views
How to integrate Yahoo static map in ASP.Net website
How to display yahoo static map in ASP.Net gridview control? The address for loading the map will be present in one of the columns of gridview and based on the address of each row the static map has ...
0
votes
2answers
297 views
How to integrate Yahoo map in ASP.Net website
How to display yahoo static map in gridview if we pass address as query string? Also please tell how to display dynamic yahoo maps also. I have searched about yahoo maps and got the following links ...
0
votes
3answers
984 views
jQuery read xml error
I am trying to write a simple location lookup call with jQuery and the yahoo maps service. i.e. A user puts a location into a search box and as they are tying jQuery calls a page on my site that ...