@@ -528,7 +528,7 @@ define([
528
528
return ;
529
529
}
530
530
531
- require ( [ this . modulesPath + '/shpwrite-v0 .2.6.min.js' ] , lang . hitch ( this , function ( shpWrite ) {
531
+ require ( [ this . modulesPath + '/shpwrite-0 .2.6.min.js' ] , lang . hitch ( this , function ( shpWrite ) {
532
532
var options = lang . clone ( this . shapefileOptions ) ;
533
533
options . wkt = this . proj4DestWKT ;
534
534
var zipFile = shpWrite . zip ( geojson , options ) ;
@@ -586,7 +586,7 @@ define([
586
586
return ;
587
587
}
588
588
589
- require ( [ this . modulesPath + '/wellknown-v0 .4.2.min.js' ] , lang . hitch ( this , function ( wellknown ) {
589
+ require ( [ this . modulesPath + '/wellknown-0 .4.2.min.js' ] , lang . hitch ( this , function ( wellknown ) {
590
590
var wkt = geojson . features . map ( wellknown . stringify ) . join ( '\n' ) ;
591
591
if ( ! wkt ) {
592
592
this . reportError ( i18n . errorWKT ) ;
@@ -1001,7 +1001,7 @@ define([
1001
1001
window . dojoConfig . packages . push ( {
1002
1002
name : 'JSZip3' ,
1003
1003
location : this . modulesPath ,
1004
- main : 'jszip-v3 .1.3.min'
1004
+ main : 'jszip-3 .1.3.min'
1005
1005
} ) ;
1006
1006
require ( window . dojoConfig , [
1007
1007
'JSZip3'
@@ -1019,7 +1019,7 @@ define([
1019
1019
if ( this . excel || this . csv || this . xlsExcel ) {
1020
1020
//xlsx requires jszip version 2.x. version 3.x for everything else
1021
1021
require ( [
1022
- this . modulesPath + '/xlsx.core-v0 .9.12.min.js'
1022
+ this . modulesPath + '/xlsx.core-0 .9.12.min.js'
1023
1023
] ) ;
1024
1024
}
1025
1025
} ,
@@ -1028,7 +1028,7 @@ define([
1028
1028
if ( this . geojson || this . kml || this . kmz || this . shapefile || this . topojson || this . wkt ) {
1029
1029
require ( [
1030
1030
'proj4js/proj4' ,
1031
- this . modulesPath + '/terraformer-v1 .0.8.min.js'
1031
+ this . modulesPath + '/terraformer-1 .0.8.min.js'
1032
1032
] , lang . hitch ( this , function ( proj4 ) {
1033
1033
if ( ! window . proj4 ) {
1034
1034
window . proj4 = proj4 ;
@@ -1037,7 +1037,7 @@ define([
1037
1037
1038
1038
// arcgis parser must be loaded after the terraformer core module
1039
1039
require ( [
1040
- this . modulesPath + '/terraformer-arcgis-parser-v1 .0.5.min.js'
1040
+ this . modulesPath + '/terraformer-arcgis-parser-1 .0.5.min.js'
1041
1041
] ) ;
1042
1042
} ) ) ;
1043
1043
}
0 commit comments