Jachym Cepicky
Jachym Cepicky
Whatever will work https://github.com/qgis/QGIS/blob/master/src/providers/wms/qgswmsprovider.cpp#L3693
Tested with https://github.com/jachym/docker-mapcache/tree/247_mixed Works as expected  
> > Create feature > > ``` > POST /items/ [obj] > ``` ID should not be forced while feature creation? ID should be returned
About the `POST /item[s]/[uuid]` It IMHO should return 404, since the endpoint does not exist yet. I have nothing against having required [uu]id in the body of the request
I'm facing the same issue. Javascript debugging console reports: `An error occurred in "CesiumTerrainProvider": Failed to obtain terrain tile X: 1 Y: 0 Level: 0.` layers.json and the first tile...
I've checked the `empty tile` issue, as well as tried various `ctb-tile` tools. All with the same result. Tiles generated with this tool about 3 years back are working in...
My estimation is, that the is some "strange character" in the input file, so that replace fails. Maybe replacing just the first line would help. This can occur in any...
trochu pozde, ale: seznam obci vcetne hranic i zjednodušených hranic je dostupný v RUIAN
zvažte použití proj4js pro převod souřadnic - myslím, že tam i chybí korektní převod mezi ellipsoidy. viz https://github.com/cityvizor/cityvizor/commit/c5511e4f4f53b944006f70a0c3e56af6a66f6650#r36453235 [přidal link na comment]
You are right, it was originally used just for logging, but now it became more a service database. the watchdog pull request should hopefully address some of the issues (?)