diff --git a/build/deps.js b/build/deps.js index 762bb748..696a5502 100644 --- a/build/deps.js +++ b/build/deps.js @@ -22,7 +22,6 @@ var deps = { desc: 'The core of the library, including OOP, events, DOM facilities, basic units, projections (EPSG:3857 and EPSG:4326) and the base Map class.' }, - EPSG3395: { src: ['geo/projection/Projection.Mercator.js', 'geo/crs/CRS.EPSG3395.js'], @@ -85,7 +84,6 @@ var deps = { desc: 'Extends LayerGroup with mouse events and bindPopup method shared between layers.' }, - Path: { src: ['layer/vector/Path.js', 'layer/vector/Path.SVG.js', @@ -201,13 +199,6 @@ var deps = { desc: 'Makes markers draggable (by mouse or touch).' }, - PolyEdit: { - src: ['layer/vector/Polyline.Edit.js'], - deps: ['Polyline', 'DivIcon'], - desc: 'Polyline and polygon editing.' - }, - - ControlZoom: { src: ['control/Control.js', 'map/ext/Map.Control.js', @@ -237,7 +228,6 @@ var deps = { desc: 'Layer Switcher control.' }, - AnimationPan: { src: [ 'dom/DomEvent.js',