mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+5
-5
@@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user