0

Added marker at coordinates in the url

Addresses issue #782
This commit is contained in:
CounterPillow
2012-11-29 18:48:54 +01:00
parent 22cefd69e6
commit bfcb53ede3
3 changed files with 35 additions and 5 deletions

View File

@@ -41,7 +41,12 @@ overviewer.collections = {
/**
* holds a reference to the spawn marker.
*/
'spawnMarker': null
'spawnMarker': null,
/**
* if a user visits a specific URL, this marker will point to the coordinates in the hash
*/
'locationMarker': null
};
overviewer.classes = {
@@ -102,4 +107,4 @@ overviewer.gmap = {
return(urlBase + url);
};
}
};
};