| I stumbled a strange bug that prevents the data I have on a postgis database to be rendered via WMS. I tested this bug with the latest 2.16.1 Platform Independent Binary A data sample is attached (test_data_plain.zip) To reproduce:
- Import the data sample in a postgis database
- Create a new postgis store pointing to the database
- Ensure the "preparedStatements" option is NOT enabled
- Save and Publish the only table "metopa" as a new layer
- Compute bounds from data and assign the default "point" style
- Preview the layer, the data should be visible
- Go back to the store and enable the "preparedStatements" option
- Preview the layer again, notice the preview is different and it is hardly showing any data
I attached screenshots of a "good" and a "bad" preview |