mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Removed unnecesery any definitions.
This commit is contained in:
4
openlayers/openlayers.d.ts
vendored
4
openlayers/openlayers.d.ts
vendored
@@ -103,13 +103,13 @@ declare module olx {
|
||||
hidpi?: boolean;
|
||||
|
||||
/** experimental The type of the remote WMS server: mapserver, geoserver or qgis. Only needed if hidpi is true. Default is undefined. */
|
||||
serverType?: any;
|
||||
serverType?: ol.source.wms.ServerType;
|
||||
|
||||
/** WMS service URL. */
|
||||
url?: string;
|
||||
|
||||
/** Logo. */
|
||||
logo?: any;
|
||||
logo?: olx.LogoOptions;
|
||||
|
||||
/** experimental Projection. */
|
||||
projection?: ol.proj.ProjectionLike;
|
||||
|
||||
Reference in New Issue
Block a user