Guest User

Untitled

a guest
Jan 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. var MapOptions = {
  2. projection: new OpenLayers.Projection(authid),
  3. units: "m",
  4. maxScale:250,
  5. minScale:80000,
  6. numZoomLevels:ZOOM_LEVELS,
  7. fractionalZoom: !enableWmtsBaseLayers && !enableBGMaps,
  8. transitionEffect:"resize",
  9. controls: []
  10. };
  11.  
  12. var enableOSMMaps = false;
  13.  
  14. var enableGoogleCommercialMaps = true;
Add Comment
Please, Sign In to add comment