Lucas
Lucas
> Thx! You might be interested in my work on https://github.com/nyurik/maplibre-native-rs - ability to do server-side rendering... still some time away, but already shows promising results Wow. Really excited for...
Not sure why this happened. We've empty the test table before test already. ```csharp [SetUp] public void Setup() { using (var db = new PostGisTestDataConnection(TestDatabaseConnectionString)) { db.TestGeometries.Delete(); db.TestGeographies.Delete(); } }...
Just recipe better
## Less features returned by PostGIS whose version below 3.5.? ~~Looks like~~ This is an upstream issue. I've post [an issue there](https://trac.osgeo.org/postgis/ticket/5836). To verify and duplicate this: 1. Init table...
## Different features order with various PostGIS versions I think we could pay less attention on this as there is no guarantee the orders should be same without an `order...
## pmt2_0_0_0.png.txt changed after update to potsgis:14-3.3 But defintely postgis couldn't be the reason. There must be something else. From this ``` tests/output/configured/pmt2_0_0_0.png: RIFF (little-endian) data, Web/P image, with alpha,...
So now we have 3 problems.. 1. Features order changed 2. MBTiles content changed 3. pmt2_0_0_0.png changed
It may take too long to wait the [PostGIS upstream issue](https://trac.osgeo.org/postgis/ticket/5836) be reseloved. I think we could try to fix the features order first. But at first we should back...
Version matrix(all tested on docker image only): |pg|postgis|features in pg tile ordering changed|mbtiles content changed| |----|----|----|----| |14|3.3.2|no|no| |15|3.3.4|yes|no| |16|3.3|no docker image|no docker image| |17|3.3|no docker image|no docker image| |14.13.0|3.4.3|no|no| |15.8|3.4.3|yes|no|...
@CommanderStorm suggested we may need to add a warning when PostGIS version below than 3.5.?. I personally think we should add the warning with an issue link which has more...