Mercurial > dive4elements > gnv-client
diff gnv/ChangeLog @ 1018:4eb7fa8a36ed
Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
gnv/trunk@1248 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 30 Jun 2010 06:30:02 +0000 |
parents | cce6596560e6 |
children | 170c48e2319f |
line wrap: on
line diff
--- a/gnv/ChangeLog Wed Jun 30 05:50:46 2010 +0000 +++ b/gnv/ChangeLog Wed Jun 30 06:30:02 2010 +0000 @@ -1,3 +1,11 @@ +2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue311 + + * src/main/webapp/scripts/viewport.jsp: Changed OpenLayers MouseDefault + control with a Navigation control which is initially disabled. Users need + to activate the navigation control for panning expicitly before panning. + 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue307