Skip to content
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

need to reattempt srs parse if srs.proj4 is undefined #16

Closed
springmeyer opened this issue Oct 11, 2011 · 1 comment
Closed

need to reattempt srs parse if srs.proj4 is undefined #16

springmeyer opened this issue Oct 11, 2011 · 1 comment
Assignees
Milestone

Comments

@springmeyer
Copy link
Member

Recently we moved the parsing fallback required for ESRI variant shapefile WKT into node-srs. But, node-srs only fallsback if there is an error and should not fallback only if the .proj4 value is undefined (node-srs will require other srs representations that did work). But TileMill requires the proj4 be known, so millstone still needs this fallback. Ideally the node-srs api would give a single .proj4() call, but until then we need to handle this correctly in millstone for what tilemill expects.

@springmeyer
Copy link
Member Author

done in 51298eb

@ghost ghost assigned tmcw Oct 19, 2011
@springmeyer springmeyer mentioned this issue Oct 24, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants