Skip to content

Commit

Permalink
Nicer legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyks committed Mar 4, 2019
1 parent 4344685 commit cd6be9f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Render:
* Parking for bicycle (or motorcycle parking open to bicycle)
* Steps with bicycle friendly ramp
* Bicycle shop and repair stations
* First aid amenities : shelter, hostpital, pharmacy, police station, water, food store
* First aid amenities : shelter, hospital, pharmacy, police station, water, food store
* Travel amenities : camping, hotel, train station, museum, picnic table, peaks...
* Emphasis on low speed roads (<= 30km/h)
* Elevation curves and shading
Expand Down
18 changes: 17 additions & 1 deletion legend.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<h2>Legend</h2>
<!DOCTYPE html>
<html>
<head>
<title>CyclOSM - Legend</title>
<meta charset="UTF-8">
<style type="text/css">
tr>td:first-child {
padding-right: 1em;
text-align: center;
width: 2em;
}
</style>
</head>
<body>
<h2>Legend</h2>
<h3>Bicycle routes</h3>
<table>
<tr>
Expand Down Expand Up @@ -579,3 +593,5 @@ <h3>Barriers</h3>
<td>Stile</td>
</tr>
</table>
</body>
</html>

0 comments on commit cd6be9f

Please sign in to comment.