Changeset 33047 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionBoundaries.java
- Timestamp:
- 2016-10-30T21:24:41+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionBoundaries.java
r32556 r33047 12 12 13 13 public class MenuActionBoundaries extends JosmAction { 14 15 public static String name= "Administrative boundary";14 15 public static final String NAME = "Administrative boundary"; 16 16 17 17 private static final long serialVersionUID = 1L; 18 18 private WMSLayer wmsLayer = null; 19 19 20 /** 21 * Constructs a new {@code MenuActionBoundaries}. 22 */ 20 23 public MenuActionBoundaries() { 21 super(tr( name), "cadastre_small", tr("Extract commune boundary"), null, false);24 super(tr(NAME), "cadastre_small", tr("Extract commune boundary"), null, false); 22 25 } 23 26 … … 35 38 } 36 39 } 37 38 40 }
Note:
See TracChangeset
for help on using the changeset viewer.
