mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
formatting
This commit is contained in:
@@ -165,13 +165,11 @@
|
||||
"text": "shortcuts.editing.drawing.add_area"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["4"
|
||||
],
|
||||
"shortcuts": ["4"],
|
||||
"text": "shortcuts.editing.drawing.add_note"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Left-click","shortcuts.key.space"
|
||||
],
|
||||
"shortcuts": ["Left-click","shortcuts.key.space"],
|
||||
"text": "shortcuts.editing.drawing.place_point"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ import {
|
||||
svgLines,
|
||||
svgMidpoints,
|
||||
svgPoints,
|
||||
svgVertices,
|
||||
svgVertices
|
||||
} from '../svg';
|
||||
|
||||
import { uiFlash } from '../ui';
|
||||
@@ -484,8 +484,7 @@ export function rendererMap(context) {
|
||||
if (map.editable() || map.notesEditable()) {
|
||||
context.loadTiles(projection);
|
||||
drawVector(difference, extent);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
editOff();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user