Make sure we load OpenLayers resources from the right place.

This commit is contained in:
Tom Hughes 2007-12-06 18:59:36 +00:00
parent 15c492ebfe
commit 8b7d73ebb6

View file

@ -2,6 +2,10 @@ var map;
var markers;
var popup;
OpenLayers._getScriptLocation = function () {
return "/openlayers/";
}
function createMap(divName) {
map = new OpenLayers.Map(divName);