Skip to content

Commit

Permalink
Remove maxExtent, maxResolution and units options. See #219
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Feb 16, 2012
1 parent 2fe882f commit 0727f55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/google-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ var options = {

var map = new OpenLayers.Map({
div: "map",
maxExtent: [-20037508.34, -20037508.34, 20037508.34, 20037508.34],
maxResolution: 156543.03390625,
units: "m",
projection: "EPSG:3857",
numZoomLevels: 22,
layers: [
Expand Down

0 comments on commit 0727f55

Please sign in to comment.