mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge pull request #21074 from gasperiguillaume/master
openlayers : add showLabels parameter to GraticuleOptions interface
This commit is contained in:
Vendored
+7
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user