Skip to content

Commit

Permalink
see #12135 - deprecate landuse=conservation in favour of `boundary=…
Browse files Browse the repository at this point in the history
…protected_area` (better fit, and it has been removed from default rendering, see gravitystorm/openstreetmap-carto#1830)

git-svn-id: https://josm.openstreetmap.de/svn/trunk@9160 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Dec 26, 2015
1 parent 3ccb575 commit 6f1f79a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/validator/deprecated.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,13 @@ relation[/^..$/][!to] {
throwWarning: tr("{0} is deprecated", "{0.tag}");
suggestAlternative: "{1.tag}";
}
/* #12135 - Tag removed rom rendering https://github.com/gravitystorm/openstreetmap-carto/pull/1830 */
*[landuse=conservation] {
throwWarning: tr("{0} is deprecated", "{0.tag}");
suggestAlternative: "boundary=protected_area";
fixAdd: "boundary=protected_area";
fixRemove: "landuse";
}

/* #12205 */
*[amenity=kiosk] {
Expand Down

0 comments on commit 6f1f79a

Please sign in to comment.