comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java @ 825:1b9b7e9ab219

Save and reload user defined geometries (barriers) in the map. flys-client/trunk@2522 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Aug 2011 13:29:55 +0000
parents d45ad7fd3027
children dcecdd9693a8
comparison
equal deleted inserted replaced
824:3fe265b47675 825:1b9b7e9ab219
280 } 280 }
281 281
282 282
283 protected ImgButton createSelectFeatureControl() { 283 protected ImgButton createSelectFeatureControl() {
284 SelectFeatureOptions opts = new SelectFeatureOptions(); 284 SelectFeatureOptions opts = new SelectFeatureOptions();
285 opts.setBox(true);
285 286
286 // VectorFeatures selected by the SelectFeature control are manually 287 // VectorFeatures selected by the SelectFeature control are manually
287 // marked with the string "mark.delete". The control to remove selected 288 // marked with the string "mark.delete". The control to remove selected
288 // features makes use of this string to determine if the feature should 289 // features makes use of this string to determine if the feature should
289 // be deleted (is marked) or not. Actually, we would like to use the 290 // be deleted (is marked) or not. Actually, we would like to use the

http://dive4elements.wald.intevation.org