mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Begin d3 v4 update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { d3keybinding } from '../../js/lib/d3.keybinding.js';
|
||||
import * as d3 from 'd3';
|
||||
import _ from 'lodash';
|
||||
import { ChangeTags, CopyEntities, Move as MoveAction} from '../actions/index';
|
||||
import { Extent, pointInPolygon } from '../geo/index';
|
||||
@@ -5,7 +7,7 @@ import { Move as MoveMode } from '../modes/index';
|
||||
import { cmd } from '../ui/index';
|
||||
|
||||
export function Paste(context) {
|
||||
var keybinding = d3.keybinding('paste');
|
||||
var keybinding = d3keybinding('paste');
|
||||
|
||||
function omitTag(v, k) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user