On 1 Ott, 15:46, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Is this application publicly available?  If not you should review the
> terms of use.

No,it isn't.At the moment,I 'm devolping my application in localhost
(i use apache Tomcat) with a free key.


> You could post a link to a publicly available version of the map per
> the posting guidelines.

I can post a very simple example of the my problem.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<title>Test Print</title>
<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;key=ABQIAAAAbGHpGz9eIt9UcIi4lnWK9hTwM0brOpm-
All5BF6PoaKBxRWWERR6-p8M5vXncCc27eCocjhPWzgSvA"
        type="text/javascript"></script>
<script type="text/javascript">

        function load() {
                if (GBrowserIsCompatible()) {
                        map = new GMap2(document.getElementById("googleMap"));
                        map.addControl(new GSmallMapControl());
                        map.addControl(new GScaleControl());
                        map.addControl(new GMapTypeControl());
                        map.setCenter(new GLatLng(35.828186,-86.065161), 14);
                }
                else {
                        alert("Sorry, the Google Maps API is not compatible 
with this
browser");
                }
        }
</script>
</head>
<body onload="load()">
<div id="googleMap"  style="width: 1200px; height: 700px">
</body>
</html>

If you try to make a print preview in IE7 you 'll see all the map but
if you try in ie6 you'll see only a small part of the map.
I don't want to use the static map but only the browser's printer.
In this site http://maps.google.it/ the map was printed in full size
both IE6 that in IE7.

What can i do?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to