[Google Maps API v3] Re: Custom Map Type with background color

2010-05-07 Thread neavilag
of a background color, I've used the normal Google base map > (to provide the oceans and neighboring countries), then added an > overlay of the Census data, and then the transparent hybrid tiles on > top of that, so it's three > layers:http://www.william-map.com/20100507/

[Google Maps API v3] Re: Add simple georeferenced overlay

2010-05-07 Thread neavilag
Hi Brad, did not got that about firebug and css, i use chrome. the png file is generated automatically from rainfall data and the idea is something like this on web. that is done with Google Earth see link http://screencast.com/t/YjZhYmQ0NTI see the image is not opaque but the road and landmark

[Google Maps API v3] 2010/05/07: New Release (and features!)

2010-05-07 Thread Daniels Lee™
We're very excited to announce another recent release of a new version of the API. This release contains a handful of great new features for you to utilize. Check them out below! KML and Geo RSS Layers: http://code.google.com/apis/maps/documentation/v3/overlays.html#KMLLayers Ground Overlays: h

[Google Maps API v3] Re: How To Tie External Page Links to Map Markers?

2010-05-07 Thread Code Monkey
Thank you very much sir! That is exactly the functionality I was looking to imitate. On May 7, 3:59 pm, William wrote: > here's a simple example: > > http://www.william-map.com/20100508/1/map.htm > > ... > > -- > You received this message because you are subscribed to the Google Groups > "Google

[Google Maps API v3] Re: advice needed on using geo location and destination

2010-05-07 Thread Ade
All sorted nothing to see here On May 7, 4:36 pm, Ade wrote: > Hi all im hoping you can help, I have been wracking my brains out for > ages with this and any pointers would be much appreciated. > > I have the following code : > > > >    var directionsService = new google.maps.DirectionsService()

[Google Maps API v3] 2010/05/07: New Release (and features!)

2010-05-07 Thread Daniels Lee™
We're very excited to announce another recent release of a new version of the API. This release contains a handful of great new features for you to utilize. Check them out below! KML and Geo RSS Layers: http://code.google.com/apis/maps/documentation/v3/overlays.html#KMLLayers Ground Overlays: h

[Google Maps API v3] Re: How To Tie External Page Links to Map Markers?

2010-05-07 Thread Brad
Would this help at all? - http://www.bradwedell.com/phpgooglemapapi/demos/advanced_marker_opener.php?min=0 Not sure if you're using PHP or not - if you are, it's as simple as using those few methods, otherwise, just looks at the javascript for the rendered page to get an idea of how it's done.

[Google Maps API v3] Re: How To Tie External Page Links to Map Markers?

2010-05-07 Thread William
here's a simple example: http://www.william-map.com/20100508/1/map.htm ... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this g

[Google Maps API v3] Looking for Drawing Tools for v3

2010-05-07 Thread Chaim Krause
I see there is an example in gmaps-utility-library-dev for drawing tools using v2 of the API. Does anybody know of any examples, or better yet, libraries, that work with v3? I'm not experienced enough of a JavaScript programmer to write something on my own, but I could implement something if I had

[Google Maps API v3] advice needed on using geo location and destination

2010-05-07 Thread Ade
Hi all im hoping you can help, I have been wracking my brains out for ages with this and any pointers would be much appreciated. I have the following code : var directionsService = new google.maps.DirectionsService(); var directionsDisplay = new google.maps.DirectionsRenderer(); var

[Google Maps API v3] How To Tie External Page Links to Map Markers?

2010-05-07 Thread Code Monkey
I've successfully created a v3 map on my page displaying multiple markers. Under the map, I'm listing out the location addresses dynamically from a database. What I want to do is link the name/title of those address locations, that are listed under the map, to markers within my map and have the map

[Google Maps API v3] Update google maps in div

2010-05-07 Thread a.battist...@pharma.it
I have a problem, i have a asp.net webpage with ajax control and timer for update a updatecontrol after 10 seconds. In this control i have a div (id="map") i would like to load my google maps when my update control is updated. How can i do this? Thanks -- You received this message because you ar

