https://github.com/dbrgn/free_flying_map
OpenStreetMap based map for paragliders and hanggliders, created with TileMill.
https://github.com/dbrgn/free_flying_map
Last synced: 4 months ago
JSON representation
OpenStreetMap based map for paragliders and hanggliders, created with TileMill.
- Host: GitHub
- URL: https://github.com/dbrgn/free_flying_map
- Owner: dbrgn
- Created: 2012-08-15T23:26:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-21T22:13:48.000Z (over 13 years ago)
- Last Synced: 2026-01-11T12:59:48.384Z (6 months ago)
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Free Flying Map
===============
OpenStreetMap based map for paragliders and hanggliders. Map was created using
TileMill.
I plan on publishing this map as a slippy map some time in the future.
Setup
-----
Create a symlink from the `project` folder to your TileMill projects directory
(usually `~/Documents/MapBox/project/`):
$ ln -s /path/to/free_flying_map/project ~/Documents/MapBox/project/free_flying_map
Then setup your (hstore and postgis ready) PostgreSQL database (user: osm, pw:
osm, db: osm) using a OSM Switzerland dump from
[Geofabrik](http://download.geofabrik.de/osm/europe/) with osm2pgsql:
$ wget http://download.geofabrik.de/openstreetmap/europe/switzerland.osm.bz2
$ osm2pgsql -E 3857 --slim -C 2048 -c -u -k -H localhost -d osm switzerland.osm.bz2
Contributions
-------------
Contributions are welcome and should be made in the form of a GitHub pull
request.