-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Display housenumbers and bus stops on basemap #271
Conversation
…ce a bug in tangram-es prevents '\n' from being displayed correctly
Have you tried submitting this pr to the style itself? After I created issue for wall display they added it even without pr (as it was a bug). Merging to upstream is better than maintaining a fork. |
See for example tangrams/cinnabar-style#26 |
See @matkoniecz Bus stops should not be shown on the StreetComplete map (why should they be shown?). |
No problem. I can understand the burden of maintaining a fork of what is a pretty complicated style. I would, however, suggest that you consider the global options in the style where they are relevant (switching on building name and numbers, for example) I've submitted some issues and PRs upstream. I would feel that bus stops would be appropriate to show on the StreetComplete basemap because there are quests specifically dealing with bus stops and their visibility would help determine which bus stop the quest refers in situations where there are multiple stops close together. It may also help with orientation when walking around. Is there an issue to discuss what should/should not be displayed in a potential SC style and how they should look? |
Thank you for understanding. I wrote a bit about what a custom style would need (and what it doesn't need ;-) ) If you are interested, I can write down some more requirements. But basically, it is a simplistic map from which one can start and then later add more features along the way, such as to customize colors, 3d buildings, housenumbers and so on. |
This pull request modifies the cinnabar basemap style to display house numbers, building names and bus stops on the base map. Resolves issue #162.
Since there are quests to add house numbers and details about bus stops, it seems reasonable to me that these details should be visible on the base map. Additionally, it may make orientation easier. However, it does involve modifying the default cinnabar style, which may make updating to new upstream releases, while maintaining these changes, more difficult.
There are a couple of possible issues with these changes:
Screenshots:
Before:
After: