Commit 6ce78a46301555b883bb038d0b3937c8309cdf78

Authored by Edmar Moretti
1 parent cfea1f23

$1

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
admin/admin.db
No preview for this file type
mashups/openlayers.php
... ... @@ -456,6 +456,7 @@ if(empty($fundo)){
456 456 i3GEO.editorOL.mapa = new OpenLayers.Map(
457 457 'i3geoMapa',
458 458 {
  459 + autoUpdateSize: false,
459 460 controls:[],
460 461 resolutions: [0.703125,0.3515625,0.17578125,0.087890625,0.0439453125,0.02197265625,0.010986328125,0.0054931640625,0.00274658203125,0.001373291015625,0.0006866455078125,0.00034332275390625,0.000171661376953125,0.0000858306884765625,0.00004291534423828125,0.000021457672119140625,0.000010728836059570312,0.000005364418029785156,0.000002682209014892578]
461 462 }
... ... @@ -463,4 +464,4 @@ i3GEO.editorOL.mapa = new OpenLayers.Map(
463 464 i3GEO.editorOL.inicia();
464 465 </script>
465 466 </body>
466   -</html>
467 467 \ No newline at end of file
  468 +</html>
... ...