mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
* make transform `ol.geom.Point` accept `ol.proj.Projection` * transform is described here: http://openlayers.org/en/v3.0.0/apidoc/ol.geom.Point.html#transform ** "Can be a string identifier or a ol.proj.Projection object." * add `setExtent` to ol.proj.Projection * setExtent is described here: http://openlayers.org/en/v3.0.0/apidoc/ol.proj.Projection.html#setExtent ** "Type `ol.Extent`"