This commit is contained in:
j 2011-06-20 15:17:40 +02:00
parent 523764c632
commit 3dae403037

View file

@ -155,7 +155,7 @@ Ox.Map = function(options, self) {
that.zoomToPlace();
},
key_shift_equal: function() {
zoom(2)
zoom(2);
},
key_shift_left: function() {
pan(-2, 0);
@ -182,7 +182,7 @@ Ox.Map = function(options, self) {
'id', 'name', 'alternativeNames', 'geoname', 'countryCode', 'type',
'lat', 'lng', 'south', 'west', 'north', 'east', 'area',
'editable'
],
];
self.scaleMeters = [
50000000, 20000000, 10000000,
5000000, 2000000, 1000000,