Modify ↓
Opened 10 years ago
Closed 10 years ago
#10381 closed enhancement (fixed)
report natural=wood on nodes (information level)
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.08 |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
natural=wood is always either temporary tagging (though nowadays it is unlikely to be used, region where forest cannot be drawn as area from satellite image is rather hard to find) or a tagging error
https://www.openstreetmap.org/node/273492034 had this problem (wood instead of tree)
proposed validator rule would find such cases
node[natural=wood]{ throwOther: tr("{0} on a node", "{0.tag}"); assertMatch: "node natural=wood"; assertNoMatch: "node natural=tree"; assertNoMatch: "relation natural=wood"; }
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-08-16 03:12:49 Last Changed Author: Don-vip Revision: 7416 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-08-16 05:08:40 +0200 (Sat, 16 Aug 2014) Last Changed Rev: 7416 Identification: JOSM/1.5 (7416 en) Windows 7 32-Bit Memory Usage: 70 MB / 784 MB (16 MB allocated, but free) Java version: 1.7.0_65, Oracle Corporation, Java HotSpot(TM) Client VM VM arguments: [-Xmx812M] Dataset consistency test: No problems found Plugin: OpeningHoursEditor (30519) Plugin: PicLayer (30436) Plugin: RoadSigns (30495) Plugin: buildings_tools (30485) Plugin: continuosDownload (28565) Plugin: measurement (30416) Plugin: notes (v0.9.3) Plugin: turnrestrictions (30454) Plugin: wikipedia (30449)
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
Milestone: | → 14.08 |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 7468/josm: