Removed unnecesery any definitions.

This commit is contained in:
matjos
2015-09-02 22:07:57 +02:00
parent 9f0231e58e
commit c1592cc0ad

View File

@@ -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;