Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
markusstraub committed Oct 5, 2023
1 parent b0d4aea commit a3998a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ Route data is stored in `GeoJSON` format with the following attributes.
- `priority`=`0` (highest), `1` (medium), `2` (lowest)
- `stress`=`0` (no stress), `1` (medium), `2` (a lot of stress)

**Optional** (omitting the attributes means 'no'):
**Optional** (omitting the attributes means `no`):
- `oneway`=`yes`: route only legal in one direction
- `steep`=`yes`: very steep, e.g. more than 5-6%, but excluding short ramps
- `unpaved`=`yes`: dirt, gravel or extremely uneven surfaces even though they are paved

### Point Attributes

- `dismount`=`yes`: bicycle must or should be pushed (in at least one direction), either due to legal restrictions or because it's a very dangrous spot
- `dismount`=`yes`: bicycle must or should be pushed (in at least one direction), either due to legal restrictions or because it's a very dangerous spot
- `nocargo`=`yes`: not feasible for heavy/extra-long/extra-wide bicycles, e.g. cargo bicycles or bikes with trailers due to e.g. stairs or chicanes
- `warning`=`yes`: problematic location, should alwys be combined with the `description` attribute
- `description`: string explaining details shown to the users in a popup
- `warning`=`yes`: problematic location, should always be combined with the `description` attribute
- `description`: string explaining details shown to users in a popup

### Edit Instructions

1. [Download JOSM](https://josm.openstreetmap.de)
1. [Install JOSM](https://josm.openstreetmap.de)
2. Add [josm-radlkarte-style.mapcss](data/josm-radlkarte-style.mapcss) in `edit > preferences > map settings (3rd buttom from the top) > map paint styles`
3. Load an existing radlkarte `GeoJSON` file, e.g. [radlkarte-example.geojson](data/radlkarte-example.geojson), or create a new layer
4. Edit routes
Expand All @@ -59,7 +59,7 @@ Route data is stored in `GeoJSON` format with the following attributes.

The license for all our code and data is [here](LICENSE).

Obviously this excludes the libraries [leaflet (BSD 2-Clause)](https://leafletjs.com), font-awesome, [opening_hours.js (GPLv3)](https://github.com/opening-hours/opening_hours.js) or jquery) and the fonts.
Obviously this excludes the libraries [leaflet (BSD 2-Clause)](https://leafletjs.com), font-awesome, [opening_hours.js (GPLv3)](https://github.com/opening-hours/opening_hours.js) or jquery and the fonts.

Other exceptions:
- railway icon based on https://de.m.wikipedia.org/wiki/Datei:Train_Austria.svg
Expand Down

0 comments on commit a3998a7

Please sign in to comment.