=============
Major feature:
- The bokeh backend now supports arbitrary geographic projections, no longer just Web Mercator ([170](https://github.com/holoviz/geoviews/pull/170))
New components:
- Added [``Graph`` element](http://holoviews.org/reference/elements/bokeh/Graph.html) to plot networks of connected nodes ([#115](https://github.com/holoviz/geoviews/pull/115))
- Added [``TriMesh`` element](http://holoviews.org/reference/elements/bokeh/TriMesh.html) and datashading operation to plot small and large irregular triangular meshes ([#115](https://github.com/holoviz/geoviews/pull/115))
- Added [``QuadMesh`` element](http://holoviews.org/reference/elements/bokeh/QuadMesh.html) and datashading operation to plot small and large, irregular rectilinear and curvilinear meshes ([#116](https://github.com/holoviz/geoviews/pull/116))
- Added [``VectorField`` element](http://holoviews.org/reference/elements/bokeh/VectorField.html) and datashading operation to plot small and large quiver plots and other collections of vectors ([#122](https://github.com/holoviz/geoviews/pull/122))
- Added [``HexTiles`` element](http://holoviews.org/reference/elements/bokeh/HexTiles.html) to plot data binned into a hexagonal grid ([#147](https://github.com/holoviz/geoviews/pull/147))
- Added [``Labels`` element](http://holoviews.org/reference/elements/bokeh/Labels.html) to plot a large number of text labels at once (as data rather than as annotations) ([#147](https://github.com/holoviz/geoviews/pull/147))
New features:
- Hover tool now supports displaying geographic coordinates as longitude and latitude ([158](https://github.com/holoviz/geoviews/pull/158))
- Added a new ``geoviews.tile_sources`` module with a predefined set of tile sources ([165](https://github.com/holoviz/geoviews/pull/165))
- Wrapped the xESMF library as a regridding and interpolation operation for rectilinear and curvilinear grids ([127](https://github.com/holoviz/geoviews/pull/127))
- HoloViews operations including ``datashade`` and ``rasterize`` now retain geographic ``crs`` coordinate system ([118](https://github.com/holoviz/geoviews/pull/118))
Enhancements:
- Overhauled documentation and added a gallery ([121](https://github.com/holoviz/geoviews/pull/121))