[Webflysuesk-commits] r70 - in webflysuesk/branches/openlayers-integration: . webflys/src/main/webapp/images webflys/src/main/webapp/pages
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 21 12:59:00 CEST 2009
Author: iweinzierl
Date: 2009-07-21 12:59:00 +0200 (Tue, 21 Jul 2009)
New Revision: 70
Added:
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/damm_off.png
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/damm_on.png
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/graben_off.png
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/graben_on.png
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/rohr_off.png
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/rohr_on.png
Removed:
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/draw_line_off.png
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/draw_line_on.png
Modified:
webflysuesk/branches/openlayers-integration/ChangeLog.txt
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/karte.js
webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css
Log:
Changed item source of three items.
Modified: webflysuesk/branches/openlayers-integration/ChangeLog.txt
===================================================================
--- webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-16 10:20:13 UTC (rev 69)
+++ webflysuesk/branches/openlayers-integration/ChangeLog.txt 2009-07-21 10:59:00 UTC (rev 70)
@@ -1,3 +1,18 @@
+2009-07-21 Ingo Weinzierl <ingo.weinzierl at intevation.de>
+
+ * webflys/src/main/webapp/pages/karte.js,
+ webflys/src/main/webapp/pages/style.css: Changed icon source of tools.
+
+ * webflys/src/main/webapp/images/draw_line_off.png,
+ webflys/src/main/webapp/images/draw_line_on.png: Removed icons.
+
+ * webflys/src/main/webapp/images/rohr_off.png,
+ webflys/src/main/webapp/images/rohr_on.png,
+ webflys/src/main/webapp/images/damm_off.png,
+ webflys/src/main/webapp/images/damm_on.png,
+ webflys/src/main/webapp/images/graben_off.png,
+ webflys/src/main/webapp/images/graben_on.png: Added new icons for tools.
+
2009-07-16 Ingo Weinzierl <ingo.weinzierl at intevation.de>
* webflys/src/main/webapp/pages/karte.js,
Added: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/damm_off.png
===================================================================
(Binary files differ)
Property changes on: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/damm_off.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/damm_on.png
===================================================================
(Binary files differ)
Property changes on: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/damm_on.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/draw_line_off.png
===================================================================
(Binary files differ)
Deleted: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/draw_line_on.png
===================================================================
(Binary files differ)
Added: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/graben_off.png
===================================================================
(Binary files differ)
Property changes on: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/graben_off.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/graben_on.png
===================================================================
(Binary files differ)
Property changes on: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/graben_on.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/rohr_off.png
===================================================================
(Binary files differ)
Property changes on: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/rohr_off.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/rohr_on.png
===================================================================
(Binary files differ)
Property changes on: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/images/rohr_on.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/karte.js
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/karte.js 2009-07-16 10:20:13 UTC (rev 69)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/karte.js 2009-07-21 10:59:00 UTC (rev 70)
@@ -170,7 +170,7 @@
{
title: "Rohr",
handlerOptions: { freehand: false, multi: true },
- displayClass: "olControlDrawFeaturePath"
+ displayClass: "olControlDrawRohr"
}
);
pipes.featureAdded =
@@ -186,7 +186,7 @@
{
title: "Graben",
handlerOptions: { freehand: false, multi: true },
- displayClass: "olControlDrawFeaturePath"
+ displayClass: "olControlDrawGraben"
}
);
rills.featureAdded =
@@ -201,7 +201,7 @@
{
title: "Damm",
handlerOptions: { freehand: false, multi: true },
- displayClass: "olControlDrawFeaturePath"
+ displayClass: "olControlDrawDamm"
}
);
causeys.featureAdded =
Modified: webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css
===================================================================
--- webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css 2009-07-16 10:20:13 UTC (rev 69)
+++ webflysuesk/branches/openlayers-integration/webflys/src/main/webapp/pages/style.css 2009-07-21 10:59:00 UTC (rev 70)
@@ -172,6 +172,24 @@
.olControlDrawFeaturePathItemActive {
background-image: url("http://beige.rgb:8080/webflys/images/draw_line_on.png");
}
+.olControlDrawRohrItemInactive {
+ background-image: url("http://beige.rgb:8080/webflys/images/rohr_off.png");
+}
+.olControlDrawRohrItemActive {
+ background-image: url("http://beige.rgb:8080/webflys/images/rohr_on.png");
+}
+.olControlDrawGrabenItemInactive {
+ background-image: url("http://beige.rgb:8080/webflys/images/graben_off.png");
+}
+.olControlDrawGrabenItemActive {
+ background-image: url("http://beige.rgb:8080/webflys/images/graben_on.png");
+}
+.olControlDrawDammItemInactive {
+ background-image: url("http://beige.rgb:8080/webflys/images/damm_off.png");
+}
+.olControlDrawDammItemActive {
+ background-image: url("http://beige.rgb:8080/webflys/images/damm_on.png");
+}
.olControlSaveFeaturesItemInactive {
background-image: url("http://beige.rgb:8080/webflys/images/OpenLayers/save_features_off.png");
}
More information about the Webflysuesk-commits
mailing list