mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Use '/' key for map-in-map (because 'M' = Move)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
iD.ui.MapInMap = function(context) {
|
||||
var key = 'M';
|
||||
var key = '/';
|
||||
|
||||
function map_in_map(selection) {
|
||||
var backgroundLayer = iD.TileLayer(),
|
||||
|
||||
Reference in New Issue
Block a user