Skip to content

Commit

Permalink
Fix link in comment to point to Wayback Machine version of dead link
Browse files Browse the repository at this point in the history
Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
  • Loading branch information
jpolchlo authored and echeipesh committed Sep 25, 2017
1 parent c3016e5 commit 0359c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/src/main/scala/geotrellis/vector/GeomFactory.scala
Expand Up @@ -37,7 +37,7 @@ private[vector] object GeomFactory {

val factory = new geom.GeometryFactory(precisionModel)

// 12 digits is maximum to avoid [[TopologyException]], see http://tsusiatsoftware.net/jts/jts-faq/jts-faq.html#D9
// 12 digits is maximum to avoid [[TopologyException]], see https://web.archive.org/web/20160226031453/http://tsusiatsoftware.net/jts/jts-faq/jts-faq.html#D9
lazy val simplifier = new GeometryPrecisionReducer(new PrecisionModel(1e12))

}

0 comments on commit 0359c58

Please sign in to comment.