How do I make a spatial query in Jmix? All objects in a bounded rectangle… plus other normal Jmix conditions
I’ve got maps with lots of objects.
But I’d like better performance.
I’m thinking of using a geoserver to display the map as a WMS stream and using Jmix to display the WMS.
If the zoom is low, there will be a maximum number of objects, in which case I’ll only use the WMS streams.
But if the zoom is high, there will be few objects, and I’d like to display the objects in the normal Jmix way with normal interactions.
But I need to add a spatial query to have only the objects in the map…
I can’t find a JPQL way to do this with ecpliselink/jmix.