v1.8.0
New
- Option to sync table contents with current map extent. Done with updating BBOX parameter to WMS GetFeatureInfo request. New client setting Eqwc.settings.syncAttributeTableWithView
- Layer legend displaying with vertical scroller if over maximum height. New client setting Eqwc.settings.layerLegendMaxHeightPx
Fixes and changes
- Modify gecode search (Web+Mobile) for Mapbox geocoding API, fixing #70. Read Wiki about JSON project configuration.
- Restrict to start extent now also disables zooming out, fixing #80
- Improved project loading times in web client (cleanup some unnecessary code, ajax calls for layer legend-asynchrone)
- Get QGIS project extent from saved map canvas in case of WMS Extent restriction is not set
- Mobile: change layout to have all user buttons on right side and infopanels on left side
- Reverting previous commits on redirecting to start page in case of issues with QGIS Server call, #85
- Minor fixes and changes
Database version 19
Internal change for public user, no change in database structure
Server
- Disabling own caching for QGIS Server requests GetProjectSettings and GetLegendGraphics. New setting in settings.php to enable it back in case of issues: QGISSERVERCACHE. Plan to remove this caching and rely on internal QGIS Server caching system.
- New setting in settings.php to define MapBox API Access token (used in geocode if setup): MAPBOX_KEY