Re: text overflow along the bottom of my map
I use this to make the copyright wrap inside the map div
GEvent.addListener(map, "tilesloaded", function() {
jQuery('.gmnoprint').next('div').css('white-space','normal');
});
Of course I am using jQuery for some other things on the page, but you
get the idea.
On Nov 5, 4:18 pm, Rossko <ros...@culzean.clara.co.uk> wrote:
> > The following text:
> > "Imagery ©2009 DigitalGlobe, Infoterra Ltd & Bluesky, GeoEye,
> > Getmapping plc, The GeoInformation Group, Map data ©2009 Tele Atlas -
> > "
> > that i assume is loaded by the api itself is overflowing my map, any
> > ideas on how to solve this would be appreciated.
>
> Try some of these -http://groups.google.com/group/google-maps-api/search?group=google-ma...
--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home