Mercurial > dive4elements > river
diff flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java @ 1317:45b9b1fc26e2
Improved error handling while using the elevation control - Make selected features in the map visible.
flys-client/trunk@2956 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 10:22:39 +0000 |
parents | cf0f906921de |
children | 90b786325324 |
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Thu Oct 13 09:46:03 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Thu Oct 13 10:22:39 2011 +0000 @@ -390,6 +390,10 @@ String error_no_theme_styles_found(); + String error_no_feature_selected(); + + String warning_use_first_feature(); + String bottom_edge();