Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+4 -4
View File
@@ -3,10 +3,10 @@
// Definitions by: Stephane Alie <https://github.com/StephaneAlie>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module jsts {
declare namespace jsts {
export var version: string;
module geom {
namespace geom {
/**
* A lightweight class used to store coordinates on the 2-dimensional
* Cartesian plane. It is distinct from {@link Point}, which is a subclass of
@@ -1601,7 +1601,7 @@ declare module jsts {
}
}
module io {
namespace io {
export class GeoJSONWriter {
/**
* Writes the GeoJSON representation of a {@link Geometry}. The
@@ -1663,4 +1663,4 @@ declare module jsts {
reducePrecision(geometry: geom.Geometry): void;
}
}
}
}