-
Notifications
You must be signed in to change notification settings - Fork 120
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 new kinds for full OSM.org / iD icon library support #1425
Comments
What should we do with objects which are shop=chemist amenity=pharmacy? amenity=pharmacy is already handled, this would add shop=chemist. |
I would make sure shop=chemist is listed **after** amenity=pharmacy so
kind=pharmacy would result from that combo (lower line number matches win).
…On Thu, Nov 23, 2017 at 5:31 PM, Paul Norman ***@***.***> wrote:
What should we do with objects which are shop=chemist amenity=pharmacy?
amenity=pharmacy is already handled, this would add shop=chemist.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1425 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA0EO75Ia-3fh9S-jBfldg7Ar5l1VhWrks5s5hxjgaJpZM4QQjEE>
.
|
I'm looking at this and am not sure about it. The osm.org reference to beach is https://github.com/openstreetmap/openstreetmap-website/blob/e3357b27e61c3ee4f4cf51c87fdc94deeaaa7c6f/config/locales/en.yml#L666 and iD has nothing about beach surfaces that I see. Taginfo shows 19% of beach have surface, and 15% of beach have surface=sand. 1% have surface=pebblestone, and of the remaining 3%, they don't have a common enough tag to make taginfo. |
This is from the OSM carto style, for the landuse polygons. We definitely need to include the ones that have polygon symbolizes. The others I care Less about. For now it can be a pass thru, with documenting the common values only.
… On Dec 8, 2017, at 18:54, Paul Norman ***@***.***> wrote:
beach kind_detail
beach_coarse from http://wiki.openstreetmap.org/wiki/Key:surface???
I'm looking at this and am not sure about it.
The osm.org reference to beach is https://github.com/openstreetmap/openstreetmap-website/blob/e3357b27e61c3ee4f4cf51c87fdc94deeaaa7c6f/config/locales/en.yml#L666 and iD has nothing about beach surfaces that I see.
Taginfo shows 19% of beach have surface, and 15% of beach have surface=sand. 1% have surface=pebblestone, and of the remaining 3%, they don't have a common enough tag to make taginfo.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Looks like only OSM Carto
|
SVG files have no direct relationship to OSM tags, e.g. square.svg is just a 1px square used multiple places where we wanted a square for a symbol. The tags go through osm2pgsql to turn into columns (generally a trivial transformation) then the SQL to MSS. In most cases it's easy to read off what the original tag is from the MSS selectors fairly easy, 95% are either I'll go through and strike out the ones that are only file names, not related to OSM tags. |
For This would also apply to kind_detail of forests with |
I agree, just the religion value should go into kind_detail for graveyards.
… On Dec 11, 2017, at 22:55, Paul Norman ***@***.***> wrote:
For grave_yard_christian, grave_yard_generic, grave_yard_jewish, grave_yard_muslim kind_detail, I have a PR doing that right now, but I'm wondering if those are the best values for kind_detail. I think it would make more sense to have kind_detail of christian, jewish, or muslim, and no kind_detail for where it's not tagged.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This is for graveyards in tilezen#1425
Do we really want to duplicate the religion between |
Yes. Religion should then be marked deprecated for 2.0 release.
Sent from my handsful device.
… On Dec 14, 2017, at 11:43, Paul Norman ***@***.***> wrote:
Do we really want to duplicate the religion between religion and kind_detail fields?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This is part of tilezen#1425 and sets up the parts of code to place the other amenities in.
This is part of tilezen#1425 and sets up the parts of code to place the other amenities in.
This is part of tilezen#1425 and sets up the parts of code to place the other amenities in.
|
Filed some followup issues for the next milestone but generally everything here is verified (or has an issue). Closing :) |
Around 39:
surface
askind_detail
in the landuse and pois layers.denomination
= * to allow forjehovahs_witness
who don't like a cross symbol, and to allow other uses.power_pole
which is used for this artwork.Dec. 12th: Looking at https://github.com/gravitystorm/openstreetmap-carto/blob/master/amenity-points.mss, propose also:
The text was updated successfully, but these errors were encountered: