jQuery: The Write Less, Do More JavaScript Library

extending a jmaps Google map

View: New views
4 Messages — Rating Filter:   Alert me  

extending a jmaps Google map

by Quinode :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I used jmaps on this page :

http://www.fetedupanier.org/fete_du_panier.html

JMaps is very robust and the API is great
the only problem I have is that I set up this hover effect to make the
map grow :

- the markers are only showed in the initial map area, they disappear
when entering the newly "added" area. Seems like I need to re-
initialize Gmap to tell him the map has grown

Also, is it possible to control the opening of an infowindow (from a
KML placemark) from jmaps ?
I'm also willing to donate to the project

thank you
Dominique

Re: extending a jmaps Google map

by Rick Faircloth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I'm getting an error on the page...

> -----Original Message-----
> From: jquery-en@... [mailto:jquery-en@...] On Behalf Of Quinode
> Sent: Tuesday, May 13, 2008 4:27 AM
> To: jQuery (English)
> Subject: [jQuery] extending a jmaps Google map
>
>
> I used jmaps on this page :
>
> http://www.fetedupanier.org/fete_du_panier.html
>
> JMaps is very robust and the API is great
> the only problem I have is that I set up this hover effect to make the
> map grow :
>
> - the markers are only showed in the initial map area, they disappear
> when entering the newly "added" area. Seems like I need to re-
> initialize Gmap to tell him the map has grown
>
> Also, is it possible to control the opening of an infowindow (from a
> KML placemark) from jmaps ?
> I'm also willing to donate to the project
>
> thank you
> Dominique
>



Re: extending a jmaps Google map

by joemccann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I've worked quite a bit with jMaps, extending it, and with Google Maps
overall.  I'm not sure what it is you're asking, but the link doesn't
work.

Joe

www.subprint.com

On May 13, 3:27 am, Quinode <dom.guardi...@...> wrote:

> I used jmaps on this page :
>
> http://www.fetedupanier.org/fete_du_panier.html
>
> JMaps is very robust and the API is great
> the only problem I have is that I set up this hover effect to make the
> map grow :
>
> - the markers are only showed in the initial map area, they disappear
> when entering the newly "added" area. Seems like I need to re-
> initialize Gmap to tell him the map has grown
>
> Also, is it possible to control the opening of an infowindow (from a
> KML placemark) from jmaps ?
> I'm also willing to donate to the project
>
> thank you
> Dominique

Re: extending a jmaps Google map

by Quinode :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



sorry, an update broke it all
the link works  now : http://www.fetedupanier.org/fete_du_panier.html

at first the map is something like 280 x 280
when hovering, it grows to 500 x 500
the markers are loaded at first, but when the map grows, only the
markers in the 280x280 area are shown

i tried to reinvoke  jmap('addFeed'  in the hovering call but it does
ot fix it
in fact, the gmap "useable" area seems to be defined for the size it
has when calling jmap(init
so my problem is how to redefine "on the fly" this useable area