Skip to content

Commit

Permalink
Restrict map to maxextent.
Browse files Browse the repository at this point in the history
  • Loading branch information
François Prunayre committed Mar 19, 2014
1 parent ffd9121 commit 1d52362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GeoNetwork.map.ExtentMap = function(){
units: units,
projection: mainProjCode,
resolutions: GeoNetwork.map.RESOLUTIONS,
restrictedExtent: GeoNetwork.map.EXTENT,
restrictedExtent: GeoNetwork.map.MAXEXTENT,
maxExtent: GeoNetwork.map.MAXEXTENT,
theme: null
},
Expand Down

0 comments on commit 1d52362

Please sign in to comment.