An open API service indexing awesome lists of open source software.

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

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.