initial set of tests running
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user