Merge pull request #21074 from gasperiguillaume/master

openlayers : add showLabels parameter to GraticuleOptions interface
This commit is contained in:
Daniel Rosenwasser
2017-11-09 12:33:02 -08:00
committed by GitHub
+7
View File
@@ -14503,6 +14503,13 @@ declare module olx {
maxLines?: number;
strokeStyle?: ol.style.Stroke;
targetSize?: number;
showLabels?: boolean;
lonLabelFormatter?: ((lon: number) => string);
latLabelFormatter?: ((lat: number) => string);
lonLabelPosition?: number;
latLabelPosition?: number;
lonLabelStyle?: ol.style.Text;
latLabelStyle?: ol.style.Text;
}