Update wmts-hidpi

This commit is contained in:
Andreas Hocevar
2014-05-06 14:28:38 -05:00
parent fd8df2949b
commit 7985f030fa
539 changed files with 2780076 additions and 76532 deletions
+7
View File
@@ -11,3 +11,10 @@ var map = new ol.Map({
zoom: 2
})
});
jQuery('#map').after('<button type="button" ' +
'onclick="map.getView().setZoom(map.getView().getZoom() - 1);">' +
'Zoom out</button>');
jQuery('#map').after('<button type="button" ' +
'onclick="map.getView().setZoom(map.getView().getZoom() + 1);">' +
'Zoom in</button>');