|
|
Re:Absolute newbie to gmap HELP! - 2007/04/12 21:04
This appears to be generated by some mambot. Please paste the code here that creates the map inside your content.
The administrator has disabled public write access.
|
|
|
Re:Absolute newbie to gmap HELP! - 2007/04/12 21:16
here is the code
| Code: | <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA-HSnQyAOswH_RvrT-
Wa9IBQipgjWalp1ysTu3kLg2hECr4ZTTBQT0MLXM9Yvrq_uAr3dKCJD0HpPfQ"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"??));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
//]]>
</script>
<body onload="load()" onunload="GUnload()">
<div id="map" style="width: 400px; height: 400px"></div>
| thanks.
The administrator has disabled public write access.
|
|
|
Re:Absolute newbie to gmap HELP! - 2007/04/12 21:17
k. is this in your index.php file? If so, that is what is generating the map ... not gmaps.
The administrator has disabled public write access.
|
|
|
Re:Absolute newbie to gmap HELP! - 2007/04/12 21:20
GMaps generates a map for you via the mambot (or plugin) or via the components front end. For instance, if you have Gmaps installed properly, you should be able to create a component menu link that uses the GMaps component. If you do that, you'll see a list of maps you've defined and from there, you click on the map and it should render.
This is not GMaps code you posted.
The administrator has disabled public write access.
|
|
|
Re:Absolute newbie to gmap HELP! - 2007/07/22 01:14
That code looks like what you get directly from Google at http://maps.google.com/ when they supply the code for a map and the html with it.
The administrator has disabled public write access.
|
|
|
Re:Absolute newbie to gmap HELP! - 2007/07/22 01:14
That code looks like what you get directly from Google at http://maps.google.com/ when they supply the code for a map and the html with it.
The administrator has disabled public write access.
|
|