Use consistent short service name

This commit is contained in:
SilentSpike
2019-01-30 17:43:05 +00:00
parent 54e02ec28d
commit ee5f9f3bf2
6 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ import {
select as d3_select
} from 'd3-selection';
import { osmEntity, osmNote, krError, impOsmError } from '../osm';
import { osmEntity, osmNote, krError, iOsmError } from '../osm';
import { utilKeybinding, utilRebind } from '../util';
@@ -113,7 +113,7 @@ export function behaviorHover(context) {
selector = '.data' + datum.__featurehash__;
} else if (
datum instanceof impOsmError ||
datum instanceof iOsmError ||
datum instanceof krError
) {
entity = datum;