Changeset 29194 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-01-13T16:48:59+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r29101 r29194 130 130 * of multiple municipalities in parallel. 131 131 * 2.2 01-Jul-2011 - replace deprecated Main.proj by newest Main.getProjection() 132 * - fix list of raster images (Feuilles) parsing failing after a Cadastre server change/maintenance 132 * - fix list of raster images (Feuilles) parsing failing after a Cadastre server change/maintenance 133 * 2.3 11-Jan-2013 - add various improvements from Don-Vip (Vincent Privat) trac #8175, #8229 and #5626. 133 134 */ 134 135 public class CadastrePlugin extends Plugin { … … 243 244 // all SVG features disabled until official WMS is released 244 245 //cadastreJMenu.add(menuActionBoundaries); 246 cadastreJMenu.add(new JMenuItem(new MenuActionOpenPreferences())); 245 247 } 246 248 setEnabledAll(menuEnabled);
Note:
See TracChangeset
for help on using the changeset viewer.