mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00: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