Changeset 24146 in osm for applications/editors/josm
- Timestamp:
- 2010-11-07T21:22:48+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OSMAddress.java
r24130 r24146 402 402 * @return true, if this instance needs at least one guessed value. 403 403 */ 404 public boolean needsGuess() { 404 public boolean needsGuess() { 405 405 return needsGuessedValue(TagUtils.ADDR_CITY_TAG) || 406 406 needsGuessedValue(TagUtils.ADDR_POSTCODE_TAG) || 407 needsGuessedValue(TagUtils.ADDR_COUNTRY_TAG) || 408 needsGuessedValue(TagUtils.ADDR_STATE_TAG) || 407 409 needsGuessedValue(TagUtils.ADDR_STREET_TAG); 408 410 }
Note:
See TracChangeset
for help on using the changeset viewer.