Changeset 35194 in osm for applications/editors
- Timestamp:
- 2019-10-21T23:38:25+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/pci/EdigeoPciReader.java
r34630 r35194 246 246 name = WordUtils.capitalizeFully(name); 247 247 } 248 p.put("name", name); 248 if (!name.equals(p.get("addr:housenumber"))) { 249 p.put("name", name); 250 } 249 251 } 250 252 }
Note:
See TracChangeset
for help on using the changeset viewer.