Uroš Preložnik

Results 20 comments of Uroš Preložnik

You mean only for mobile client, but not for web client?

Are the layers in group and group is off, layers are on in QGIS? Web client displays it correctly by setting layers and group off, mobile might handle this diferently....

That's a big difference, didn't know can be that much. You were using numeric scale? One reason for difference can be if you generate A4 PDF file you need to...

For WMS layers find a way to override attribute name. For example DEM raster layers returned as Band 1, which is actually Elevation. This is done with d83b2d0989c9823e8850bffd89b06c8ccd26406b

Start extent in the viewer is defined from QGIS project properties -> QGIS Server -> WMS Capabilities -> Advertised extent. If this is not set, start extent is defined from...

You always can set different start extent like I described above. If you have problem that you cannot pan outside of start extent you have to check project table in...

In case if there is no baselayer, your project behaves as start_extent equals max extent. This is issue for now.

Here are all global settings that can be overriden by settings in project.json file https://github.com/uprel/gisapp/blob/65714a2e6951a620e0ca49d32162d7933dabef73/client_common/eqwc_common.js#L6

Hi, That's true, it's current limitation that takes only current layer and override any previous filters. Code is here: https://github.com/uprel/gisapp/blob/65714a2e6951a620e0ca49d32162d7933dabef73/client/site/js/WebgisInit_functions.js#L1790 It should be changed to add new filter to existing...

Don't need gyronorm, I think. Look at this ol example to rotate view https://github.com/openlayers/openlayers/blob/3014b68254be3ac0c4cfce9af41d90e2aa321a1b/examples/geolocation-orientation.js