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

geometry_to_bing_tiles on Geometry Collection fails with NullPointerException #10623

Closed
mbasmanova opened this issue May 17, 2018 · 0 comments
Closed
Assignees

Comments

@mbasmanova
Copy link
Contributor

mbasmanova commented May 17, 2018

presto> select geometry_to_bing_tiles(ST_GeometryFromText('GEOMETRYCOLLECTION (POINT (1 1), POINT (2 2))'), 14);
Query 20180517_003111_02066_p8fjg failed: null
java.lang.NullPointerException
        at com.facebook.presto.plugin.geospatial.BingTileFunctions.geometryToBingTiles(BingTileFunctions.java:187)

See Esri/geometry-api-java#176 for a similar problem in the underlying library.

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

1 participant