Skip to content

Commit 1822ae6

Browse files
committed
608 - Use different shpjs alias name to fix namespace collision(?)
1 parent bc7f8dc commit 1822ae6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arches/app/media/js/viewmodels/map-editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define([
88
'geojson-extent',
99
'geojsonhint',
1010
'togeojson',
11-
'shpjs',
11+
'shpjsesm',
1212
'proj4',
1313
'views/components/map',
1414
'views/components/cards/select-feature-layers',

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
"numeral": "node_modules/numeral/numeral",
140140
"togeojson": "node_modules/@tmcw/togeojson/dist/togeojson.es",
141141
"shpjsesm": "node_modules/shpjs/dist/shp.esm",
142-
"shpjs": "node_modules/shpjs/dist/shp",
143142
"cytoscape": "node_modules/cytoscape/dist/cytoscape.min",
144143
"cytoscape-cola": "node_modules/cytoscape-cola/cytoscape-cola",
145144
"webcola": "node_modules/webcola/WebCola/cola.min"

0 commit comments

Comments
 (0)