Skip to content

Commit

Permalink
Change kind tag of OSMData sourced-water to ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke authored Nov 4, 2024
1 parent 1de7755 commit 6a28b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public String name() {

public void processPreparedOsm(SourceFeature ignoredSf, FeatureCollector features) {
features.polygon(this.name())
.setAttr("kind", "water")
.setAttr("kind", "ocean")
.setAttr("sort_rank", 200)
.setZoomRange(6, 15).setBufferPixels(8);
}
Expand Down

0 comments on commit 6a28b66

Please sign in to comment.