initial set of tests running

This commit is contained in:
Mike Adair
2012-06-19 10:17:41 -04:00
parent 6f3b47709a
commit b0490ecdb6
3 changed files with 13 additions and 7 deletions

View File

@@ -59,8 +59,8 @@ ol.map = function(opt_arg){
if (goog.isDef(projection)) {
map.setProjection(projection);
}
if (goog.isDef(projection)) {
map.setUserProjection(projection);
if (goog.isDef(userProjection)) {
map.setUserProjection(userProjection);
}
return map;