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 05de7fb zoom (or un-zoom) on pointer new 644cbb7 add layers new 734d720 fix zoom The 2 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 734d7206ef7d3b807397449ad1bc62f7869adb1b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Apr 17 17:35:08 2015 +0200 fix zoom commit 644cbb7c02420d73bb175ef56b337b82bb2aefb8 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Apr 17 17:31:40 2015 +0200 add layers Summary of changes: .../java/fr/ird/observe/ObserveConfigOption.java | 10 +-- .../ui/content/open/impl/seine/TripMapHandler.java | 25 ++++--- .../map/shapeFiles/borders/WDBII_border_l_L1.dbf | Bin 0 -> 40956 bytes .../map/shapeFiles/borders/WDBII_border_l_L1.prj | 1 + .../map/shapeFiles/borders/WDBII_border_l_L1.shp | Bin 0 -> 139420 bytes .../map/shapeFiles/borders/WDBII_border_l_L1.shx | Bin 0 -> 3692 bytes .../map/shapeFiles/continents/GSHHS_l_L1.dbf | Bin 0 -> 1227230 bytes .../map/shapeFiles/continents/GSHHS_l_L1.prj | 1 + .../map/shapeFiles/continents/GSHHS_l_L1.shp | Bin 0 -> 1221404 bytes .../map/shapeFiles/continents/GSHHS_l_L1.shx | Bin 0 -> 45756 bytes .../map/shapeFiles/continents/GSHHS_l_L6.dbf | Bin 0 -> 20435 bytes .../map/shapeFiles/continents/GSHHS_l_L6.prj | 1 + .../map/shapeFiles/continents/GSHHS_l_L6.shp | Bin 0 -> 48740 bytes .../map/shapeFiles/continents/GSHHS_l_L6.shx | Bin 0 -> 852 bytes .../map/shapeFiles/lakesAndSeas/GSHHS_l_L2.dbf | Bin 0 -> 939130 bytes .../map/shapeFiles/lakesAndSeas/GSHHS_l_L2.prj | 1 + .../map/shapeFiles/lakesAndSeas/GSHHS_l_L2.shp | Bin 0 -> 721340 bytes .../map/shapeFiles/lakesAndSeas/GSHHS_l_L2.shx | Bin 0 -> 35036 bytes observe-swing/src/main/resources/map/style.xml | 77 +++++++++++++++++++++ 19 files changed, 103 insertions(+), 13 deletions(-) create mode 100644 observe-swing/src/main/resources/map/shapeFiles/borders/WDBII_border_l_L1.dbf create mode 100644 observe-swing/src/main/resources/map/shapeFiles/borders/WDBII_border_l_L1.prj create mode 100644 observe-swing/src/main/resources/map/shapeFiles/borders/WDBII_border_l_L1.shp create mode 100644 observe-swing/src/main/resources/map/shapeFiles/borders/WDBII_border_l_L1.shx create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L1.dbf create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L1.prj create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L1.shp create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L1.shx create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L6.dbf create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L6.prj create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L6.shp create mode 100644 observe-swing/src/main/resources/map/shapeFiles/continents/GSHHS_l_L6.shx create mode 100644 observe-swing/src/main/resources/map/shapeFiles/lakesAndSeas/GSHHS_l_L2.dbf create mode 100644 observe-swing/src/main/resources/map/shapeFiles/lakesAndSeas/GSHHS_l_L2.prj create mode 100644 observe-swing/src/main/resources/map/shapeFiles/lakesAndSeas/GSHHS_l_L2.shp create mode 100644 observe-swing/src/main/resources/map/shapeFiles/lakesAndSeas/GSHHS_l_L2.shx -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.