You are not logged in.

panotour.ge

Beginner

  • "panotour.ge" started this thread

Posts: 11

Location: Tbilisi, GEorgia

Occupation: architectore, designer

  • Send private message

1

Tuesday, March 15th 2011, 8:52pm

hospot on google map

hello
i need help

how link the hospot
after i insert this script in html

function initialize() {
var map = new GMap2(document.getElementById("map_canvas"));
map
.setCenter(new GLatLng(37.4419, -122.1419), 13);

// Add 10 markers to the map at random locations
var bounds = map.getBounds();
var southWest = bounds.getSouthWest();
var northEast = bounds.getNorthEast();
var lngSpan = northEast.lng() - southWest.lng();
var latSpan = northEast.lat() - southWest.lat();
for (var i = 0; i < 10; i++) {
var point = new GLatLng(southWest.lat() + latSpan * Math.random(),
southWest
.lng() + lngSpan * Math.random());
map
.addOverlay(new GMarker(point));
}
}


i just wont click on hospot and go to another html page and wotch panorama at this place

panotour.ge

Beginner

  • "panotour.ge" started this thread

Posts: 11

Location: Tbilisi, GEorgia

Occupation: architectore, designer

  • Send private message

2

Wednesday, March 16th 2011, 6:58am

in hospot i mine markers

please help me