[Google Maps API v3] Re: Add simple georeferenced overlay

2010-05-07 Thread Brad
Hey Neil - that's a great question that I was actually pondering myself. Not sure how you're implementing everything, but wondering if a simple semi-transparent png vs fully opaque might do the trick (but it doesn't sound like you want to be manually updating the transparency of each image). Othe

[Google Maps API v3] Extremely slow peformance on IE7/IE8

2010-05-07 Thread Sharcho
The performance of the API with IE7/IE8 is extremely sluggish http://code.google.com/apis/maps/documentation/v3/examples/event-closure.html Try for example clicking one of the markers at the top of the screen, and make the infowindow scroll the map down, it can take a few good seconds for the scre

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-07 Thread TK
I would like to do like this with API v3. http://www.shift.jp.org/en/map/ This is v2 version without MarkerManager. Can't I do it with API v3 with MarkerManager? On May 7, 9:02 pm, TK wrote: > You're so kind. I've put the code onhttp://www.shift.jp.org/ja/map/index.html > > I though there is o

[Google Maps API v3] Re: Rendering directions location name vs geocode

2010-05-07 Thread jcm
That doesn't work for me. I'm trying waypoint, origin and destination locations set to a string containing the name, '@', lat, comma, lng and I get NOT_FOUND responses from DirectionsService. Any pointers? On May 6, 7:02 pm, Rossko wrote: > > When rendering directions I want to be able to print t

[Google Maps API v3] How to add InfoWindow for dynamic multiple marker?

2010-05-07 Thread Behestee
How can add infoWindow for dyanamic and multiple maker? i have try in lots of way but at last I invent a solution as given below: function initialize() { var locations = [ ['Bondi Beach', -33.890542, 151.274856], ['Coogee Beach', -33.923036, 1

[Google Maps API v3] addListener playing up

2010-05-07 Thread Lemining
Hi everyone, I have been working on website that shows properties for sale and it also shows points on map which refer to each row on the table (property for ale). I decided to go with AJAX to update table with rows (properties), but then i need to remove all markers and add all the new ones in. F

[Google Maps API v3] Re: Dose MarkerManager works?

2010-05-07 Thread TK
You're so kind. I've put the code on http://www.shift.jp.org/ja/map/index.html I though there is one marker when zoom out but seems there are all markers. Is this right function of MarkerManager? On 5月6日, 午後11:01, Björn Brala wrote: > I posted this to the wrong thread, oops. > > I think i fi

[Google Maps API v3] Re: Search Along a Route

2010-05-07 Thread Thor (Google Employee)
I added this class to the v3 Utility Library a few days ago, which might help: http://google-maps-utility-library-v3.googlecode.com/svn/tags/routeboxer/1.0/docs/examples.html Thor. On May 7, 8:42 pm, Earth Technology wrote: > Does anyone have any update on this thread. > > My last reply was - >

Re: [Google Maps API v3] Search Along a Route

2010-05-07 Thread Earth Technology
Does anyone have any update on this thread. My last reply was - Yes, i have a database containing city, state, zip code, latitude and longitude. Please let us know how can i do it. On Fri, Apr 23, 2010 at 6:39 PM, Earth Technology wrote: > Yes, i have a database containing city, state, zip c

Re: [Google Maps API v3] Re: Custom Map Type with background color

2010-05-07 Thread ricco *
of a background color, I've used the normal Google base map > (to provide the oceans and neighboring countries), then added an > overlay of the Census data, and then the transparent hybrid tiles on > top of that, so it's three layers: > http://www.william-map.com/20100507/1/censu

Re: [Google Maps API v3] Re: Custom Map Type with background color

2010-05-07 Thread ricco *
Hello Daniel, Sure that map styling capabilities would be a great feature in Google map. I think this kind of needs will become more and more important as there is more and more people that are using the API. It's really a pleasure to see a google map with another style than the defaults. I'm al