diff --git a/python/externalVectorProcessing.py b/python/externalVectorProcessing.py index da921fb..be000a6 100644 --- a/python/externalVectorProcessing.py +++ b/python/externalVectorProcessing.py @@ -110,10 +110,10 @@ def createTiledGeoJsonFromSrc(rasterFolderLocation, vectorSrcFile, geoJsonOutput rasterFolderLocation = args.imgDir - vectorSrcFile = args.imgDir + vectorSrcFile = args.vectorSrcFile vectorPrefix = args.vectorPrefix rasterPrefix = args.rasterPrefix - pixPrecision = args.pixPrecision + pixPrecision = args.pixelPrecision createProposalFile = args.CreateProposalFile rasterFileExtension = args.rasterExtension