Skip to content

Commit

Permalink
Update README.md: use a library without maven/graddle (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristramg authored Jan 4, 2025
1 parent 17ec14f commit 1cc96c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ download regularly-updated tilesets.

## Use as a library

Since Java 22, you can use Planetile as a library with a custom profile by running:

`java -cp planetiler.jar Profile.java`.

See [the examples](https://github.com/onthegomap/planetiler-examples) for more details.

Planetiler can be used as a maven-style dependency in a Java project using the settings below:

### Maven
Expand Down

0 comments on commit 1cc96c3

Please sign in to comment.