mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-16 00:00:06 -05:00
Obsolete variable
This commit is contained in:
parent
f61a507778
commit
3f350c57cb
@ -63,7 +63,6 @@ public class SVGMap implements Iterable<SVGMap.Path> {
|
||||
|
||||
public static final double[] NULL_TRANSFORM = {1, 1, 0, 0};
|
||||
|
||||
private static final double MAX_EDGE_FACTOR = 20; // cut lines that are more than this much longer than their neighbors
|
||||
private static final double MAX_EDGE_LENGTH = 1/20.; // cut lines that are more than this far across the map
|
||||
|
||||
private List<Path> paths; //the set of closed curves in this image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user