[Devel] [GIT] OpenBioMaps GIT repository, branch devel_2.0 updated: We solved some performance issues with Gábor:
banm at vocs.unideb.hu
banm at vocs.unideb.hu
Fri Jul 21 14:48:40 CEST 2017
The project "OpenBioMaps GIT repository":
The branch, devel_2.0 has been updated
via d68e0cbe6842be56a5f11d8ea2e11da23961cb1f (commit)
from a6f9c2c16b0db4283373d5e14ab10b23fff563b7 (commit)
- Log -----------------------------------------------------------------
commit d68e0cbe6842be56a5f11d8ea2e11da23961cb1f
Author: Bán Miklós <banm at vocs.unideb.hu>
Date: Fri Jul 21 14:41:16 2017 +0200
We solved some performance issues with Gábor:
- We have eliminated the query layers. It is cool :)
Now the base layers serve the query layer functions: In the query a
%selected% option needed and a 'selected' class in the mapfile.
- In the proxy php we send the openalyers square polygons' bbox to
assemble query which make an envelop...
new features:
- read_upload_file: custom file format module...
- custom openlayers init call in index.php
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
r-api.DESCRIPTION => DESCRIPTION | 2 +-
libs/afuncs.php | 8 +-
libs/common_pg_funcs.php | 97 +++++---
libs/default_modules.php | 4 +
libs/js/functions.js | 4 +-
libs/js/main.js | 1 -
libs/js/maps.js | 18 +-
libs/js/maps_functions.js | 17 +-
libs/modules/{form_list.php => form_choose.php} | 0
libs/modules/restricted_data.php | 2 +-
libs/modules/snap_to_grid.php | 6 +
libs/proxy.php | 2 +-
libs/query_builder.php | 12 +-
libs/read_uploaded_file.php | 19 ++
libs/results_builder.php | 2 +-
libs/update_mapfile.php | 4 +-
libs/upload.php | 23 +-
libs/upload_funcs.php | 34 ++-
libs/upload_show-table-form.php | 2 +-
oauth/resource.php | 51 ++--
oauth/server.php | 5 +-
openbiomaps.R | 295 +++++++++++++++++++++++
pds/pds_class.php | 28 ++-
r-api | 2 +-
templates/initial/root/index.php | 27 ++-
26 files changed, 560 insertions(+), 107 deletions(-)
rename r-api.DESCRIPTION => DESCRIPTION (94%)
rename libs/modules/{form_list.php => form_choose.php} (100%)
create mode 100644 openbiomaps.R
--
OpenBioMaps GIT repository
More information about the Devel
mailing list