Skip to content

Commit

Permalink
Merge 52a5ec4 into 313a695
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneElseOSM authored Mar 22, 2022
2 parents 313a695 + 52a5ec4 commit 8f5720f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions planetiler-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public class MyProfile implements Profile {
}
```

Then, implement the `processFeature()` method that determines what vector tile features to emit for each source feature.
Then, implement the `processFeature()` method in your class (add the code before the last closing curly bracket)
that determines what vector tile features to emit for each source feature.
For example, to include a map of [toilets from OpenStreetMap](https://wiki.openstreetmap.org/wiki/Tag:amenity=toilets)
at zoom level 12 and above:

Expand Down Expand Up @@ -98,7 +99,7 @@ mvn clean package --file standalone.pom.xml
And run the application:

```bash
java -cp target/*-with-deps.jar com.onthegomap.planetilerler.examples.MyProfile
java -cp target/*-with-deps.jar com.onthegomap.planetiler.examples.MyProfile
```

Then, to inspect the tiles:
Expand Down

0 comments on commit 8f5720f

Please sign in to comment.