mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
openlayers: adds featureProjection to the GeoJSONOptions interface (#13566)
This commit is contained in:
Vendored
+1
@@ -12028,6 +12028,7 @@ declare module olx {
|
||||
*/
|
||||
interface GeoJSONOptions {
|
||||
defaultDataProjection: ol.ProjectionLike;
|
||||
featureProjection: ol.ProjectionLike;
|
||||
geometryName?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user