We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7f8dc commit 1822ae6Copy full SHA for 1822ae6
arches/app/media/js/viewmodels/map-editor.js
@@ -8,7 +8,7 @@ define([
8
'geojson-extent',
9
'geojsonhint',
10
'togeojson',
11
- 'shpjs',
+ 'shpjsesm',
12
'proj4',
13
'views/components/map',
14
'views/components/cards/select-feature-layers',
package.json
@@ -139,7 +139,6 @@
139
"numeral": "node_modules/numeral/numeral",
140
"togeojson": "node_modules/@tmcw/togeojson/dist/togeojson.es",
141
"shpjsesm": "node_modules/shpjs/dist/shp.esm",
142
- "shpjs": "node_modules/shpjs/dist/shp",
143
"cytoscape": "node_modules/cytoscape/dist/cytoscape.min",
144
"cytoscape-cola": "node_modules/cytoscape-cola/cytoscape-cola",
145
"webcola": "node_modules/webcola/WebCola/cola.min"
0 commit comments