Releases: level2-gis/gisapp
Releases · level2-gis/gisapp
v1.1.1
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
- 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
v1.0.5
- 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
v1.0.2.1
v1.0.2
- 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
v1.0.0
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
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