Remove PolyEdit from the dependencies file for building.
This commit is contained in:
parent
e13d5faa80
commit
8440f5ba7c
@ -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.'
|
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: {
|
EPSG3395: {
|
||||||
src: ['geo/projection/Projection.Mercator.js',
|
src: ['geo/projection/Projection.Mercator.js',
|
||||||
'geo/crs/CRS.EPSG3395.js'],
|
'geo/crs/CRS.EPSG3395.js'],
|
||||||
@ -85,7 +84,6 @@ var deps = {
|
|||||||
desc: 'Extends LayerGroup with mouse events and bindPopup method shared between layers.'
|
desc: 'Extends LayerGroup with mouse events and bindPopup method shared between layers.'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
Path: {
|
Path: {
|
||||||
src: ['layer/vector/Path.js',
|
src: ['layer/vector/Path.js',
|
||||||
'layer/vector/Path.SVG.js',
|
'layer/vector/Path.SVG.js',
|
||||||
@ -201,13 +199,6 @@ var deps = {
|
|||||||
desc: 'Makes markers draggable (by mouse or touch).'
|
desc: 'Makes markers draggable (by mouse or touch).'
|
||||||
},
|
},
|
||||||
|
|
||||||
PolyEdit: {
|
|
||||||
src: ['layer/vector/Polyline.Edit.js'],
|
|
||||||
deps: ['Polyline', 'DivIcon'],
|
|
||||||
desc: 'Polyline and polygon editing.'
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
ControlZoom: {
|
ControlZoom: {
|
||||||
src: ['control/Control.js',
|
src: ['control/Control.js',
|
||||||
'map/ext/Map.Control.js',
|
'map/ext/Map.Control.js',
|
||||||
@ -237,7 +228,6 @@ var deps = {
|
|||||||
desc: 'Layer Switcher control.'
|
desc: 'Layer Switcher control.'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
AnimationPan: {
|
AnimationPan: {
|
||||||
src: [
|
src: [
|
||||||
'dom/DomEvent.js',
|
'dom/DomEvent.js',
|
||||||
|
Loading…
Reference in New Issue
Block a user