From 0841c5fe2f1d85ff62fc059d34793fee1c8416d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Baumann?= Date: Wed, 28 Dec 2016 23:55:45 +0100 Subject: [PATCH] openlayers: adds featureProjection to the GeoJSONOptions interface (#13566) --- openlayers/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/openlayers/index.d.ts b/openlayers/index.d.ts index 87881edcc1..551f8fa2eb 100644 --- a/openlayers/index.d.ts +++ b/openlayers/index.d.ts @@ -12028,6 +12028,7 @@ declare module olx { */ interface GeoJSONOptions { defaultDataProjection: ol.ProjectionLike; + featureProjection: ol.ProjectionLike; geometryName?: string; }