Skip to content

Releases: level2-gis/gisapp

v1.1.1

13 Mar 09:06
Compare
Choose a tag to compare

Minor update:

  • Bug Fix: properly set error when call to project data doesn't work
  • New setting for replacing NULL values in identify result and attribute tables
  • Option to display QGIS Server cache content in case of XML
  • Added version info to admin/index.php just for debugging

v1.1.0

17 Jan 21:46
Compare
Choose a tag to compare
  • new QGISExtension: LocationService to call external services (APIs) for elevation and address for given coordinate. Configurable with project.json file. Data from this service is displayed in FeatureInfo window. Currently supported MapBox and MapZen services.
  • update GuzzleHttp and PhpFastCache libraries

v1.0.6

19 Dec 22:17
Compare
Choose a tag to compare
  • removing unnecessary GLOBAL_SERVER_OS variable (windows installation fix)
  • new settings template for windows
  • minor fixes (db update script, helloworld project)

v1.0.5

23 Nov 21:58
Compare
Choose a tag to compare
  • client URL is now read from database, no more setting in LoadAppProjectData.js
  • client can have custom logo, you have to copy image to /gisapp/admin/resources/images/ as [client_name].png (for displaying logo also set client_url field in database)
  • database upgrade to v4 (run 003_update.sql for v3)

v1.0.3

12 Nov 23:14
Compare
Choose a tag to compare
  • fixed link for logo image
  • phpFastCache update to latest release (instead of having own changes)
  • some code styling changes

v1.0.2.1

29 Oct 21:16
Compare
Choose a tag to compare

Corrected path to demo data

v1.0.2

22 Oct 22:19
Compare
Choose a tag to compare
  • fix on creating empty json object when project doesn't have json configuration file
  • fix on submiting search form return if not valid
  • added attribution control
  • added helloworld project (taken from QWC)
  • german translation finished
  • update script and new setup script

v1.0.1

08 Oct 19:35
Compare
Choose a tag to compare
  • bugfix in language switch
  • remove password_compatiblity_library because it is not need since it is necesarry due to Guzzle to use PHP 5.5
  • minor code cleanup

v1.0.0

07 Oct 19:12
Compare
Choose a tag to compare

This is initial release of Extended QGIS Web Client.
For setup instructions refer to Wiki Pages

v1.0.0-beta2: Added simple cache administration script

21 Sep 20:04
Compare
Choose a tag to compare

If you are upgrading from previous beta release you should first clean all cache with this command:
http://localhost/gisapp/admin/cache.php?clear=all