Hi Mateusz
Mateusz Konieczny [mailto:[email protected]] wrote 18. Dezember 2014 09:00 ... > So first stage - generating reliable list from OSM data is finished. Nice! > It is possible that some of tags are missing - in this case feedback would be > really useful. Ok. > In the near future I will be unable to work on the second stage - converting > this list into format usable by Taginfo. Let's see if somebody steps in - I'll have a look at it next few weeks. Yours, S. -------------------- Von: Mateusz Konieczny [mailto:[email protected]] Gesendet: Donnerstag, 18. Dezember 2014 09:00 An: gravitystorm/openstreetmap-carto Cc: Keller Stefan Betreff: Re: [openstreetmap-carto] osm-carto for TagInfo (#961) So first stage - generating reliable list from OSM data is finished. On https://github.com/mkoniecz/CartoCSSHelper/blob/master/style_specific/default_osm_style.rb there is a list of OSM tags considered by style, divided in three categories: primary: tag is rendered (highway=cycleway) composite: tag is not rendered but it changes how other tags are rendered (access=private) ignored: tag is not rendered (railway=INT-preserved-ssy) - these are bad guesses of heuristics looking for potential tags Each tag is listed as 'Status.new('key', 'value', :category, composite_tags_if_relevant),' It is possible that some of tags are missing - in this case feedback would be really useful. In the near future I will be unable to work on the second stage - converting this list into format usable by Taginfo. _______________________________________________ dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/dev

