- Update LICENSE and copyright notices
- Set
planetaryjson root when using AMD
Core
- Add
stopmethod - Add
onStophooks
- Don't disable adaptive resampling on the projection
- Update version dependencies for D3 and TopoJSON
- Add D3 and TopoJSON as dependencies in
package.json
First stable release
- Fix load order of global plugins
- Expose planet instance as
thisin event callbacks
zoomplugin'sinitialScalecan be set to0
- Reverse the order of
latandlngparameters of theaddmethod of thepingsplugin
- Add
afterZoomandafterDraghooks to thezoomanddragplugins
- Implement the
dragandzoomplugins
- Convert the built-in
topojsonplugin to store data onplanet.plugins.topojson.worldinstead ofplanet.world - Convert the built-in
landandbordersplugins to read world data fromplanet.plugins.topojson.world - Remove the
strokeconfiguration option from theoceansplugin - Add the
lineWidthconfiguration option to thelandandbordersplugins - Add the
typeconfiguration option to thebordersplugin - Allow default configuration options to be passed to the
pingsplugin
- Initial pre-release version