https://github.com/leif81/osmgolf
Open Street Map Golf web app
https://github.com/leif81/osmgolf
golf osm
Last synced: 10 days ago
JSON representation
Open Street Map Golf web app
- Host: GitHub
- URL: https://github.com/leif81/osmgolf
- Owner: leif81
- Created: 2015-03-13T01:25:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T23:22:31.000Z (about 1 year ago)
- Last Synced: 2025-03-27T02:08:07.967Z (7 months ago)
- Topics: golf, osm
- Language: JavaScript
- Homepage: https://leif81.github.io/osmgolf/osmgolf.html
- Size: 261 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= OSM Golf
A simple "distance-to-the-hole" golf GPS web application which leverages freely available data from Open Street Map.
NOTE: This is not a working app yet. Some basic pieces are in place, but don't expect it to be your caddie yet.
To learn how golf courses are modelled in Open Street Map see the following:
http://wiki.openstreetmap.org/wiki/Tag:leisure%3Dgolf_course
This project uses the Overpass API to request golf course data from Open Street Map. For more info see the following:
* See http://wiki.openstreetmap.org/wiki/Overpass_API
* See http://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL
* See online demo for creating and testing Overpass QL http://overpass-turbo.eu/== Software Architecture
Not using complex JavaScript frameworks.
Using basic modules https://github.com/mdn/js-examples/tree/main/module-examples/basic-modules.