openlayers: adds featureProjection to the GeoJSONOptions interface (#13566)

This commit is contained in:
Aurélien Baumann
2016-12-28 17:55:45 -05:00
committed by Andy
parent f56090c1a0
commit 0841c5fe2f
+1
View File
@@ -12028,6 +12028,7 @@ declare module olx {
*/
interface GeoJSONOptions {
defaultDataProjection: ol.ProjectionLike;
featureProjection: ol.ProjectionLike;
geometryName?: string;
}