Changeset 26299 in osm for applications/editors/josm/plugins/reltoolbox
- Timestamp:
- 2011-07-10T23:22:15+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/reltoolbox
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/build.xml
r26174 r26299 32 32 <property name="commit.message" value="RelToolbox"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 3835"/>34 <property name="plugin.main.version" value="4223"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java
r26293 r26299 165 165 } 166 166 167 public void primtivesRemoved( PrimitivesRemovedEvent event ) { 167 public void primitivesRemoved( PrimitivesRemovedEvent event ) { 168 168 if( chosenRelation != null && event.getPrimitives().contains(chosenRelation) ) 169 169 clear(); … … 175 175 } 176 176 177 public void primtivesAdded( PrimitivesAddedEvent event ) {} 177 public void primitivesAdded( PrimitivesAddedEvent event ) {} 178 178 public void nodeMoved( NodeMovedEvent event ) {} 179 179 public void otherDatasetChange( AbstractDatasetChangedEvent event ) {}
Note:
See TracChangeset
for help on using the changeset viewer.