Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icon for leisure=outdoor_seating #3328

Merged
merged 2 commits into from
Aug 11, 2018
Merged

Add icon for leisure=outdoor_seating #3328

merged 2 commits into from
Aug 11, 2018

Conversation

Adamant36
Copy link
Contributor

@Tomasz-W Tomasz-W mentioned this pull request Aug 4, 2018
26 tasks
@Adamant36
Copy link
Contributor Author

@kocio-pl Any chance you could test and merge this? thanks.

@kocio-pl
Copy link
Collaborator

kocio-pl commented Aug 5, 2018

I think that z18+ might be better for such places, since this is usually a part of some other object, not a standalone object, so should not be shown too early.

@Adamant36
Copy link
Contributor Author

Alright, that makes sense. I updated it.

project.mml Outdated
@@ -1486,7 +1486,7 @@ Layer:
'shop' || CASE WHEN shop IN ('no', 'vacant', 'closed', 'disused', 'empty') OR shop IS NULL THEN NULL ELSE '' END,
'office' || CASE WHEN tags->'office' IN ('no', 'vacant', 'closed', 'disused', 'empty') OR (tags->'office') IS NULL THEN NULL ELSE '' END,
'leisure_' || CASE WHEN leisure IN ('water_park', 'playground', 'miniature_golf', 'golf_course', 'picnic_table',
'fitness_centre', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley') THEN leisure ELSE NULL END,
'fitness_centre', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley', 'outdoor_seating') THEN leisure ELSE NULL END,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please break this line, so it won't be the longest in this section.

project.mml Outdated
@@ -1600,7 +1600,7 @@ Layer:
'shop' || CASE WHEN shop IN ('no', 'vacant', 'closed', 'disused', 'empty') OR shop IS NULL THEN NULL ELSE '' END,
'office' || CASE WHEN tags->'office' IN ('no', 'vacant', 'closed', 'disused', 'empty') OR (tags->'office') IS NULL THEN NULL ELSE '' END,
'leisure_' || CASE WHEN leisure IN ('water_park', 'playground', 'miniature_golf', 'golf_course', 'picnic_table', 'slipway',
'dog_park', 'fitness_centre', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley') THEN leisure ELSE NULL END,
'dog_park', 'fitness_centre', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley', 'outdoor_seating') THEN leisure ELSE NULL END,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please break this line, so it won't be the longest in this section.

project.mml Outdated
@@ -2068,7 +2068,7 @@ Layer:
'office' || CASE WHEN tags->'office' IN ('no', 'vacant', 'closed', 'disused', 'empty') OR (tags->'office') IS NULL THEN NULL ELSE '' END,
'leisure_' || CASE WHEN leisure IN ('swimming_pool', 'water_park', 'miniature_golf', 'golf_course', 'fitness_centre', 'sports_centre', 'stadium', 'track',
'pitch', 'playground', 'park', 'recreation_ground', 'common', 'garden', 'nature_reserve', 'marina',
'picnic_table', 'dog_park', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley') THEN leisure ELSE NULL END,
'picnic_table', 'dog_park', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley', 'outdoor_seating') THEN leisure ELSE NULL END,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please break this line, so it won't be the longest in this section.

project.mml Outdated
@@ -2235,7 +2235,7 @@ Layer:
'office' || CASE WHEN tags->'office' IN ('no', 'vacant', 'closed', 'disused', 'empty') OR (tags->'office') IS NULL THEN NULL ELSE '' END,
'leisure_' || CASE WHEN leisure IN ('swimming_pool', 'water_park', 'miniature_golf', 'golf_course', 'fitness_centre', 'sports_centre', 'stadium', 'track',
'pitch','playground', 'park', 'recreation_ground', 'common', 'garden', 'nature_reserve', 'marina',
'slipway', 'picnic_table', 'dog_park', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley') THEN leisure ELSE NULL END,
'slipway', 'picnic_table', 'dog_park', 'fitness_station', 'firepit', 'sauna', 'beach_resort', 'bowling_alley', 'outdoor_seating') THEN leisure ELSE NULL END,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please break this line, so it won't be the longest in this section.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. I was thinking it was getting a little long.

@Adamant36
Copy link
Contributor Author

@kocio-pl OK. Its done. I was thinking they were getting a little long.

@kocio-pl
Copy link
Collaborator

kocio-pl commented Aug 9, 2018

Did you push this new commit? I don't see any change.

@Adamant36
Copy link
Contributor Author

I thought I had. It went through the Travis check and everything. So I don't know. It seems to be showing the changes now though.

@kocio-pl
Copy link
Collaborator

OK, now it's visible.

I have found a place in the city, which tells me it should be further demoted to z19+ to not make a clutter in similar places - outdoor sitting might be small scale object:

z18
2jt3 dct

z19
cft3bwmh

@Adamant36
Copy link
Contributor Author

I updated it to z19. Hopefully everything is good to go now.

@kocio-pl kocio-pl merged commit 3e0d7a0 into gravitystorm:master Aug 11, 2018
@kocio-pl
Copy link
Collaborator

Thanks, now I think it's working good for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add icon for leisure=outdoor_seating
2 participants