mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
openlayers: adds featureProjection to the GeoJSONOptions interface (#13566)
This commit is contained in:
1
openlayers/index.d.ts
vendored
1
openlayers/index.d.ts
vendored
@@ -12028,6 +12028,7 @@ declare module olx {
|
||||
*/
|
||||
interface GeoJSONOptions {
|
||||
defaultDataProjection: ol.ProjectionLike;
|
||||
featureProjection: ol.ProjectionLike;
|
||||
geometryName?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user