Hello, I read the documentation and created this map dynamically from a Google Docs Spreadsheet document:
http://www.uandes.cl/comunicaciones/alumni/mapa-alumni.html I like the result, but have 3 specific problems: 1.- I can't change the default zoom level. If you look at the code (it's all in the HTML of the page given above), you'll see this function: cm_map.setCenter(new GLatLng( 43.907787,-79.359741), 2); I have changed the "2" to another values, but the map always opens the same. I need to change that. I read the documentation and also used Google Playground ( http://code.google.com/apis/ajax/playground/ ), and it works fine there, but not in my map. Help will be truly appreciated. 2.- If you click on countries like USA or EspaƱa (Spain), the data is about to overflow the info window. I would like to use a scroll for those specific info windows, but the <div style="overflow:auto"> doesn't work either. How can I put a scroll in some of the info windows? 3.- I'd like to display the list of the sidebar in 2 columns, so there won't be scroll. How can I achieve that? Thanks in advance. -- 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.
