Skip to content

Commit

Permalink
stop rendering landuse=conservation
Browse files Browse the repository at this point in the history
fixes #1826, fixes #453
  • Loading branch information
matkoniecz committed Sep 13, 2015
1 parent 08e12de commit d5e9e75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,6 @@
[feature = 'leisure_park'][is_building = 'no'],
[feature = 'leisure_recreation_ground'][is_building = 'no'],
[feature = 'landuse_recreation_ground'][is_building = 'no'],
[feature = 'landuse_conservation'][is_building = 'no'],
[feature = 'landuse_village_green'][is_building = 'no'],
[feature = 'leisure_common'][is_building = 'no'],
[feature = 'leisure_garden'][is_building = 'no'] {
Expand Down
3 changes: 1 addition & 2 deletions landcover.mss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --- Parks, woods, other green things ---

@grass: #cdebb0; // also meadow, common, garden, village_green, conservation
@grass: #cdebb0; // also meadow, common, garden, village_green
@golf_course: #b5e3b5;
@scrub: #b5e3b5;
@forest: #add19e; // Lch(80,30,135)
Expand Down Expand Up @@ -280,7 +280,6 @@
[feature = 'natural_grassland'],
[feature = 'landuse_grass'],
[feature = 'landuse_recreation_ground'],
[feature = 'landuse_conservation'],
[feature = 'landuse_village_green'],
[feature = 'leisure_common'],
[feature = 'leisure_garden'] {
Expand Down
Loading

3 comments on commit d5e9e75

@jremillard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Massachusetts we use landuse=conservation tag a lot. It was from an import. I understand that the tag has problems, but Is boundary=protected_area even rendered? If not, It seems a bit harsh to drop landuse=conservation without boundary=protected_area being setup to support retagging landuse=conservation.

@imagico
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rendering of boundary=protected_area is discussed in #603.

@matkoniecz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And leisure=nature_reserve, boundary=national_park tags are already supported (I am unable to check whatever these tags fit current situation in Massachusetts).

Please sign in to comment.