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
box2d<value_type>
decode_geometry
The bbox used in decode_geometry is currently hardcoded to double. It should be using the value_type for best performance:
double
value_type
mapnik-vector-tile/src/vector_tile_geometry_decoder.ipp
Lines 775 to 784 in 69d0d8e
Waiting on mapnik/mapnik#3405
The text was updated successfully, but these errors were encountered:
box2d<value_type
No branches or pull requests
The bbox used in decode_geometry is currently hardcoded to
double
. It should be using thevalue_type
for best performance:mapnik-vector-tile/src/vector_tile_geometry_decoder.ipp
Lines 775 to 784 in 69d0d8e
Waiting on mapnik/mapnik#3405
The text was updated successfully, but these errors were encountered: