Skip to content

Commit

Permalink
Merge pull request #54 from phanecak-maptiler/omt_3_15_0-updates_base…
Browse files Browse the repository at this point in the history
…d_on_review-3

Updates based on review - round 3 - correction 2
  • Loading branch information
phanecak-maptiler authored Apr 19, 2024
2 parents f644cc7 + 5ec171a commit 251bf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/openmaptiles/layers/Water.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ public void process(Tables.OsmWaterPolygon element, FeatureCollector features) {
attemptNeLakeIdMapping(element, fixedGeom);
} catch (TopologyException e2) {
throw new GeometryException("fix_omt_water_topology_error",
"error fixing polygon: " + e2 + "; original error: " + e);
"error fixing polygon: " + e2 + "; original error: " + e);
}
}
} catch (GeometryException e) {
e.log(stats, "omt_water",
"Error getting geometry for OSM feature " + element.source().id());
"Unable to process intersections for OSM feature " + element.source().id());
}
}
}
Expand Down

0 comments on commit 251bf40

Please sign in to comment.