Skip to content

Commit

Permalink
Fix and explenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Stucchi committed Jul 1, 2020
1 parent 4b12009 commit 2b3dd16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#accessibility JOSM preset
# Mapping accessibility with JOSM

The tagging schema used in the preset and the style is expalined in the [OSM wiki page](https://wiki.openstreetmap.org/wiki/User:LorenzoStucchi/ViaLibera) ![(it)](https://blog.openstreetmap.de/wp-uploads/2016/12/it.svg) about the project ViaLibera?!

## Preset

The preset is available adding in the [*tagging preset*](https://josm.openstreetmap.de/wiki/Help/Preferences/Map#TaggingPresets) pannel in the setting this [link](https://raw.githubusercontent.com/LorenzoStucchi/accessibility_JOSM_preset/master/accesibility_elements.xml).

## Style

The style is available adding in the [*map pain style*](https://josm.openstreetmap.de/wiki/Help/Preferences/Map#MapPaintStyles) pannel in the setting this [link](https://raw.githubusercontent.com/LorenzoStucchi/accessibility_JOSM_preset/master/accessibility_style.mapcss).

A plugin for mapping elements of accessibility in JOSM.
6 changes: 3 additions & 3 deletions accessibility_style.mapcss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta{
title: "Modified objects";
description: "Highlight modified objects";
version: "0.0.1";
version: "0.1.0";
author: "LorenzoStucchi";
link: "https://wiki.openstreetmap.org/wiki/User:LorenzoStucchi/ViaLibera";
icon: "https://github.com/LorenzoStucchi/accessibility_JOSM_preset/raw/master/symbols/accessibility.png";
Expand Down Expand Up @@ -52,13 +52,13 @@ node|z16-[wheelchair = yes]::wheelchair, area|z16-[wheelchair = yes]::wheelchair

node|z16-[wheelchair = limited]::wheelchair, area|z16-[wheelchair = limited]::wheelchair{
icon-image: "https://github.com/LorenzoStucchi/accessibility_JOSM_preset/raw/master/symbols/accessibility_orange.png";
icon-width: 15;
icon-width: 10;
icon-offset-x: 15;
}

node|z16-[wheelchair = no]::wheelchair, area|z16-[wheelchair = no]::wheelchair{
icon-image: "https://github.com/LorenzoStucchi/accessibility_JOSM_preset/raw/master/symbols/accessibility_red.png";
icon-width: 15;
icon-width: 10;
icon-offset-x: 15;
}

Expand Down

0 comments on commit 2b3dd16

Please sign in to comment.