We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a shapefile has some sort of invalid projection, it isn't able to forward project the extent value.
mapnik-omnivore/lib/shape.js
Line 99 in 29ead36
cc @GretaCB @millzpaugh
The text was updated successfully, but these errors were encountered:
@mapsam Good catch. Also, what do you mean by "forward project"?
Sorry, something went wrong.
From @flippmoke - here's what forward/backward mean in mapnik terms
Projection A; Projection B; Transformer T(A, B); T.forward(data); // A to B of data T.backward(data); // B to A of data
No branches or pull requests
If a shapefile has some sort of invalid projection, it isn't able to forward project the extent value.
mapnik-omnivore/lib/shape.js
Line 99 in 29ead36
cc @GretaCB @millzpaugh
The text was updated successfully, but these errors were encountered: