Hello, I am experiencing some problems with requesting geometries from inside a bounding box using spatial indexing inside my gis application. The problem is that sometimes a query gives 0 results and when i'm changing my map position a very small bit i get lots of results. Sometimes when i get results in my application and when i do the same query in de h2 webserver the query in the h2 console does not give any results. Another thing is that when i only use the intersects command i get more results then when i use the ST_Intersects command provided by h2gis. Thats why i do the ST_Intersects command as last. This is an example from my code: https://github.com/ffk27/h2gisviewer/blob/master/src/com/example/JDBCHandler.java Could someone help me with this or can i better contact the h2gis team? Sorry for my bad english.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
