Hello again, Larry. I learned to create a map from a Google Docs Spreadsheet by reading the Official Google Maps API Blog, at http://googlemapsapi.blogspot.com/2007/03/creating-dynamic-client-side-maps.html
At the end, they say: "Start playing around, and let us know in the **Maps API group** or the Spreadsheets API group if you have any questions", so that's exactly what I did. My only problem now is that I don't know where to place the CSS code. If you take a look at my map at http://www.uandes.cl/comunicaciones/alumni/mapa-alumni.html and click on Bolivia, you'll see red text in the info window. I styled that text inside the spreadsheet itself... and it works but I don't think it's the correct way to do it. Here you can see the spreadsheet: https://spreadsheets.google.com/ccc?key=0Ama84NgUHuwLdDRhLS0td3VMaElJd1NLZHc3WThqNkE&hl=en Where should I place the code for displaying the content of an info window in two columns? Regards, Ricardo On Dec 1, 12:22 am, "[email protected]" <[email protected]> wrote: > On Nov 30, 6:47 pm, Chuqui <[email protected]> wrote: > > > Thank you. I will try that solution once I get to the office, but... > > what if I want to put the content into two columns? Should I use html/ > > css too? > > Yes. It is just text formating, nothing to do with maps (other than > the fact that the div containing the text is inside an infoWindow...). > > > > > I posted here because that's what they suggest at the official blog. > > As a matter of curiosity, where does it say that? > > -- Larry > > > Thanks! > > > On Nov 30, 7:32 pm, "[email protected]" <[email protected]> > > wrote: > > > > It is not a google maps api issue, it is html/css. To get a scroll > > > bar, define the div containing the content with > > > style="overflow:auto" (plus whatever other properties you need, > > > probably at least height and width). > > > > -- Larry > > > > On Nov 30, 1:46 pm, Chuqui <[email protected]> wrote: > > > > > Hi everybody, > > > > > I created a dynamic client-side map using a Google Docs Spreadsheet, > > > > following the official blog's > > > > tutorial:http://googlemapsapi.blogspot.com/2007/03/creating-dynamic-client-sid... > > > > > The result is here: > > > > >http://www.uandes.cl/comunicaciones/alumni/mapa-alumni.html > > > > > My problem is that I have too much data to be displayed in the info > > > > windows for some countries, like Spain (España). I would like to know > > > > if I can divide that content in two columns or maybe put an scroll > > > > inside the info window. > > > > > Any help will be appreciated. Thanks, > > > > > Chuqui -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
