;
This commit is contained in:
parent
523764c632
commit
3dae403037
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue