-
Notifications
You must be signed in to change notification settings - Fork 822
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
Create legend #1928
Comments
Somebody created a complete (but non-autogenerated) legend on the wiki: https://wiki.openstreetmap.org/wiki/Standard_tile_layer/Key |
Yes, that was me. I almost feel bad for having wasted so much time on this in a rather inefficient manner. XD I would definitely love to see an improved legend which is also auto-generated, and I would not be opposed at all if the wiki page gets deleted (but only in favor of the auto-generated one, of course). The autogenerated legend should IMO be way more complete than the current one which doesn't even get all the surface colors right. Of course putting all shop symbols into the sidebar would be overkill, but here's my idea:
Yes, but we should still have a full legend without any exceptions. Each symbol without explanation is a potential mystery to the map user. It is very important for a map to have a correct and complete legend, so I think this issue should be considered high priority. |
I don't believe any automated way is enough for such a complicated case as ours. |
For the record, I made this time ago: https://github.com/yohanboniface/Leaflet.TileLegend |
You can even optimize that part with a small provided SQL/OSM dump. This would be even a nice unit test for the full stack on Travis.
|
Is there anybody who would like to code it for osm-carto? There's also another problem - presentation on OSM.org site. Currently it's just a dynamic list (zoom level specific), so if we want some other official legend it would be good to show the proper one and stop showing this one. |
Currently the best osm-carto legend is on the wiki: https://wiki.openstreetmap.org/wiki/Standard_tile_layer/Key I try to add and alter the items there and it's in pretty complete shape, but there are things missing (I made a TODO list on the end). It's not a big job, but it takes time as everything, so it would be good if somebody took care of this. At least somebody is adding icons to the wiki pages lately, like here: |
Since I have already added many icons on the wiki pages, I know the topic. I can imagine helping to complete the page Standard_tile_layer/Key. But how does it become a practicable legend? Is not the site too big now? Maybe it would help if it was divided? |
I guess it could be divided in the 3 big sections (points, lines, areas). My question is if there's any automatic way to help producing and maintaining such a rich legend, especially how much mapnik-legendary would be able to do comparing to the wiki version (could anybody test the example and show the results)? I also don't know what to do with a basic legend on the OSM.org website - it's outside the scope of this project, however this is our primary deployment. |
I updated the page Standard_tile_layer/Key and divided into three parts. Any fineness you will not be able to describe. But if something is missing please write on the ToDo list. If there are updates I will even have an eye on it. |
Thanks! We have mainly features from the last few releases/months missing, but it's still a very useful resource. |
Please note that Car repair service (#2658) is displayed with a pink label in the wiki page and not in brown as on OSM. |
Thanks for the hint. I changed it. |
You have added some not yet released changes - it would be better to start with some already released, but if we have towers section already, there should be also lattice tower lighting symbol. |
@kocio-pl For me it is doubtful if there really is lattice tower lighting. I have not found a convincing example yet. So I wanted to wait in the question until the release. |
2018-03-16 14:24 GMT+01:00 geozeisig <notifications@github.com>:
@kocio-pl <https://github.com/kocio-pl> For me it is doubtful if there
really is lattice tower lighting. I have not found a convincing example
yet.
|
man_made=communications_tower is defined as a huge tower:
We don't need new icon, because we already can show such properties and we use zoom level for showing size (z13+ as with other >100 m towers). But this is discussions for #2671 or a new issue, not here. |
These photos are not free and I can not use them in the wiki. For me it's also masts. Take a look at the page DE:Tag:man_made=mast, I mean the Flutlichtmast . |
Since March, many new icons (237 pieces in total) have been added and it would be good if on carto that would be explained in a legend. If no one has a better idea, a link to Symbols would be an alternative. There are now many icons that are not intuitively understood by everyone. |
I think the link should be given to the whole key, not just symbols. There are some wetlands for example that I'm not familiar with. The main question is where we should place such link to be easy to discover? Standard legend on OSM.org website is not suited for both as many objects and for links. |
The legend in the wiki seems to be up to date (https://wiki.openstreetmap.org/wiki/Standard_tile_layer/Key). If anyone want to make this more visible, they could consider opening a PR at the repository for the openstreetmap.org website, but I don't think there is anything else to be done here. |
I'd like to create an automatically-generated legend for this style.
I have started the work on the legend branch, but there is obviously a lot more work to do. Help welcomed. The idea is to have a control file (describing what features to show in the legend) in this repository, and use https://github.com/gravitystorm/mapnik-legendary to generate the legend images.
The text was updated successfully, but these errors were encountered: