-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prj in options does not work #115
Comments
Hi @adikte, Having this issue as well, have you (or anyone else) found a solution? I remember this worked on an older version. Thanks all edit: it seems like this line (taken from var prj = (options && options.prj) ? options.prj : defaultPrj; another edit: building from source w/ another edit: this solution is ugly, but I went into zipTarget.file(fileName + ".prj", prj); to: zipTarget.file(fileName + ".prj", options?.prj || prj); |
@adikte or @johan-cho Can you confirm in your |
Oh interesting! I'm not sure why that is happening. I do see that in my |
I think both @adikte were using the I'm sure whenever you update the package it'll probably fix itself, but for now we have a solution and I'm satisfied. Thanks for all your work on this package! It's really made my life easier. |
Hello i am trying to make a shp file with a custom PROJCS in the file.prj but nothing seem to work. I am using [email protected]. I tried using both shpwrite.zip and shpwrite.download with no results. Whatever i put in the options object i get the standard prj (WGS84), everything else work fine thought.
`function table_to_shapefile(source, geomType, file_name) {
}`
The text was updated successfully, but these errors were encountered: