mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
First shot at create drawway
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
iD.DrawWay = {
|
||||
enter: function(map) {
|
||||
console.log('entering');
|
||||
return 'foo';
|
||||
},
|
||||
exit: function(map) {
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user