Re: [Google Maps API v3] postgis

2011-06-26 Thread Chris Broadfoot
Not "directly". You'll probably want some sort of HTTP endpoint in between. -- http://twitter.com/broady On Mon, Jun 27, 2011 at 4:30 PM, sepoto wrote: > Can the maps API connect directly to a postgis enables postgresql database? > Where can I learn about this if it is possible? > > Thanks in

[Google Maps API v3] postgis

2011-06-26 Thread sepoto
Can the maps API connect directly to a postgis enables postgresql database? Where can I learn about this if it is possible? Thanks in advance for any help. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussio

[Google Maps API v3] Reverse Geocoding without Country. Is it a bug?

2011-06-26 Thread Luke
Reverse geocoding under Eiffel Tour (and other areas in Paris) does not return a type "Country". The last type at the bottom of the list is "administrative_area_level_1", "political" http://maps.googleapis.com/maps/api/geocode/json?latlng=48.858336,2.294415&sensor=false Few meters away, the co

[Google Maps API v3] Re: Some custom layers.

2011-06-26 Thread geocode...@gmail.com
On Jun 26, 11:06 pm, sepoto wrote: > I'm dealing with a map kind of like this one http://www.sepsserver.com/sepsserver/googlemaps/methanezoneaddress.php. > What I would like to do is take each polygon and put it on its own layer so > that > a user can select certain polygons to turn on or off. Is

[Google Maps API v3] Some custom layers.

2011-06-26 Thread sepoto
I'm dealing with a map kind of like this one http://www.sepsserver.com/sepsserver/googlemaps/methanezoneaddress.php. What I would like to do is take each polygon and put it on its own layer so that a user can select certain polygons to turn on or off. Is this possible with the maps API? Is ther

[Google Maps API v3] Re: How can I make the infomarkers close when I click elsewhere on the page or open a new one?

2011-06-26 Thread Mr P
this example does exactly what you want http://www.ehoundplatform.com/api/1.0/demos/freehound-google2.html basically you need to instantiate only 1 infowindow and then just move its position and update contents hope that helps On Jun 26, 10:33 am, "geocode...@gmail.com" wrote: > On Jun 24, 8:28

Re: [Google Maps API v3] Street View custom supertiles problem

2011-06-26 Thread Jan Martin
Hi, I run the site in question: http://www.diy-streetview.com Test-link: http://www.diy-streetview.com/googleapi The "super tile" is available: http://s3.amazonaws.com/diy-20110418-googleformat2/000260/0-0-0.jpg In Firefox, there is a right click Menu "View page Info". On "Media" tab I see the

Re: [Google Maps API v3] Street View custom supertiles problem

2011-06-26 Thread Marc Ridey
Hi Mike, Can you supply a test link? Regarding the tiles, have you created all the levels for your custom tiles as explained in http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView? The tile at level 0 should be a single image providing the entire panorama (wha

[Google Maps API v3] Re: 3.5 June 8, 2011 Removed GeocoderRequest’s "language" option

2011-06-26 Thread Luke
Same problem here. In my case I need to reverse geocode in English to have consistent result regardless the users' language, at the same time I want the user to see the map in their favorite language. On Jun 9, 12:34 pm, Chris Broadfoot wrote: > We made this change to simplify the API. The Geocod

[Google Maps API v3] Re: How to drag a google map marker onto a google map

2011-06-26 Thread The Net Duck
Hey just found this post http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/ee85aeb374f961cc/8183c71aa94aba40?lnk=gst&q=drag+marker#8183c71aa94aba40 There is a comment that links to exactly what I was looking for. Hope this helps someone. On Jun 26, 3:42 pm, The Net Duck wro

[Google Maps API v3] How to drag a google map marker onto a google map

2011-06-26 Thread The Net Duck
Hi, I saw a tutorial on this a long time ago but can't seem to find it. I would like to have a box (maybe a div) with a google map marker that I drag into a google map. This marker should be draggable in the google map. How can I do this? Is there a tutorial for something like this somewhere? --

[Google Maps API v3] Street View custom supertiles problem

2011-06-26 Thread Mike Solovev
Hi! Problem description: --- There are special low-resolution images in original Google Streetview called supertiles

[Google Maps API v3] Re: set style or class for marker option 'title'

2011-06-26 Thread geocode...@gmail.com
On Jun 26, 6:34 am, RoyHB wrote: > I'd like to change color or weight or make other changes to the* tooltip*that > is displayed when the marker > * title option* is displayed. > Can this be done?   Not with "normal" tooltips, they are what they are. See these pages from Mike Williams' (v2) tuto

[Google Maps API v3] set style or class for marker option 'title'

2011-06-26 Thread RoyHB
I'd like to change color or weight or make other changes to the* tooltip*that is displayed when the marker * title option* is displayed. Can this be done? If I wrap the desired title text in a or it just displays the tags rather than use them. see my lame attempt at this page