This is an automated email from the git hooks/post-receive script. New change to branch feature/6944 in repository observe. See http://git.codelutin.com/observe.git from 1859e26 refs #6944 copie des resources de cartographie new 4592b6c fix zoom NPE new 5d68707 add scale mpa and creat jaxx file for map new e14b489 fix default values map options The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e14b4892f4bdeedc2c69cde3887e5ad7e6216be6 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Apr 21 10:33:51 2015 +0200 fix default values map options commit 5d6870758c008147ee940d2095be1c8254c1950c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Apr 21 10:20:21 2015 +0200 add scale mpa and creat jaxx file for map commit 4592b6ccd5b11f960ae2b9a9510968dd1bbc4f4b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Apr 20 10:33:20 2015 +0200 fix zoom NPE Summary of changes: .../java/fr/ird/observe/ObserveConfigOption.java | 12 +- .../ui/content/open/impl/seine/TripSeineUI.jaxx | 5 +- .../open/impl/seine/TripSeineUIHandler.java | 17 +-- .../ird/observe/ui/util/tripMap/TripMapScale.java | 133 ++++++++++++++++++ .../fr/ird/observe/ui/util/tripMap/TripMapUI.jaxx | 45 ++++++ .../tripMap/TripMapUIHandler.java} | 152 ++++++++++++++++----- observe-swing/src/main/resources/log4j.properties | 2 +- 7 files changed, 310 insertions(+), 56 deletions(-) create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/util/tripMap/TripMapScale.java create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/util/tripMap/TripMapUI.jaxx rename observe-swing/src/main/java/fr/ird/observe/ui/{content/open/impl/seine/TripMapHandler.java => util/tripMap/TripMapUIHandler.java} (81%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.