Adding Zoom control.

Tests still missing.
This commit is contained in:
ahocevar
2012-06-22 17:14:22 +02:00
parent d9537b558a
commit 0420d2efb9
6 changed files with 180 additions and 152 deletions
+1 -1
View File
@@ -18,6 +18,6 @@
layers: [ol.layer.osm()],
center: [45, 5],
zoom: 10
});
}).getEvents().register("click", function() {console.log("mapclick")})
</script>
</html>