Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed space at end of line 59
  • Loading branch information
SomeoneElseOSM authored Mar 22, 2022
1 parent a377a01 commit 52a5ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planetiler-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class MyProfile implements Profile {
}
```

Then, implement the `processFeature()` method in your class (add the code before the last closing curly bracket)
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

0 comments on commit 52a5ec4

Please sign in to comment.