Closed tbnobody closed 6 months ago
Don't know where the error came from but after pressing this button for all affected layers it's working now:
Where are these buttons ? Is it in the vector layer properties then datasource, right ? you mean the button on the right ? Sorry I don't speak german.
I'm QGIS updated the project extent, your project was newly created right ?
Sorry, I didn't have a english qgis version available. But right, Layer Properties, Datasource
The layer is a PostGIS layer. It was a project which was used before. Also the .cfg
was generated previously without any error.
Not sure if it's a problem of QGIS or the extension. But it happend just now again. I had to press the button again.
Ok just figured it out....
go to lizmap extension, press "Save" Correct coordinates in json go to lizmap extension, press "Save" NaN in json
Do you mean you press twice ? Because there isn't any user action in between these two.
What kind of layer is Offices
? PH, SHP, GPKG ? Is-it possible to share it ?
I will just add a safeguards for now
In your vector layer properties → Information tab → Provider, what is the "Extent" here ? The plugin is taking these values.
Do you mean you press twice ?
Correct, just closed the extension window and opened it again
What kind of layer is Offices ?
It's PostGIS
In your vector layer properties → Information tab → Provider, what is the "Extent" here ?
You are right, it's shown as Null
Just saw, when pressing the Rebuild button I get the following log output:
2024-03-14T10:48:00 WARNING Ergebnis der Ausdehnungsabfrage ungültig: BOX(-88.00371551513672 -33.86600112915039,151.2113037109375 52.9696044921875)
Translated: Result of the expansion query invalid
Even QGIS can't get the correct extent of your layer.
Side question can you select the layer in your legend and then Python → Console
iface.activeLayer().extent().isNull()
iface.activeLayer().extent().isEmpty()
And give the output of these two commands ?
And give the output of these two commands ?
Both return True
Just found this: https://github.com/qgis/QGIS/issues/56541
It seems it will be fixed upstream.
What is the bug?
I just saved a new configuration of a project and the project failed to parse:
For some layers I see the following in the json code:
The NAN is invalid.
Versions, safeguards, checks summary etc
Versions :
List of safeguards :
* Mode : safe * Allow parent folder : no * Prevent other drive : yes * Prevent PG service : yes * Prevent PG Auth DB : yes * Force PG user&pass : yes * Prevent ECW : yes
Check Lizmap plugin