CubeBrowser / cube-explorer

browser based exploration of iris cubes
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Fix projections in composite plots #50

Closed philippjfr closed 8 years ago

philippjfr commented 8 years ago

Added ProjectionPlot class and subclassed OverlayPlot and LayoutPlot to make coordinate reference systems on Elements available to composite plots. Fixes issues involving wrong projection being applied in Overlays and Layouts.

jlstevens commented 8 years ago

Looks good. Happy to merge once the tests. pass.

jlstevens commented 8 years ago

Tests are passing. Merging.