Skip to content

leif81/osmgolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

This project uses the Overpass API to request golf course data from Open Street Map. For more info see the following:

Software Architecture

Not using complex JavaScript frameworks. Using basic modules https://github.com/mdn/js-examples/tree/main/module-examples/basic-modules.