Skip to content

v3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tschaub tschaub released this 14 Feb 21:14

Changes:

  • Prevent OSX Safari to display distorted map (#1704)
  • Make ol.BrowserFeature appear in API docs (#1700)
  • Fix logo position in apps without Bootstrap (#1699)
  • [osx safari 7] no map resize with fullscreen control (#1698)
  • Save replay group, even if empty (#1695)
  • Use protocol relative URL in tile sources (#1694)
  • Do not load tiles while interacting (#1693)
  • Use protocol relative URL for OSM tiles (#1692)
  • Accept a style option and provide setStyle and getStyle methods (#1690)
  • Check for geometries type instead of instanceof (#1689)
  • Add new opacity property to ol.style.Image (#1688)
  • Show how to use ol.Feature#setStyleFunction in the icon example (#1686)
  • Turn off rotation because Google does not support it (#1685)
  • Changing pointer cursor in examples is broken (#1684)
  • error in ol.js (#1683)
  • better description for function typedef's params and return (#1682)
  • Fix management of line dash state (#1681)
  • Use 'input' event for HTML input range (#1679)
  • Add exports (#1678)
  • Add ol.format.XSD.read*String functions (#1677)
  • WMTS example is broken (#1675)
  • Complex vector significantly slower in ol3 than in leaflet or d3 (#1674)
  • Clarify the style function signature (#1673)
  • Render with new style after setting style (#1671)
  • Options to draw interaction are not optional (#1670)
  • Don't render feature with all countries (#1666)
  • Roy G. Biv (#1665)
  • Fix popup anchor in icon example (#1663)
  • Style options (#1661)
  • Fix the feature sent with the drawend event (#1660)
  • No enums in examples (#1659)
  • Add API stability to ol.render.IVectorContext (#1658)
  • Do not expose both renderer and renderers options (#1657)
  • Fix projection in IGC example (#1656)
  • Rename IRender to IVectorContext (#1655)
  • Add Modify Interaction (#1654)
  • Passing options to the select interaction is mandatory (#1653)
  • Ensure MultiPolygons are rendered if only one of fill and stroke are set (#1652)
  • Fix ol.structs.RBush#remove (#1651)
  • missing link in api doc (#1650)
  • Make GeometryCollection propagate change events of its geometries. (#1649)
  • Vector examples are broken (#1648)
  • Create styles only once (#1647)
  • Remove unused classes info (#1646)
  • Fix capitalisation of ol.Map in docs (#1644)
  • Rename services (#1643)
  • Fix olchanges (#1642)
  • Support parsing of kml:datetime (#1641)
  • Use projection option instead of reprojectTo (#1640)
  • KML support for Internet Explorer (#1639)
  • Rename ol.render.FeaturesOverlay to ol.FeatureOverlay (#1638)
  • Use evt.coordinate instead of evt.getCoordinate() (#1637)
  • Fix typo in text rendering (#1636)
  • Fix use of drawText in ol.render.canvas.Immediate (#1635)
  • Don't fail when no featues are found in ol.format.TopoJSON (#1633)
  • KML import error in IE9 (#1632)
  • Revisit vector source projection and reprojectTo (#1631)
  • Add task for parsing examples (#1630)
  • Assert that an element is removed in ol.structs.RBush#remove_ (#1627)
  • Add @todo stability experimental to many classes and methods (#1626)
  • Minor ol.geom.Circle clean-ups (#1624)
  • ol.interaction.DragBox.getGeometry returns non-closed polygon (#1623)
  • Fix bug in ol.geom.Circle#containsXY, thanks @vdubr (#1622)
  • Miscellaneous clean-ups (#1621)
  • Circle containsXY BUG (#1620)
  • Fix the touch interactions (#1619)
  • Use event properties in ol.interaction.Select (#1618)
  • consider exporting ol.METERS_PER_UNIT (#1617)
  • How to add "loaded" EventListener for ol.source.GeoJSON when using a URL. (#1616)
  • Port ol.interaction.Select (#1613)
  • Ensure that entire extent is visible in ol.View2D#fitExtent (#1612)
  • view.fitExtent to extent actually don't fit (#1611)
  • Stricter map defined (#1609)
  • Show ol3 logo in simple example (#1608)
  • Lets ol.style.Icon to define default values (#1607)
  • Missing Draw example (#1606)
  • Legacy IE (7-9) Compatibility (#1605)
  • Add olx.* namespaces for jsdoc (#1604)
  • KML: IconStyle without an hotspot defined breaks rendering of the icon (#1603)
  • Configurable rotation constraints (#1602)
  • Find styles defined by a StyleUrl in StyleMap (#1601)
  • Trigger a render when a control is added to the map (#1599)
  • Changing the style function doesn't redraw the layer (#1598)
  • Fix case when pixel is null in ol.Overlay#updatePixelPosition_ (#1596)
  • Hit detect circle points with no fill (#1595)
  • Export ol.Map#getCoordinateFromPixel (#1594)
  • Removing all features in a render.FeaturesOverlay (#1593)
  • Broken options links in api docs (#1592)
  • Infinite loop on icon loading (#1590)
  • Custom TMS/WMS layer (#1589)
  • Use properties, not get* methods, in events (#1588)
  • Various ol.format.XSD and ol.format.KML cleanups (#1587)
  • Add text rendering (#1586)
  • Wrong kml:dateTime parsing (#1585)
  • Clean up example data (#1584)
  • Kml cleanup (#1582)
  • how to load ol3 source code (#1581)
  • Tiled WMS broken on retina displays (#1580)
  • Remove ol.DragBoxEvent, ol.DrawEvent, ol.ObjectEvent, ol.source.VectorEvent symbols (#1578)
  • Make ol.interaction.DragAndDrop fire an 'addfeatures' event (#1577)