| | 270 | <group name="Simple mapping" it.name="Mappatura base" icon="https://github.com/LorenzoStucchi/accessibility_JOSM_preset/raw/master/symbols/accessibility_green.png"> |
| | 271 | <item name="Sidewalks" it.name="Marciapiede" type="way" icon="https://github.com/LorenzoStucchi/accessibility_JOSM_preset/raw/master/symbols/sidewalk.png"> |
| | 272 | <key key="highway" value="footway" /> |
| | 273 | <key key="footway" value="sidewalk" /> |
| | 274 | </item> |
| | 275 | |
| | 276 | <item name="Pedestrian crossing" it.name="Attraversamento pedonale" type="way" icon="presets/transport/way/dedicated_footway.svg"> |
| | 277 | <key key="highway" value="footway" /> |
| | 278 | <key key="footway" value="crossing" /> |
| | 279 | </item> |
| | 280 | |
| | 281 | <item name="Bicycle crossing" it.name="Attraversamento ciclabile" type="way" icon="presets/transport/way/dedicated_cycleway.svg"> |
| | 282 | <key key="highway" value="cycleway" /> |
| | 283 | <key key="cycleway" value="crossing" /> |
| | 284 | </item> |
| | 285 | |
| | 286 | <item name="Shared crossing" it.name="Attraversamento condiviso" type="way" icon="presets/transport/way/combined_foot_cycleway.svg"> |
| | 287 | <key key="highway" value="path" /> |
| | 288 | <key key="path" value="crossing" /> |
| | 289 | <key key="foot" value="designed" /> |
| | 290 | <key key="bicycle" value="designed" /> |
| | 291 | <key key="segregated" value="no" /> |
| | 292 | </item> |
| | 293 | |
| | 294 | <item id="highway_crossing_node" name="(Node) Crossing on highways" it.name="(Nodo) Attraversamenti su strade" type="node" icon="presets/vehicle/crossing.svg"> |
| | 295 | <key key="highway" value="crossing" /> |
| | 296 | </item> |
| | 297 | |
| | 298 | <item id="railway_crossing_node" name="(Node) Crossing on railway" it.name="(Nodo) Attraversamenti su rotaie" type="node" icon="presets/transport/railway/crossing.svg"> |
| | 299 | <key key="railway" value="crossing" /> |
| | 300 | </item> |
| | 301 | </group> |