Modify ↓
#19009 closed enhancement (fixed)
Pharmacy without dispensing (Italy)
Reported by: | francians | Owned by: | Klumbumbus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External rule | Version: | |
Keywords: | pharmacy italy mapcss validator dispensing | Cc: |
Description
What steps will reproduce the problem?
- Select a node with amenity=pharmacy that doesn't have the tag dispensing (in Italy)
- validate
- no errors or warnings shown
What is the expected result?
In Italy the tag dispensing:
https://wiki.openstreetmap.org/wiki/Key:dispensing
is expected:
https://wiki.openstreetmap.org/wiki/IT:Glossario_OSM#Parafarmacia
in order to distinguish pharmacies and parapharmacies.
What happens instead?
nothing
Please provide any additional information below. Attach a screenshot if possible.
On my personal mapcss sheet I have this rule:
*[amenity=pharmacy][!dispensing][inside("IT")] { throwWarning: tr("{0} without {1}", "{0.value}", "{1.key}"); }
can you please release it with the next JOSM version? We're doing a pharmacy task in Italy and it would be helpful.
Thanks
Francesco
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-02-26 10:50:27 +0100 (Wed, 26 Feb 2020) Revision:15937 Build-Date:2020-02-26 09:52:41 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (15937 it) Linux Antergos Linux Memory Usage: 603 MB / 3978 MB (378 MB allocated, but free) Java version: 13.0.2+8, N/A, OpenJDK 64-Bit Server VM Screen: :0.0 1920x1080 Maximum Screen Size: 1920x1080 Plugins: + OpeningHoursEditor (35250) + PicLayer (35313) + apache-commons (35092) + apache-http (35092) + buildings_tools (35248) + ejml (35122) + geotools (35169) + jaxb (35092) + jna (35092) + jts (35122) + opendata (35330) + reverter (35313) + turnrestrictions (35313) + utilsplugin2 (35334) + wikipedia (1.1.3) Tagging presets: + https://raw.githubusercontent.com/yopaseopor/traffic_signs_preset_JOSM/master/IT.zip Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/Coloured_Streets&zip=1 Validator rules: + https://josm.openstreetmap.de/josmfile?page=Rules/SuspiciousSwimming_Pool&zip=1 + ${HOME}/git/map-this-way/MapThisWay.validator.mapcss
Attachments (0)
Change History (3)
comment:1 by , 5 years ago
Component: | Core validator → External rule |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I created wiki:/Rules/ItalySpecific.
You can add this rule in your JOSM validator preferences already (no need to wait for a new JOSM version).
I changed
"{0.value}"
to"{0.tag}"
to be more consistent with JOSM core rules.Feel free to add more Italy sprecific rules to this page if needed.