mirror of
https://github.com/geoffsee/osm-maker-vibes.git
synced 2025-09-08 22:46:45 +00:00
20 lines
381 B
Markdown
20 lines
381 B
Markdown
# osm-maker-vibes
|
|
|
|
> Warning: Experimental, incomplete, and unfunded.
|
|
|
|
<p align="center">
|
|
<img src="https://github.com/geoffsee/osm-maker-vibes/blob/main/osm-maker-vibes.png?raw=true" width="512" />
|
|
</p>
|
|
|
|
|
|
<p align="center">
|
|
Generates a GLB file from OSM data for the configured area.
|
|
</p>
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# 1. configure ./config.jsonc
|
|
# 2. generate the glb
|
|
./gradlew run
|
|
``` |