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

This commit is contained in:
Aurélien Baumann
2016-12-28 23:55:45 +01:00
committed by Andy
parent f56090c1a0
commit 0841c5fe2f

View File

@@ -12028,6 +12028,7 @@ declare module olx {
*/
interface GeoJSONOptions {
defaultDataProjection: ol.ProjectionLike;
featureProjection: ol.ProjectionLike;
geometryName?: string;
}