diff --git a/CHANGELOG.md b/CHANGELOG.md index 719230b..bf74f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,6 @@ - Map: Display crosshairs when cursor is over the map ([#9](https://github.com/tylere/earthengine-jupyter/issues/9)) - Provide map view details in the Inspector's Point folder ([#5](https://github.com/tylere/earthengine-jupyter/issues/5)) - - For example: -``` -Point - Longitude: -101.440234375 -​ Latitude: 41.62751361509059 -​ Zoom Level: 4 -​​ Scale (approx. m/px): 9783.93962050256 -``` - Inspector: return "No unmasked pixels at clicked point." for layers with fully masked bands ([#2](https://github.com/tylere/earthengine-jupyter/issues/2)) @@ -29,7 +21,6 @@ Point - Similar to the Code Editor, only display the Pixels and Objects folders if the map has layers - ## 0.0.3 diff --git a/nbs/index.ipynb b/nbs/index.ipynb index e85d8bb..088fd4e 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -304,6 +304,13 @@ "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" + }, + "widgets": { + "application/vnd.jupyter.widget-state+json": { + "state": {}, + "version_major": 2, + "version_minor": 0 + } } }, "nbformat": 4,