Changeset 16460 in osm for applications/editors/josm/plugins/slippymap/src
- Timestamp:
- 2009-07-12T20:28:19+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r16459 r16460 265 265 t.dropImage(); 266 266 nr_to_drop--; 267 tileStorage.remove(t.getKey()); 267 268 } 268 269 } -
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapTile.java
r16456 r16460 182 182 return (this.x == other.x && this.y == other.y && this.z == other.z); 183 183 } 184 SlippyMapKey getKey() 185 { 186 return new SlippyMapKey(x, y, z); 187 } 184 188 }
Note:
See TracChangeset
for help on using the changeset viewer.