https://github.com/clarisma/geodesk-examples
Example programs using the GeoDesk library
https://github.com/clarisma/geodesk-examples
Last synced: about 1 year ago
JSON representation
Example programs using the GeoDesk library
- Host: GitHub
- URL: https://github.com/clarisma/geodesk-examples
- Owner: clarisma
- License: apache-2.0
- Created: 2022-04-26T10:12:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T14:08:42.000Z (over 1 year ago)
- Last Synced: 2025-03-26T14:48:28.682Z (over 1 year ago)
- Language: Java
- Homepage: https://docs.geodesk.com/tutorial
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoDesk Examples
Examples using the [GeoDesk](http://www.github.com/clarisma/geodesk) geospatial database.
Each file contains a single self-contained mini-application.
You will need to [build a GOL](http://docs.geodesk.com/gol/build) (or [download a tile set](http://docs.geodesk.com/gol/load)) using the [GOL command-line utility](http://www.github.com/clarisma/gol-tool).
In the example source code:
- Change `GEODESK_PATH` to the folder where you keep your GOLs
- Change `GOL_FILE` to the name of the GOL you wish to use
- Change `TILESET_URL` to the URL of the tile set if you want the program to download tiles as-needed (or use `null` if the GOL already contains all required tiles)