[Devel] [GIT] OpenBioMaps GIT repository, branch master updated: Web map layers operation improved

git at vocs.unideb.hu git at vocs.unideb.hu
Sun Nov 18 00:00:39 CET 2018


    The project "OpenBioMaps GIT repository":

    The branch, master has been updated
       via  fa8e95e1df886412738d57f68bc113c9da290962 (commit)
       via  fba54449cf776c25a5e1df250cd096f9c6b57b8f (commit)
       via  7af0f056f980e472aebd49ae7b4028a2fce62d50 (commit)
       via  75428cb73999165082894ef640e016c97fd679cc (commit)
      from  8707d920b9192201a9d914a33daa7a32117386cf (commit)


- Log -----------------------------------------------------------------
commit fa8e95e1df886412738d57f68bc113c9da290962
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sat Nov 17 23:42:00 2018 +0100

Web map layers operation improved

It has three setting steps in the admin menu:

1) Adding mapserver layers
2) Adding openlayers layers (calling mapserver layers)
3) Addin SQL queres (executed in the mapserver layers)

Each data table can load any number of switchable layers in the map window over the base layers.
These layers are defined in three different places (see above) and
assembled automatically to create a valid web request in the browser
which resulting a valid responce from the mapserver.

The relationship between these setting steps is not one to one. E.g. the
same sql query can be used for the all layers in one data table. If we
have point and polygons geometries in a table, we might need only one sql
query and two openlayers definition which pointing a POINT layer and a
POLYGON layer in the mapserver file. In an other case, the same POLYGON layer in the
mapserver can be used with different sql queries on the same map.

commit fba54449cf776c25a5e1df250cd096f9c6b57b8f
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sat Nov 17 13:28:16 2018 +0100

transform_data/transform_results alias fixed

commit 7af0f056f980e472aebd49ae7b4028a2fce62d50
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sat Nov 17 12:31:04 2018 +0100

connection limit for self created postgres user has been removed

commit 75428cb73999165082894ef640e016c97fd679cc
Author: Bán Miklós <banm at vocs.unideb.hu>
Date:   Sat Nov 17 12:27:40 2018 +0100

inherited group privileges added for modules access checking

-----------------------------------------------------------------------

Summary of changes:
 libs/common_pg_funcs.php              | 45 ++++++++++++++++++++++++++---------
 libs/main.js.php                      |  5 ++--
 libs/modules/create_postgres_user.php |  3 ++-
 libs/modules/results_asStable.php     |  4 +++-
 libs/proxy.php                        |  7 ++++--
 libs/results_query.php                |  3 ++-
 6 files changed, 48 insertions(+), 19 deletions(-)

-- 
OpenBioMaps GIT repository


More information about the Devel mailing list