formatting

This commit is contained in:
Bryan Housel
2018-07-24 15:14:26 -04:00
parent 0552a90a9f
commit 63614d5909
2 changed files with 4 additions and 7 deletions

View File

@@ -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"
},
{

View File

@@ -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();
}