#23184 closed defect (fixed)
[PATCH] Add/ignore popular tags
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 23.11 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
Add
generator:solar:tracking
: See osmwiki:Key:generator:solar:trackingnatural=earth_bank
: See osmwiki:Tag:natural=earth_bankhighway=busway
: See osmwiki:Tag:highway=buswayschool:gender
: See osmwiki:Key:school:gendercraft=electronics_repair
: See osmwiki:Tag:electronics_repairplace=municipality
: See osmwiki:Tag:place=municipality
Ignore
check_date:?*
: Used by surveying applications (fix #23182)boundary=religious_administration
: Not well documented
Replace
landuse=reservoir
: Deprecated by osmwiki:Proposal:Reservoir_(2020) and replaced by osmwiki:water=reservoir, see #23185
For now, I'm ignoring:
cyclestreet=yes - 12117 - We have a similar preset already, and we don't currently filter presets based off of location. The GSOC student this year implemented something for this which I need to merge.
leisure=dance - 10101 - I don't know how to make a "good" icon for this
trailblazed=symbols - 31527 - Approved proposal; not really a top-level tag, but also not something that I feel like we should be adding to all highway
presets.
Attachments (2)
Change History (16)
by , 17 months ago
Attachment: | 23184.patch added |
---|
comment:1 by , 17 months ago
comment:2 by , 17 months ago
Description: | modified (diff) |
---|
comment:3 by , 17 months ago
Description: | modified (diff) |
---|
comment:4 by , 17 months ago
Description: | modified (diff) |
---|
comment:7 by , 17 months ago
I noticed; I've got a local patch for it. I'm just waiting to see if my fix for TagEditHelperTest.testTicket23191()
succeeds before I upload it.
comment:8 by , 17 months ago
Btw, what editor are you using? I'm thinking about a syntax highlighter plugin for IJ. For VSCode there is already one.
comment:9 by , 17 months ago
what editor are you using
IntelliJ IDEA. :)
I started working on a syntax highlighter plugin, but I got stuck on writing the grammar file. I still have a copy of it locally, if you want to take a look (I'll make a repo on GitHub for it, if you want to look at it).
comment:10 by , 17 months ago
Oh wow, yes, thank you!
My other concern is the incomplete MapCSS definition. I checked the pages in the past, and I'm amazed at how it is possible to build something based on the available information. Also, there are the software-specific extensions.
comment:11 by , 17 months ago
I'll make a repo on GitHub for it
Have a link to the (currently) broken source code: https://github.com/JOSM/MapCSS_IntelliJIDEA_Plugin/tree/main
Ticket #23185 has been marked as a duplicate of this ticket.