[Google Maps API v3] Re: Open kml infowindow on mouseover of an external link

2013-10-22 Thread jarreweb
Thanks for your help but I found an alternative you can check the code generated by the page not very clean but does the goal :) Le lundi 21 octobre 2013 17:07:15 UTC+2, jarreweb a écrit : > > Hello to all > > I'm looking for a way to simulate the click on a polygon generate

[Google Maps API v3] Open kml infowindow on mouseover of an external link

2013-10-21 Thread jarreweb
Hello to all I'm looking for a way to simulate the click on a polygon generate by a kml file look at http://www.chambres-hotes.fr/equestre.html I would like to open the infowindow of the corresponding polygon when the mouse is over the name on the left the same behaviour when mouseover an item

[Google Maps API v3] Re: Printing issue on Internet Explorer only

2011-10-24 Thread jarreweb
on print preview, it's always ok it's only on the printed paper there is the problem, even if i'm waiting for full loading On 21 oct, 16:18, Joseph Elfelt wrote: > Yes - looks like a timing issue > > I opened your page with IE8 (XP SP3) and cancelled the print dialog > popup. > After the map full

[Google Maps API v3] Re: Printing issue on Internet Explorer only

2011-10-21 Thread jarreweb
for addition, i'm using IE8 on Windows Vista x64 haven't tried on IE9 -- 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-v3@googlegroups.com. To unsubscribe from this group, s

[Google Maps API v3] Printing issue on Internet Explorer only

2011-10-21 Thread jarreweb
Hello to all I just discover a printing issue on Internet Explorer (it works great on Chrome/Firefox) I haven't found any post about this bug over the internet or this groupe. the problem occurs only on the print of the following page, not on the display http://www.cybevasion.fr/hotel_plan2.php?i

[Google Maps API v3] Re: Migrate street view parameters from v2 to v3

2010-12-13 Thread jarreweb
= { >     position: new google.maps.LatLng(48.849372,2.398809), >     pov: { >         heading: 268.58, >         pitch: 14.21, >         zoom: 1 >     } >   }; > > Marc > > > > > > On Thu, Dec 9, 2010 at 8:10 PM, jarreweb wrote: > > > I'm st

[Google Maps API v3] Re: Migrate street view parameters from v2 to v3

2010-12-09 Thread jarreweb
I'm storing lat, lon, zoom, tilt and yaw parameters for places and I used the v2 maps to do that. It seems the scale of zoom and yaw (called heading in v3 maps) is different between v2 and v3 here are the v2 and v3 versions using the same parameters (you can see the view is slightly different, eve

[Google Maps API v3] Re: Migrate street view parameters from v2 to v3

2010-12-08 Thread jarreweb
any clue ? -- 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 group, send email to google-maps-js-api-v3+unsubscr...@googlegroup

[Google Maps API v3] Migrate street view parameters from v2 to v3

2010-12-03 Thread jarreweb
hello to all developpers I'm migrating some maps from v2 to v3 and I have a problem with integrated street view. I stored a lot of data for displaying street view on a webpage. It seems that pitch and zoom of v2 and v3 are slightly differents (ie scale are not the same, steps also). How can I mig

[Google Maps API v3] Interaction between map and a menu (outside the map)

2010-08-12 Thread jarreweb
Hello to all I'm trying to convert my v2 maps to v3. I use to make a menu (with php) which interacts with the map here is an example : http://www.plages.com/plages-charente-maritime-d17.html I want to open the infowindow when the cursor is over the link menu on the left. I tried to use google.map