Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashkyd/osmcycle
A cycling-centric stylesheet for OpenStreetMap data.
https://github.com/ashkyd/osmcycle
Last synced: about 1 month ago
JSON representation
A cycling-centric stylesheet for OpenStreetMap data.
- Host: GitHub
- URL: https://github.com/ashkyd/osmcycle
- Owner: AshKyd
- Created: 2010-04-03T02:04:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-14T20:51:48.000Z (about 13 years ago)
- Last Synced: 2024-04-13T19:24:56.744Z (8 months ago)
- Language: PHP
- Homepage: http://briscycle.com/
- Size: 1010 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= OSMCycle =
This is the stylesheet that currently drives Briscycle on
[http://briscycle.com/].== Requirements ==
This stylesheet requires several things:* Database settings set up in datasource-settings-sample.xml.inc.
* [http://wiki.openstreetmap.org/wiki/Mapnik#Contours Contours] must be set up in the database, or %land-contours; be commented out in styles.xml.inc.
* [http://wiki.openstreetmap.org/wiki/Mapnik#World_Boundaries World Boundaries] set up somewhere and referenced in layers.xml.inc.The Mapnik article on the OSM wiki has a great tutorial for setting up
a mapnik rendering system on your local machine but you could also
run this with mod_tile with some optimisations.[http://wiki.openstreetmap.org/wiki/Mapnik]