Thanks...but how?
...like this?? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title id="page-title">ZGB Energie</title> <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAFZSQ3NR3Cl-3OnEoy3lKgBRbhyBMJEtuX3l0PdRNiVPZvVRhahQOwezuVBkWmV2CGfQHLHxeP-CjSQ'> </script> <script type="text/javascript" src="../ext/adapter/ext/ext-base.js"></script> <script type="text/javascript" src="../ext/ext-all.js"></script> <link rel="stylesheet" type="text/css" href="../ext/resources/css/ext-all.css" /> <script src="http://www.openlayers.org/api/2.9.1/OpenLayers.js"></script> <link rel="stylesheet" type="text/css" href="css/scalebar-thin.css"> <script type="text/javascript" src="../geoext/lib/GeoExt.js"></script> <!-- <script src="scripts/scalebar.js"></script>--> <script src="scripts/scaleselector.js"></script> <script type="text/javascript"> var epsg4326 = new OpenLayers.Projection("EPSG:4326"); var epsg900913 = new OpenLayers.Projection("EPSG:900913"); <script> function init(){ Ext.onReady(function() { ...code... }); // EOL OnReady }; // EOL init </script> </head> <body onload="init();"> <div id="basicMap"></div> </body> </html> ???? is this how it works? where do my epsg definitions go? Thanks, Rob _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
