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
+5 -5
View File
@@ -3,7 +3,7 @@
// Definitions by: Jacob Bruun <https://github.com/cobster/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module GeoJSON {
declare namespace GeoJSON {
/***
* http://geojson.org/geojson-spec.html#geojson-objects
@@ -14,7 +14,7 @@ declare module GeoJSON {
bbox?: number[];
crs?: CoordinateReferenceSystem;
}
/***
* http://geojson.org/geojson-spec.html#positions
*/
@@ -108,12 +108,12 @@ declare module GeoJSON {
/***
* http://geojson.org/geojson-spec.html#coordinate-reference-system-objects
*/
export interface CoordinateReferenceSystem
export interface CoordinateReferenceSystem
{
type: string;
properties: any;
}
export interface NamedCoordinateReferenceSystem extends CoordinateReferenceSystem
{
properties: { name: string }
@@ -123,4 +123,4 @@ declare module GeoJSON {
{
properties: { href: string; type: string }
}
}
}