Compare commits

..

No commits in common. "a2a7b00db58cb1b052925c7e19b350aa158fb3a6" and "0a3a9b24800f32f352416389337a8699702c8edb" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.netgis-attribution .netgis-attribution
{ {
position: absolute; position: absolute;
right: 0mm; left: 0mm;
bottom: 0mm; bottom: 0mm;
padding: 1mm; padding: 1mm;
background: rgba( 255, 255, 255, 0.5 ); background: rgba( 255, 255, 255, 0.5 );

View File

@ -133,9 +133,7 @@ netgis.MapOpenLayers.prototype.initMap = function()
view: this.view, view: this.view,
pixelRatio: 1.0, pixelRatio: 1.0,
moveTolerance: 5, moveTolerance: 5,
controls: [ controls: []
new ol.control.ScaleLine(),
]
} }
); );