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 f9fa186 add Date on map new 82b697f use style file for map The 1 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 82b697f0d6ae0bedb222abd214b196c6f219bd70 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Apr 17 15:16:05 2015 +0200 use style file for map Summary of changes: .../main/java/fr/ird/observe/ObserveConfig.java | 5 + .../java/fr/ird/observe/ObserveConfigOption.java | 12 +- .../ird/observe/ui/actions/ShowConfigAction.java | 1 + .../ui/content/open/impl/seine/TripMapHandler.java | 399 +++++++++++++++++++++ .../open/impl/seine/TripSeineUIHandler.java | 365 +------------------ .../resources/i18n/observe-swing_en_GB.properties | 1 + .../resources/i18n/observe-swing_es_ES.properties | 1 + .../resources/i18n/observe-swing_fr_FR.properties | 3 +- .../{ => map}/shapeFiles/zee/World_EEZ_v8_2014.dbf | Bin .../{ => map}/shapeFiles/zee/World_EEZ_v8_2014.prj | 0 .../{ => map}/shapeFiles/zee/World_EEZ_v8_2014.sbn | Bin .../{ => map}/shapeFiles/zee/World_EEZ_v8_2014.sbx | Bin .../{ => map}/shapeFiles/zee/World_EEZ_v8_2014.shp | Bin .../shapeFiles/zee/World_EEZ_v8_2014.shp.xml | 0 .../{ => map}/shapeFiles/zee/World_EEZ_v8_2014.shx | Bin observe-swing/src/main/resources/map/style.xml | 126 +++++++ 16 files changed, 556 insertions(+), 357 deletions(-) create mode 100644 observe-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/TripMapHandler.java rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.dbf (100%) rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.prj (100%) rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.sbn (100%) rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.sbx (100%) rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.shp (100%) rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.shp.xml (100%) rename observe-swing/src/main/resources/{ => map}/shapeFiles/zee/World_EEZ_v8_2014.shx (100%) create mode 100644 observe-swing/src/main/resources/map/style.xml -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.