mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 18:14:28 +00: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`"