Hello all -- new to the group. Playing with my first yahoo maps (via Flash and ActionScript) and ran into some thin documentation regarding polygons. The API...
I'm also looking at a similar problem -- I'm generating a map of fire hydrants for a city, and needing to color-code them by water pressure. There are about...
The following rss works: map.addOverlay(new YGeoRSS('http://api.maps.yahoo.com/ajax/examples/xml/rss2.xml?a=a%20b')); The following rss does not work: ...
Just discovered the Flash version of Yahoo maps and am looking to leave my Google stuff behind for Flash's ability to handle vector shapes. I'm hoping to...
The code is actually in a function. I'm sending coordinates from a GIS program (ArcGIS) to a windows form that has a Web browser control in it. When a user...
To anyone that is interested... I did find a work around for this problem. I created a custom (ashx) handler that dynamically generates an image. It accepts...
I'm trying to make a simple, elegant map program with rich Yahoo Maps data humming beneath the surface. Is there any way to turn off layers such as roads, to...
There is a set style for Yahoo! maps - the map tiles are prerendered. While style decisions were made with the goal of supporting multiple uses - including...
I don't think it should be . the backend geocoder has been updated to support European addresses as well, so assuming that traffic to the simple api has been...
Hi, I was wondering how to change the Wmode from Window to Opaque or Transparent in Javascript Flash version of the map. After the new map routine is called, i...
Hi. For a given LatLon(latitude,longitude) that is returned by, say, a proximity search, how can I extract the individual latitude and longitude into their own...
Try this: function whatever(oEvent) { if (!oEvent) {return;} var lat = oEvent.latlon.y.toString(); var lon = oEvent.latlon.x.toString(); ... } ... say, a...
this was typed into flash copied from a tutorial in webdesigner magazine. i got to the oint in the tutorial that said run the script to see it works. Guess...
Is there any intention to provide satellite map images using the API in the future? I need this so that I can retrieve satellite maps directly from the client...
I'm using the following method to create a custom POI marker in Flex 2: mapController.addCustomPOIMarker(Address, number, name, formattedaddress, 0x990099,...
Hi, I was wondering how to change the Wmode from Window to Opaque or Transparent in Javascript Flash version of the map. After the new map routine is called, i...
Hi, My company www.brightisolutions.com <http://www.brightisolutions.com/> recently released a product called GeoFeeder that converts traditional GIS format...
Hi, The new Ajax api states that it supports the entire globe, but then how come it does not map any addresses from India that I have tried? Please advise. ...
Hello there, I start the process applying a application ID and Got a string of text, but how can I continue the process, from where in the shash 8 should I...
Hello everyone, I downloaded the as3 wrapper and When I run the application I got a small square about 20pixelx20pixel. I try to open the fla in flash 8, it...
Hello members, I can open the as2 map with flex, but how can I adjust the original map size, when I adjust the size of the flash movie in flash 8 with modify...
... open ... what ... Actually I have more problems to open the as2 movie, following is the error messages, thanks **Error** Symbol=mapClip, layer=Layer 2,...
Hi Chris, I have never used the polyline overlay so I can't really help you with that. The trick is to find a context into which you can add your own ...
not sure if anyone actually got a solution to this :) to recap https://developer.yahoo.com/wsregapp/index.php or variants do not work and send you to a dead...