Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #39 from dlindenbaum/dlindenbaum-patch-1
Browse files Browse the repository at this point in the history
Update externalVectorProcessing.py
  • Loading branch information
dlindenbaum authored Aug 2, 2017
2 parents 38eda45 + e7ca864 commit 2d2afcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/externalVectorProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d2afcd

Please sign in to comment.