jupytergis-lab 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. jupytergis_lab/_version.py +1 -1
  2. jupytergis_lab/notebook/objects/_schema/__init__.py +1 -1
  3. jupytergis_lab/notebook/objects/_schema/geoTiffSource.py +1 -1
  4. jupytergis_lab/notebook/objects/_schema/geojson.py +1 -1
  5. jupytergis_lab/notebook/objects/_schema/geojsonsource.py +1 -1
  6. jupytergis_lab/notebook/objects/_schema/hillshadeLayer.py +1 -1
  7. jupytergis_lab/notebook/objects/_schema/imageLayer.py +1 -1
  8. jupytergis_lab/notebook/objects/_schema/imageSource.py +1 -1
  9. jupytergis_lab/notebook/objects/_schema/jgis.py +1 -1
  10. jupytergis_lab/notebook/objects/_schema/rasterDemSource.py +1 -1
  11. jupytergis_lab/notebook/objects/_schema/rasterlayer.py +1 -1
  12. jupytergis_lab/notebook/objects/_schema/rastersource.py +1 -1
  13. jupytergis_lab/notebook/objects/_schema/shapefileSource.py +1 -1
  14. jupytergis_lab/notebook/objects/_schema/vectorTileLayer.py +1 -1
  15. jupytergis_lab/notebook/objects/_schema/vectorlayer.py +1 -1
  16. jupytergis_lab/notebook/objects/_schema/vectortilesource.py +1 -1
  17. jupytergis_lab/notebook/objects/_schema/videoSource.py +1 -1
  18. jupytergis_lab/notebook/objects/_schema/webGlLayer.py +1 -1
  19. {jupytergis_lab-0.2.0.data → jupytergis_lab-0.2.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json +5 -5
  20. jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.dcb8adb9ab352d9a020a.js → jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.2e0ff3a3ffb4e8547762.js +1 -1
  21. jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.eb20cd6997ba0e04fdd4.js → jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.d2db51504b645b5966c8.js +1 -1
  22. {jupytergis_lab-0.2.0.data → jupytergis_lab-0.2.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json +1 -1
  23. {jupytergis_lab-0.2.0.dist-info → jupytergis_lab-0.2.1.dist-info}/METADATA +1 -1
  24. jupytergis_lab-0.2.1.dist-info/RECORD +38 -0
  25. jupytergis_lab-0.2.0.dist-info/RECORD +0 -38
  26. {jupytergis_lab-0.2.0.data → jupytergis_lab-0.2.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json +0 -0
  27. {jupytergis_lab-0.2.0.data → jupytergis_lab-0.2.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js +0 -0
  28. {jupytergis_lab-0.2.0.data → jupytergis_lab-0.2.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.b9e4425867aaf84b8265.js +0 -0
  29. {jupytergis_lab-0.2.0.data → jupytergis_lab-0.2.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js +0 -0
  30. {jupytergis_lab-0.2.0.dist-info → jupytergis_lab-0.2.1.dist-info}/WHEEL +0 -0
  31. {jupytergis_lab-0.2.0.dist-info → jupytergis_lab-0.2.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '0.2.0'
4
+ __version__ = VERSION = '0.2.1'
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: geoTiffSource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: geojson.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: geojsonsource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: hillshadeLayer.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: imageLayer.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: imageSource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: jgis.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: rasterDemSource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: rasterlayer.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: rastersource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: shapefileSource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: vectorTileLayer.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: vectorlayer.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: vectortilesource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: videoSource.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: webGlLayer.json
3
- # timestamp: 2025-01-10T12:03:11+00:00
3
+ # timestamp: 2025-01-13T08:27:22+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-lab",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "JupyterGIS Lab extension.",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -53,9 +53,9 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@jupyter/collaborative-drive": "^3.0.0",
56
- "@jupytergis/base": "^0.2.0",
57
- "@jupytergis/jupytergis-core": "^0.2.0",
58
- "@jupytergis/schema": "^0.2.0",
56
+ "@jupytergis/base": "^0.2.1",
57
+ "@jupytergis/jupytergis-core": "^0.2.1",
58
+ "@jupytergis/schema": "^0.2.1",
59
59
  "@jupyterlab/application": "^4.3.0",
60
60
  "@jupyterlab/apputils": "^4.3.0",
61
61
  "@jupyterlab/coreutils": "^6.3.0",
@@ -124,7 +124,7 @@
124
124
  }
125
125
  },
126
126
  "_build": {
127
- "load": "static/remoteEntry.eb20cd6997ba0e04fdd4.js",
127
+ "load": "static/remoteEntry.d2db51504b645b5966c8.js",
128
128
  "extension": "./extension",
129
129
  "style": "./style"
130
130
  }
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[]).push([[484],{484:(e,o,n)=>{n.r(o),n.d(o,{default:()=>M});var t=n(521),a=n(883),r=n(161),d=n(862),s=n(589),m=n(670),c=n(458),i=n(256),l=n(903),u=n(230),g=n(677);class p extends g.JupyterYModel{}class y extends i.Panel{constructor(e){super(),this.onResize=()=>{this._jgisWidget&&u.MessageLoop.sendMessage(this._jgisWidget,i.Widget.ResizeMessage.UnknownSize)},this.addClass("jupytergis-notebook-widget"),this._jgisWidget=new t.JupyterGISPanel(e),this.addWidget(this._jgisWidget)}}const I={id:"jupytergis:yjswidget-plugin",autoStart:!0,optional:[g.IJupyterYWidgetManager,l.ICollaborativeDrive],activate:(e,o,n)=>{o?n?o.registerWidget("@jupytergis:widget",class extends p{ydocFactory(e){const{path:o,format:t,contentType:r}=e,d=t,s=n.sharedModelFactory.createNew({path:o,format:d,contentType:r,collaborative:!0});return this.jupyterGISModel=new a.JupyterGISModel({sharedModel:s}),this.jupyterGISModel.sharedModel.ydoc}},class{constructor(e,o){this.yModel=e,this.node=o;const n=new y({model:e.jupyterGISModel});u.MessageLoop.sendMessage(n,i.Widget.Msg.BeforeAttach),o.appendChild(n.node),u.MessageLoop.sendMessage(n,i.Widget.Msg.AfterAttach)}}):console.error("Cannot setup JupyterGIS Python API without a collaborative drive"):console.error("Missing IJupyterYWidgetManager token!")}},j="jupytergis",M=[{id:"jupytergis:lab:main-menu",autoStart:!0,requires:[a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,a.IJGISLayerBrowserRegistryToken,m.IStateDB],optional:[s.IMainMenu,c.ITranslator,d.ICompletionProviderManager],activate:(e,o,n,a,r,d,s,m)=>{console.log("jupytergis:lab:main-menu is activated!"),s=null!=s?s:c.nullTranslator;(0,t.createDefaultLayerRegistry)(a),t.GlobalStateDbManager.getInstance().initialize(r),(0,t.addCommands)(e,o,s,n,a,r,m);const l=new i.Menu({commands:e.commands});l.title.label=s.load("jupyterlab").__("Add Source"),l.id="jp-gis-contextmenu-addSource",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-sourcePanel",rank:3,submenu:l}),l.addItem({command:t.CommandIDs.newRasterSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newVectorSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newGeoJSONSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newRasterDemSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newImageSource,args:{from:"contextMenu"}}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-sourcePanel",rank:2}),e.contextMenu.addItem({selector:".jp-gis-source.jp-gis-sourceUnused",rank:1,command:t.CommandIDs.removeSource}),e.commands.addKeyBinding({command:t.CommandIDs.removeSource,keys:["Delete"],selector:".jp-gis-source.jp-gis-sourceUnused"}),e.contextMenu.addItem({selector:".jp-gis-source",rank:1,command:t.CommandIDs.renameSource}),e.commands.addKeyBinding({command:t.CommandIDs.renameSource,keys:["F2"],selector:".jp-gis-sourceItem"}),e.contextMenu.addItem({command:t.CommandIDs.symbology,selector:".jp-gis-layerItem",rank:1}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:1}),e.contextMenu.addItem({command:t.CommandIDs.removeLayer,selector:".jp-gis-layerItem",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.removeLayer,keys:["Delete"],selector:".jp-gis-layerItem"}),e.contextMenu.addItem({command:t.CommandIDs.renameLayer,selector:".jp-gis-layerItem",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.renameLayer,keys:["F2"],selector:".jp-gis-layerItem"});const u=new i.Menu({commands:e.commands});u.title.label=s.load("jupyterlab").__("Move Selected Layers to Group"),u.id="jp-gis-contextmenu-movelayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:u}),e.contextMenu.opened.connect((()=>function(e,o){var n,a,r,d;if(!(null===(n=o.currentWidget)||void 0===n?void 0:n.context.model))return;const s=null===(a=o.currentWidget)||void 0===a?void 0:a.context.model,m=null!==(d=null===(r=e.menu.items.find((e=>{var o;return"submenu"===e.type&&"jp-gis-contextmenu-movelayer"===(null===(o=e.submenu)||void 0===o?void 0:o.id)})))||void 0===r?void 0:r.submenu)&&void 0!==d?d:null;if(!m)return;m.clearItems();const c=function e(o){const n=[];for(const t of o)if("string"!=typeof t&&t.layers){n.push(t.name);const o=e(t.layers);n.push(...o)}return n}(s.getLayerTree());m.addItem({command:t.CommandIDs.moveLayersToGroup,args:{label:""}}),c.forEach((e=>{m.addItem({command:t.CommandIDs.moveLayersToGroup,args:{label:e}})})),m.addItem({command:t.CommandIDs.moveLayerToNewGroup})}(e.contextMenu,o))),e.contextMenu.addItem({command:t.CommandIDs.removeGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.removeGroup,keys:["Delete"],selector:".jp-gis-layerGroupHeader"}),e.contextMenu.addItem({command:t.CommandIDs.renameGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.renameGroup,keys:["F2"],selector:".jp-gis-layerGroupHeader"}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:2});const g=new i.Menu({commands:e.commands});g.title.label=s.load("jupyterlab").__("Add Layer"),g.id="jp-gis-contextmenu-addLayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerPanel",rank:3,submenu:g}),g.addItem({command:t.CommandIDs.newRasterLayer,args:{from:"contextMenu"}}),g.addItem({command:t.CommandIDs.newVectorLayer,args:{from:"contextMenu"}}),g.addItem({command:t.CommandIDs.newHillshadeLayer,args:{from:"contextMenu"}}),g.addItem({command:t.CommandIDs.newImageLayer,args:{from:"contextMenu"}}),d&&function(e,o){e.editMenu.undoers.redo.add({id:t.CommandIDs.redo,isEnabled:o}),e.editMenu.undoers.undo.add({id:t.CommandIDs.undo,isEnabled:o})}(d,(()=>null!==o.currentWidget&&o.currentWidget===e.shell.currentWidget)),e.commands.addKeyBinding({command:t.CommandIDs.executeConsole,keys:["Shift Enter"],selector:".jpgis-console .jp-CodeConsole[data-jp-interaction-mode='notebook'] .jp-CodeConsole-promptCell"}),e.commands.addKeyBinding({command:t.CommandIDs.invokeCompleter,keys:["Tab"],selector:".jpgis-console .jp-CodeConsole-promptCell .jp-mod-completer-enabled"}),e.commands.addKeyBinding({command:t.CommandIDs.selectCompleter,keys:["Enter"],selector:".jpgis-console .jp-ConsolePanel .jp-mod-completer-active"})}},{id:"jupytergis:lab:controlpanel",autoStart:!0,requires:[r.ILayoutRestorer,a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,m.IStateDB,a.IAnnotationToken],activate:(e,o,n,a,r,d)=>{const s=new t.ControlPanelModel({tracker:n}),m=new t.LeftPanelWidget({model:s,tracker:n,state:r});m.id="jupytergis::leftControlPanel",m.title.caption="JupyterGIS Control Panel",m.title.icon=t.logoMiniIcon;const c=new t.RightPanelWidget({model:s,tracker:n,formSchemaRegistry:a,annotationModel:d});c.id="jupytergis::rightControlPanel",c.title.caption="JupyterGIS Control Panel",c.title.icon=t.logoMiniIcon,o&&(o.add(m,j),o.add(c,j)),e.shell.add(m,"left",{rank:2e3}),e.shell.add(c,"right",{rank:2e3})}},I]}}]);
1
+ "use strict";(self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[]).push([[484],{484:(e,o,n)=>{n.r(o),n.d(o,{default:()=>M});var t=n(906),a=n(772),r=n(161),d=n(862),s=n(589),m=n(670),c=n(458),i=n(256),l=n(903),u=n(230),g=n(677);class p extends g.JupyterYModel{}class y extends i.Panel{constructor(e){super(),this.onResize=()=>{this._jgisWidget&&u.MessageLoop.sendMessage(this._jgisWidget,i.Widget.ResizeMessage.UnknownSize)},this.addClass("jupytergis-notebook-widget"),this._jgisWidget=new t.JupyterGISPanel(e),this.addWidget(this._jgisWidget)}}const I={id:"jupytergis:yjswidget-plugin",autoStart:!0,optional:[g.IJupyterYWidgetManager,l.ICollaborativeDrive],activate:(e,o,n)=>{o?n?o.registerWidget("@jupytergis:widget",class extends p{ydocFactory(e){const{path:o,format:t,contentType:r}=e,d=t,s=n.sharedModelFactory.createNew({path:o,format:d,contentType:r,collaborative:!0});return this.jupyterGISModel=new a.JupyterGISModel({sharedModel:s}),this.jupyterGISModel.sharedModel.ydoc}},class{constructor(e,o){this.yModel=e,this.node=o;const n=new y({model:e.jupyterGISModel});u.MessageLoop.sendMessage(n,i.Widget.Msg.BeforeAttach),o.appendChild(n.node),u.MessageLoop.sendMessage(n,i.Widget.Msg.AfterAttach)}}):console.error("Cannot setup JupyterGIS Python API without a collaborative drive"):console.error("Missing IJupyterYWidgetManager token!")}},j="jupytergis",M=[{id:"jupytergis:lab:main-menu",autoStart:!0,requires:[a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,a.IJGISLayerBrowserRegistryToken,m.IStateDB],optional:[s.IMainMenu,c.ITranslator,d.ICompletionProviderManager],activate:(e,o,n,a,r,d,s,m)=>{console.log("jupytergis:lab:main-menu is activated!"),s=null!=s?s:c.nullTranslator;(0,t.createDefaultLayerRegistry)(a),t.GlobalStateDbManager.getInstance().initialize(r),(0,t.addCommands)(e,o,s,n,a,r,m);const l=new i.Menu({commands:e.commands});l.title.label=s.load("jupyterlab").__("Add Source"),l.id="jp-gis-contextmenu-addSource",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-sourcePanel",rank:3,submenu:l}),l.addItem({command:t.CommandIDs.newRasterSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newVectorSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newGeoJSONSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newRasterDemSource,args:{from:"contextMenu"}}),l.addItem({command:t.CommandIDs.newImageSource,args:{from:"contextMenu"}}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-sourcePanel",rank:2}),e.contextMenu.addItem({selector:".jp-gis-source.jp-gis-sourceUnused",rank:1,command:t.CommandIDs.removeSource}),e.commands.addKeyBinding({command:t.CommandIDs.removeSource,keys:["Delete"],selector:".jp-gis-source.jp-gis-sourceUnused"}),e.contextMenu.addItem({selector:".jp-gis-source",rank:1,command:t.CommandIDs.renameSource}),e.commands.addKeyBinding({command:t.CommandIDs.renameSource,keys:["F2"],selector:".jp-gis-sourceItem"}),e.contextMenu.addItem({command:t.CommandIDs.symbology,selector:".jp-gis-layerItem",rank:1}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:1}),e.contextMenu.addItem({command:t.CommandIDs.removeLayer,selector:".jp-gis-layerItem",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.removeLayer,keys:["Delete"],selector:".jp-gis-layerItem"}),e.contextMenu.addItem({command:t.CommandIDs.renameLayer,selector:".jp-gis-layerItem",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.renameLayer,keys:["F2"],selector:".jp-gis-layerItem"});const u=new i.Menu({commands:e.commands});u.title.label=s.load("jupyterlab").__("Move Selected Layers to Group"),u.id="jp-gis-contextmenu-movelayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:u}),e.contextMenu.opened.connect((()=>function(e,o){var n,a,r,d;if(!(null===(n=o.currentWidget)||void 0===n?void 0:n.context.model))return;const s=null===(a=o.currentWidget)||void 0===a?void 0:a.context.model,m=null!==(d=null===(r=e.menu.items.find((e=>{var o;return"submenu"===e.type&&"jp-gis-contextmenu-movelayer"===(null===(o=e.submenu)||void 0===o?void 0:o.id)})))||void 0===r?void 0:r.submenu)&&void 0!==d?d:null;if(!m)return;m.clearItems();const c=function e(o){const n=[];for(const t of o)if("string"!=typeof t&&t.layers){n.push(t.name);const o=e(t.layers);n.push(...o)}return n}(s.getLayerTree());m.addItem({command:t.CommandIDs.moveLayersToGroup,args:{label:""}}),c.forEach((e=>{m.addItem({command:t.CommandIDs.moveLayersToGroup,args:{label:e}})})),m.addItem({command:t.CommandIDs.moveLayerToNewGroup})}(e.contextMenu,o))),e.contextMenu.addItem({command:t.CommandIDs.removeGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.removeGroup,keys:["Delete"],selector:".jp-gis-layerGroupHeader"}),e.contextMenu.addItem({command:t.CommandIDs.renameGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.commands.addKeyBinding({command:t.CommandIDs.renameGroup,keys:["F2"],selector:".jp-gis-layerGroupHeader"}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:2});const g=new i.Menu({commands:e.commands});g.title.label=s.load("jupyterlab").__("Add Layer"),g.id="jp-gis-contextmenu-addLayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerPanel",rank:3,submenu:g}),g.addItem({command:t.CommandIDs.newRasterLayer,args:{from:"contextMenu"}}),g.addItem({command:t.CommandIDs.newVectorLayer,args:{from:"contextMenu"}}),g.addItem({command:t.CommandIDs.newHillshadeLayer,args:{from:"contextMenu"}}),g.addItem({command:t.CommandIDs.newImageLayer,args:{from:"contextMenu"}}),d&&function(e,o){e.editMenu.undoers.redo.add({id:t.CommandIDs.redo,isEnabled:o}),e.editMenu.undoers.undo.add({id:t.CommandIDs.undo,isEnabled:o})}(d,(()=>null!==o.currentWidget&&o.currentWidget===e.shell.currentWidget)),e.commands.addKeyBinding({command:t.CommandIDs.executeConsole,keys:["Shift Enter"],selector:".jpgis-console .jp-CodeConsole[data-jp-interaction-mode='notebook'] .jp-CodeConsole-promptCell"}),e.commands.addKeyBinding({command:t.CommandIDs.invokeCompleter,keys:["Tab"],selector:".jpgis-console .jp-CodeConsole-promptCell .jp-mod-completer-enabled"}),e.commands.addKeyBinding({command:t.CommandIDs.selectCompleter,keys:["Enter"],selector:".jpgis-console .jp-ConsolePanel .jp-mod-completer-active"})}},{id:"jupytergis:lab:controlpanel",autoStart:!0,requires:[r.ILayoutRestorer,a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,m.IStateDB,a.IAnnotationToken],activate:(e,o,n,a,r,d)=>{const s=new t.ControlPanelModel({tracker:n}),m=new t.LeftPanelWidget({model:s,tracker:n,state:r});m.id="jupytergis::leftControlPanel",m.title.caption="JupyterGIS Control Panel",m.title.icon=t.logoMiniIcon;const c=new t.RightPanelWidget({model:s,tracker:n,formSchemaRegistry:a,annotationModel:d});c.id="jupytergis::rightControlPanel",c.title.caption="JupyterGIS Control Panel",c.title.icon=t.logoMiniIcon,o&&(o.add(m,j),o.add(c,j)),e.shell.add(m,"left",{rank:2e3}),e.shell.add(c,"right",{rank:2e3})}},I]}}]);
@@ -1 +1 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,a,o,i,u,l,s,f,d,p,c,h,v,g,b,y,m,j,w,S,E={450:(e,r,t)=>{var n={"./index":()=>t.e(484).then((()=>()=>t(484))),"./extension":()=>t.e(484).then((()=>()=>t(484))),"./style":()=>t.e(432).then((()=>()=>t(432)))},a=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),o=(e,r)=>{if(t.S){var n="default",a=t.S[n];if(a&&a!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>a,init:()=>o})}},k={};function P(e){var r=k[e];if(void 0!==r)return r.exports;var t=k[e]={id:e,exports:{}};return E[e](t,t.exports,P),t.exports}P.m=E,P.c=k,P.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return P.d(r,{a:r}),r},P.d=(e,r)=>{for(var t in r)P.o(r,t)&&!P.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},P.f={},P.e=e=>Promise.all(Object.keys(P.f).reduce(((r,t)=>(P.f[t](e,r),r)),[])),P.u=e=>e+"."+{234:"c2d7ed33ae9ca2244b0d",432:"b9e4425867aaf84b8265",484:"dcb8adb9ab352d9a020a"}[e]+".js?v="+{234:"c2d7ed33ae9ca2244b0d",432:"b9e4425867aaf84b8265",484:"dcb8adb9ab352d9a020a"}[e],P.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),P.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@jupytergis/jupytergis-lab:",P.l=(t,n,a,o)=>{if(e[t])e[t].push(n);else{var i,u;if(void 0!==a)for(var l=document.getElementsByTagName("script"),s=0;s<l.length;s++){var f=l[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+a){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,P.nc&&i.setAttribute("nonce",P.nc),i.setAttribute("data-webpack",r+a),i.src=t),e[t]=[n];var d=(r,n)=>{i.onerror=i.onload=null,clearTimeout(p);var a=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),a&&a.forEach((e=>e(n))),r)return r(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),u&&document.head.appendChild(i)}},P.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{P.S={};var e={},r={};P.I=(t,n)=>{n||(n=[]);var a=r[t];if(a||(a=r[t]={}),!(n.indexOf(a)>=0)){if(n.push(a),e[t])return e[t];P.o(P.S,t)||(P.S[t]={});var o=P.S[t],i="@jupytergis/jupytergis-lab",u=(e,r,t,n)=>{var a=o[e]=o[e]||{},u=a[r];(!u||!u.loaded&&(!n!=!u.eager?n:i>u.from))&&(a[r]={get:t,from:i,eager:!!n})},l=[];return"default"===t&&(u("@jupyter/collaborative-drive","3.1.0",(()=>P.e(234).then((()=>()=>P(234))))),u("@jupytergis/jupytergis-lab","0.2.0",(()=>P.e(484).then((()=>()=>P(484)))))),e[t]=l.length?Promise.all(l).then((()=>e[t]=1)):1}}})(),(()=>{var e;P.g.importScripts&&(e=P.g.location+"");var r=P.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var a=e[n],o=(typeof a)[0];if(n>=r.length)return"u"==o;var i=r[n],u=(typeof i)[0];if(o!=u)return"o"==o&&"n"==u||"s"==u||"u"==o;if("o"!=o&&"u"!=o&&a!=i)return a<i;n++}},a=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,o=1;o<e.length;o++)n--,t+="u"==(typeof(u=e[o]))[0]?"-":(n>0?".":"")+(n=2,u);return t}var i=[];for(o=1;o<e.length;o++){var u=e[o];i.push(0===u?"not("+l()+")":1===u?"("+l()+" || "+l()+")":2===u?i.pop()+" "+i.pop():a(u))}return l();function l(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var n=e[0],a=n<0;a&&(n=-n-1);for(var i=0,u=1,l=!0;;u++,i++){var s,f,d=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!l||("u"==d?u>n&&!a:""==d!=a);if("u"==f){if(!l||"u"!=d)return!1}else if(l)if(d==f)if(u<=n){if(s!=e[u])return!1}else{if(a?s>e[u]:s<e[u])return!1;s!=e[u]&&(l=!1)}else if("s"!=d&&"n"!=d){if(a||u<=n)return!1;l=!1,u--}else{if(u<=n||f<d!=a)return!1;l=!1}else"s"!=d&&"n"!=d&&(l=!1,u--)}}var p=[],c=p.pop.bind(p);for(i=1;i<e.length;i++){var h=e[i];p.push(1==h?c()|c():2==h?c()&c():h?o(h,r):!c())}return!!c()},i=(e,r)=>e&&P.o(e,r),u=e=>(e.loaded=1,e.get()),l=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),s=(e,r,t,a)=>{var i=a?l(e[r]):e[r];return(r=Object.keys(i).reduce(((e,r)=>!o(t,r)||e&&!n(e,r)?e:r),0))&&i[r]},f=(e,r,t)=>{var a=t?l(e[r]):e[r];return Object.keys(a).reduce(((e,r)=>!e||!a[e].loaded&&n(e,r)?r:e),0)},d=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+a(n)+")",p=(e,r,t,n,o)=>{var i=e[t];return"No satisfying version ("+a(n)+")"+(o?" for eager consumption":"")+" of shared module "+t+" found in shared scope "+r+".\nAvailable versions: "+Object.keys(i).map((e=>e+" from "+i[e].from)).join(", ")},c=e=>{throw new Error(e)},h=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},g=(e,r,t)=>t?t():((e,r)=>c("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),b=(v=e=>function(r,t,n,a,o){var i=P.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,P.S[r],t,!1,a,o)):e(r,P.S[r],t,n,a,o)})(((e,r,t,n,a,o)=>{if(!i(r,t))return g(e,t,o);var l=s(r,t,a,n);return l?u(l):o?o():void c(p(r,e,t,a,n))})),y=v(((e,r,t,n,a,l)=>{if(!i(r,t))return g(e,t,l);var s=f(r,t,n);return o(a,s)||h(d(r,t,s,a)),u(r[t][s])})),m={},j={161:()=>y("default","@jupyterlab/application",!1,[1,4,3,4]),230:()=>y("default","@lumino/messaging",!1,[1,2,0,0]),256:()=>y("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",0]),458:()=>y("default","@jupyterlab/translation",!1,[1,4,3,4]),521:()=>y("default","@jupytergis/base",!1,[2,0,2,0]),589:()=>y("default","@jupyterlab/mainmenu",!1,[1,4,3,4]),670:()=>y("default","@jupyterlab/statedb",!1,[1,4,3,4]),677:()=>y("default","yjs-widgets",!1,[2,0,3,5]),862:()=>y("default","@jupyterlab/completer",!1,[1,4,3,4]),883:()=>y("default","@jupytergis/schema",!1,[2,0,2,0]),903:()=>b("default","@jupyter/collaborative-drive",!1,[1,3,0,0],(()=>P.e(234).then((()=>()=>P(234))))),262:()=>y("default","@lumino/coreutils",!1,[1,2,0,0])},w={234:[262],484:[161,230,256,458,521,589,670,677,862,883,903]},S={},P.f.consumes=(e,r)=>{P.o(w,e)&&w[e].forEach((e=>{if(P.o(m,e))return r.push(m[e]);if(!S[e]){var t=r=>{m[e]=0,P.m[e]=t=>{delete P.c[e],t.exports=r()}};S[e]=!0;var n=r=>{delete m[e],P.m[e]=t=>{throw delete P.c[e],r}};try{var a=j[e]();a.then?r.push(m[e]=a.then(t).catch(n)):t(a)}catch(e){n(e)}}}))},(()=>{P.b=document.baseURI||self.location.href;var e={738:0};P.f.j=(r,t)=>{var n=P.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var a=new Promise(((t,a)=>n=e[r]=[t,a]));t.push(n[2]=a);var o=P.p+P.u(r),i=new Error;P.l(o,(t=>{if(P.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+a+": "+o+")",i.name="ChunkLoadError",i.type=a,i.request=o,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,a,[o,i,u]=t,l=0;if(o.some((r=>0!==e[r]))){for(n in i)P.o(i,n)&&(P.m[n]=i[n]);u&&u(P)}for(r&&r(t);l<o.length;l++)a=o[l],P.o(e,a)&&e[a]&&e[a][0](),e[a]=0},t=self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),P.nc=void 0;var _=P(450);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@jupytergis/jupytergis-lab"]=_})();
1
+ var _JUPYTERLAB;(()=>{"use strict";var e,r,t,n,a,o,i,u,l,s,f,d,p,c,h,v,g,b,y,m,j,w,S,E={450:(e,r,t)=>{var n={"./index":()=>t.e(484).then((()=>()=>t(484))),"./extension":()=>t.e(484).then((()=>()=>t(484))),"./style":()=>t.e(432).then((()=>()=>t(432)))},a=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),o=(e,r)=>{if(t.S){var n="default",a=t.S[n];if(a&&a!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[n]=e,t.I(n,r)}};t.d(r,{get:()=>a,init:()=>o})}},k={};function P(e){var r=k[e];if(void 0!==r)return r.exports;var t=k[e]={id:e,exports:{}};return E[e](t,t.exports,P),t.exports}P.m=E,P.c=k,P.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return P.d(r,{a:r}),r},P.d=(e,r)=>{for(var t in r)P.o(r,t)&&!P.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},P.f={},P.e=e=>Promise.all(Object.keys(P.f).reduce(((r,t)=>(P.f[t](e,r),r)),[])),P.u=e=>e+"."+{234:"c2d7ed33ae9ca2244b0d",432:"b9e4425867aaf84b8265",484:"2e0ff3a3ffb4e8547762"}[e]+".js?v="+{234:"c2d7ed33ae9ca2244b0d",432:"b9e4425867aaf84b8265",484:"2e0ff3a3ffb4e8547762"}[e],P.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),P.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),e={},r="@jupytergis/jupytergis-lab:",P.l=(t,n,a,o)=>{if(e[t])e[t].push(n);else{var i,u;if(void 0!==a)for(var l=document.getElementsByTagName("script"),s=0;s<l.length;s++){var f=l[s];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+a){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,P.nc&&i.setAttribute("nonce",P.nc),i.setAttribute("data-webpack",r+a),i.src=t),e[t]=[n];var d=(r,n)=>{i.onerror=i.onload=null,clearTimeout(p);var a=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),a&&a.forEach((e=>e(n))),r)return r(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),u&&document.head.appendChild(i)}},P.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{P.S={};var e={},r={};P.I=(t,n)=>{n||(n=[]);var a=r[t];if(a||(a=r[t]={}),!(n.indexOf(a)>=0)){if(n.push(a),e[t])return e[t];P.o(P.S,t)||(P.S[t]={});var o=P.S[t],i="@jupytergis/jupytergis-lab",u=(e,r,t,n)=>{var a=o[e]=o[e]||{},u=a[r];(!u||!u.loaded&&(!n!=!u.eager?n:i>u.from))&&(a[r]={get:t,from:i,eager:!!n})},l=[];return"default"===t&&(u("@jupyter/collaborative-drive","3.1.0",(()=>P.e(234).then((()=>()=>P(234))))),u("@jupytergis/jupytergis-lab","0.2.1",(()=>P.e(484).then((()=>()=>P(484)))))),e[t]=l.length?Promise.all(l).then((()=>e[t]=1)):1}}})(),(()=>{var e;P.g.importScripts&&(e=P.g.location+"");var r=P.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var n=t.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=t[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},n=(e,r)=>{e=t(e),r=t(r);for(var n=0;;){if(n>=e.length)return n<r.length&&"u"!=(typeof r[n])[0];var a=e[n],o=(typeof a)[0];if(n>=r.length)return"u"==o;var i=r[n],u=(typeof i)[0];if(o!=u)return"o"==o&&"n"==u||"s"==u||"u"==o;if("o"!=o&&"u"!=o&&a!=i)return a<i;n++}},a=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var n=1,o=1;o<e.length;o++)n--,t+="u"==(typeof(u=e[o]))[0]?"-":(n>0?".":"")+(n=2,u);return t}var i=[];for(o=1;o<e.length;o++){var u=e[o];i.push(0===u?"not("+l()+")":1===u?"("+l()+" || "+l()+")":2===u?i.pop()+" "+i.pop():a(u))}return l();function l(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var n=e[0],a=n<0;a&&(n=-n-1);for(var i=0,u=1,l=!0;;u++,i++){var s,f,d=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(f=(typeof(s=r[i]))[0]))return!l||("u"==d?u>n&&!a:""==d!=a);if("u"==f){if(!l||"u"!=d)return!1}else if(l)if(d==f)if(u<=n){if(s!=e[u])return!1}else{if(a?s>e[u]:s<e[u])return!1;s!=e[u]&&(l=!1)}else if("s"!=d&&"n"!=d){if(a||u<=n)return!1;l=!1,u--}else{if(u<=n||f<d!=a)return!1;l=!1}else"s"!=d&&"n"!=d&&(l=!1,u--)}}var p=[],c=p.pop.bind(p);for(i=1;i<e.length;i++){var h=e[i];p.push(1==h?c()|c():2==h?c()&c():h?o(h,r):!c())}return!!c()},i=(e,r)=>e&&P.o(e,r),u=e=>(e.loaded=1,e.get()),l=e=>Object.keys(e).reduce(((r,t)=>(e[t].eager&&(r[t]=e[t]),r)),{}),s=(e,r,t,a)=>{var i=a?l(e[r]):e[r];return(r=Object.keys(i).reduce(((e,r)=>!o(t,r)||e&&!n(e,r)?e:r),0))&&i[r]},f=(e,r,t)=>{var a=t?l(e[r]):e[r];return Object.keys(a).reduce(((e,r)=>!e||!a[e].loaded&&n(e,r)?r:e),0)},d=(e,r,t,n)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+a(n)+")",p=(e,r,t,n,o)=>{var i=e[t];return"No satisfying version ("+a(n)+")"+(o?" for eager consumption":"")+" of shared module "+t+" found in shared scope "+r+".\nAvailable versions: "+Object.keys(i).map((e=>e+" from "+i[e].from)).join(", ")},c=e=>{throw new Error(e)},h=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},g=(e,r,t)=>t?t():((e,r)=>c("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),b=(v=e=>function(r,t,n,a,o){var i=P.I(r);return i&&i.then&&!n?i.then(e.bind(e,r,P.S[r],t,!1,a,o)):e(r,P.S[r],t,n,a,o)})(((e,r,t,n,a,o)=>{if(!i(r,t))return g(e,t,o);var l=s(r,t,a,n);return l?u(l):o?o():void c(p(r,e,t,a,n))})),y=v(((e,r,t,n,a,l)=>{if(!i(r,t))return g(e,t,l);var s=f(r,t,n);return o(a,s)||h(d(r,t,s,a)),u(r[t][s])})),m={},j={161:()=>y("default","@jupyterlab/application",!1,[1,4,3,4]),230:()=>y("default","@lumino/messaging",!1,[1,2,0,0]),256:()=>y("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",0]),458:()=>y("default","@jupyterlab/translation",!1,[1,4,3,4]),589:()=>y("default","@jupyterlab/mainmenu",!1,[1,4,3,4]),670:()=>y("default","@jupyterlab/statedb",!1,[1,4,3,4]),677:()=>y("default","yjs-widgets",!1,[2,0,3,5]),772:()=>y("default","@jupytergis/schema",!1,[2,0,2,1]),862:()=>y("default","@jupyterlab/completer",!1,[1,4,3,4]),903:()=>b("default","@jupyter/collaborative-drive",!1,[1,3,0,0],(()=>P.e(234).then((()=>()=>P(234))))),906:()=>y("default","@jupytergis/base",!1,[2,0,2,1]),262:()=>y("default","@lumino/coreutils",!1,[1,2,0,0])},w={234:[262],484:[161,230,256,458,589,670,677,772,862,903,906]},S={},P.f.consumes=(e,r)=>{P.o(w,e)&&w[e].forEach((e=>{if(P.o(m,e))return r.push(m[e]);if(!S[e]){var t=r=>{m[e]=0,P.m[e]=t=>{delete P.c[e],t.exports=r()}};S[e]=!0;var n=r=>{delete m[e],P.m[e]=t=>{throw delete P.c[e],r}};try{var a=j[e]();a.then?r.push(m[e]=a.then(t).catch(n)):t(a)}catch(e){n(e)}}}))},(()=>{P.b=document.baseURI||self.location.href;var e={738:0};P.f.j=(r,t)=>{var n=P.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else{var a=new Promise(((t,a)=>n=e[r]=[t,a]));t.push(n[2]=a);var o=P.p+P.u(r),i=new Error;P.l(o,(t=>{if(P.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+a+": "+o+")",i.name="ChunkLoadError",i.type=a,i.request=o,n[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var n,a,[o,i,u]=t,l=0;if(o.some((r=>0!==e[r]))){for(n in i)P.o(i,n)&&(P.m[n]=i[n]);u&&u(P)}for(r&&r(t);l<o.length;l++)a=o[l],P.o(e,a)&&e[a]&&e[a][0](),e[a]=0},t=self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),P.nc=void 0;var _=P(450);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@jupytergis/jupytergis-lab"]=_})();
@@ -8,7 +8,7 @@
8
8
  },
9
9
  {
10
10
  "name": "@jupytergis/base",
11
- "versionInfo": "0.2.0",
11
+ "versionInfo": "0.2.1",
12
12
  "licenseId": "BSD-3-Clause",
13
13
  "extractedText": ""
14
14
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupytergis_lab
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Dynamic: Keywords
5
5
  Summary: JupyterGIS Lab extension.
6
6
  Project-URL: Homepage, https://github.com/geojupyter/jupytergis
@@ -0,0 +1,38 @@
1
+ jupytergis_lab/__init__.py,sha256=q60_ljcH7Grqzyz9geXHlvDe5D6tWlZ4Eytm9q4UiMM,691
2
+ jupytergis_lab/_version.py,sha256=lVzH4hSQoCJO7HfQxfO6U4vnapq0YLOe_v2oi1HqiH8,171
3
+ jupytergis_lab/notebook/__init__.py,sha256=YFLWhp-9CMd5HIXVEVlFwzBiS7sZKvHUArEEz8xhP6I,46
4
+ jupytergis_lab/notebook/gis_document.py,sha256=KF3rlT7RmzewICG9FvkIGGA2obVq1WDB3AhJNvIEpks,24032
5
+ jupytergis_lab/notebook/utils.py,sha256=rm-o4VFDz_k-cV8cSm1iGWWKCcghh8jTtrlleu20lRk,1006
6
+ jupytergis_lab/notebook/y_connector.py,sha256=5D0ctt8oojfVXCxCMLpIrDlNIrQWEoeMr4Q7jtQQQMY,944
7
+ jupytergis_lab/notebook/objects/__init__.py,sha256=U5JpTtYIgnjzk27clL0zEAXbrY619cWUJFiTV5peujg,716
8
+ jupytergis_lab/notebook/objects/_schema/__init__.py,sha256=6_ML_Dwvj0A2NHgfl597xhaW3P-SkfelGA8C2ZxSYLs,97
9
+ jupytergis_lab/notebook/objects/_schema/geoTiffSource.py,sha256=hAl5J5aSxh-u2XYJmyInR39q1N4T0TIt_5qsNPN8T0Y,583
10
+ jupytergis_lab/notebook/objects/_schema/geojson.py,sha256=AF3jWpjJA0i6iH3tSNnIJ7EV_uN-umifJJJnHkhwMiI,10347
11
+ jupytergis_lab/notebook/objects/_schema/geojsonsource.py,sha256=p4L5d2jXt1ttynUej62ZfDKGfXAS4cd_P5PcuwcvpUU,601
12
+ jupytergis_lab/notebook/objects/_schema/hillshadeLayer.py,sha256=t0i9jhDhwDXCGjM5JADx7HogegMj9vR7fh08RPHMCvo,496
13
+ jupytergis_lab/notebook/objects/_schema/imageLayer.py,sha256=GGVE84zYqzxFC0u_E7WYZEbOvAjJChKbQZMjGX9TYQA,521
14
+ jupytergis_lab/notebook/objects/_schema/imageSource.py,sha256=bcnOr5cAVbkrClGKKi4TiMyIszKq3geQnUtiBrU_fDc,644
15
+ jupytergis_lab/notebook/objects/_schema/jgis.py,sha256=JgfPgQErvOF3RLTnggx5AobEHhNCzjyc7eKYVwooIc4,3137
16
+ jupytergis_lab/notebook/objects/_schema/rasterDemSource.py,sha256=HbD64hyMyVR_D_2uUTsYxlsa2Q45dBgTmjxMJN02IPw,781
17
+ jupytergis_lab/notebook/objects/_schema/rasterlayer.py,sha256=UeWlis22dQxIDaBbNMKJ45LBvEyHBwdhkw-JmpP6BQg,523
18
+ jupytergis_lab/notebook/objects/_schema/rastersource.py,sha256=DeeTF-YJvKEqlV8tEEsD0jtMVjl8zc1FCXKr2xiwMCY,1119
19
+ jupytergis_lab/notebook/objects/_schema/shapefileSource.py,sha256=ULJVUI2oa_saRDrsMbOeo3ce66xQcKS94NJSSQScWkg,986
20
+ jupytergis_lab/notebook/objects/_schema/vectorTileLayer.py,sha256=5c1Zx8RAbKzm-d1NCUhR_-P1b4NvOOl8oGoNgR5TqRw,905
21
+ jupytergis_lab/notebook/objects/_schema/vectorlayer.py,sha256=sUY8soH6OSkdZpCtxngCB24V6qMjSg0XdXQbzmUrZew,1677
22
+ jupytergis_lab/notebook/objects/_schema/vectortilesource.py,sha256=quPQrb0e6f9WMySrxwWUbz4jTnEQuEwzNBiDCJWXl_E,902
23
+ jupytergis_lab/notebook/objects/_schema/videoSource.py,sha256=Qe6KDLyijuh4DCc-BIitExXERKMAtT3XYpgGAmARbms,719
24
+ jupytergis_lab/notebook/objects/_schema/webGlLayer.py,sha256=vH2fQ-EldQeCG-llN0ktLy8OeFQX1vMwdIaolQtBTzA,1345
25
+ jupytergis_lab/notebook/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
+ jupytergis_lab/notebook/tests/test_api.py,sha256=j9LHQ-09_4oMnxFtRB4lRMscwJGQoMpMZ9kAQUntobo,1721
27
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json,sha256=WJBuo9Iz2QM9g7kfIzyjdjsT5B8rKHSJia7Wy2_fjko,4130
28
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js,sha256=wtftM66coiRLDYAUn7Z5LURKJAkNR0xn7TKRdUkwS18,349
29
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.b9e4425867aaf84b8265.js,sha256=ueRCWGeq-EuCZV5Xa9Eht1iXwCqA8Vo3revr_ayS5dU,42705
30
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.2e0ff3a3ffb4e8547762.js,sha256=Lg_zo_-06FR3YlK6VDfEow7BEYPOfIp9f_gbQHOewFU,7029
31
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.d2db51504b645b5966c8.js,sha256=0ttRUEtkW1lmyMgNHA5acTbQaWpWBzsr7aIEbr_hzMk,8027
32
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js,sha256=pog22wM5nCMkQO0YWJ94eDKAF1OlO1ZvCDGi_rO335U,169
33
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json,sha256=0TcJKK4mt7Dwa-Uu81egiopElHUD-Zg97grNz_v88e4,4230
34
+ jupytergis_lab-0.2.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json,sha256=t_TWPC6MDZMygRm9ujZ63nap014Sb5htaW5QEOjrmgI,189
35
+ jupytergis_lab-0.2.1.dist-info/METADATA,sha256=j3uKgWfZS3XOAWqemzRUGketTwXUZJYgO_lylcHFBto,3273
36
+ jupytergis_lab-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
37
+ jupytergis_lab-0.2.1.dist-info/licenses/LICENSE,sha256=VblFgHMsSan_kg15lNsI-YHIqUOUNXGptcoaX2yDDhU,1531
38
+ jupytergis_lab-0.2.1.dist-info/RECORD,,
@@ -1,38 +0,0 @@
1
- jupytergis_lab/__init__.py,sha256=q60_ljcH7Grqzyz9geXHlvDe5D6tWlZ4Eytm9q4UiMM,691
2
- jupytergis_lab/_version.py,sha256=73xmj_rtt0boRuIZ0h5wqHItFsCNZHTC-Wa0tSeAxyY,171
3
- jupytergis_lab/notebook/__init__.py,sha256=YFLWhp-9CMd5HIXVEVlFwzBiS7sZKvHUArEEz8xhP6I,46
4
- jupytergis_lab/notebook/gis_document.py,sha256=KF3rlT7RmzewICG9FvkIGGA2obVq1WDB3AhJNvIEpks,24032
5
- jupytergis_lab/notebook/utils.py,sha256=rm-o4VFDz_k-cV8cSm1iGWWKCcghh8jTtrlleu20lRk,1006
6
- jupytergis_lab/notebook/y_connector.py,sha256=5D0ctt8oojfVXCxCMLpIrDlNIrQWEoeMr4Q7jtQQQMY,944
7
- jupytergis_lab/notebook/objects/__init__.py,sha256=U5JpTtYIgnjzk27clL0zEAXbrY619cWUJFiTV5peujg,716
8
- jupytergis_lab/notebook/objects/_schema/__init__.py,sha256=fzOfJbT7VfFqVcQgKoQ1gVhL-gvr5O1S-0DKv6rQw2E,97
9
- jupytergis_lab/notebook/objects/_schema/geoTiffSource.py,sha256=a0gnZv3K0lX7pdK9dKZ8QnfnBZBYZvKDScAq7UkDF8c,583
10
- jupytergis_lab/notebook/objects/_schema/geojson.py,sha256=kWXtffYuh7_r3n0DDQlkBU8qTdyKLrndvUzSBGLL944,10347
11
- jupytergis_lab/notebook/objects/_schema/geojsonsource.py,sha256=g2SiHS8kBFcr1knECxfdBD9WUgGAdNE05CRb-XvA1_w,601
12
- jupytergis_lab/notebook/objects/_schema/hillshadeLayer.py,sha256=9bawZa37C4FG35qTlaxGeASuYY3viXvcDk6cYUQotAQ,496
13
- jupytergis_lab/notebook/objects/_schema/imageLayer.py,sha256=lHhju_z0vAzIFhsFVALDcL7lMO_OZXvtPkt3ARkoB4M,521
14
- jupytergis_lab/notebook/objects/_schema/imageSource.py,sha256=6NadUYFhCJiHVtRNLXr0vrrrGdipGyGF9AHPSzCYvfg,644
15
- jupytergis_lab/notebook/objects/_schema/jgis.py,sha256=reKL42_upmcDJShjMFPZqVvuj9UOyyaqVMixSSaJTbM,3137
16
- jupytergis_lab/notebook/objects/_schema/rasterDemSource.py,sha256=op96W6CN0nONH0r3VaKkSyw3pD4uCBClt-HDmYqKBaQ,781
17
- jupytergis_lab/notebook/objects/_schema/rasterlayer.py,sha256=2reo89weezT8cVpqxQ2f-t_T_cyxsSdp8L6k1h2oZHM,523
18
- jupytergis_lab/notebook/objects/_schema/rastersource.py,sha256=UfhiYqeNi2llmzdWZ1RIr8TjXCnOkK2Yo4_OwxU6R50,1119
19
- jupytergis_lab/notebook/objects/_schema/shapefileSource.py,sha256=5u4sl8UvIFjPNP3D0vL3n3J2MBBB7xJwOmgaE2WQIvs,986
20
- jupytergis_lab/notebook/objects/_schema/vectorTileLayer.py,sha256=Pv53p76_P0p-iZWfuT2UWSlfX1uHDFfIBCPseFs3U4A,905
21
- jupytergis_lab/notebook/objects/_schema/vectorlayer.py,sha256=BVJQXPoIS_-eabVVmgIF3glBFOKQa0BHSvv58EkNfm8,1677
22
- jupytergis_lab/notebook/objects/_schema/vectortilesource.py,sha256=ojhY_6rNa6DS6492b4KQHWZ-JyAbnU84HrvqctuyC84,902
23
- jupytergis_lab/notebook/objects/_schema/videoSource.py,sha256=9yuzuUG8mnvQXxhCvPn3SLJLA_Lxd1Ua-arpGe7Oj3I,719
24
- jupytergis_lab/notebook/objects/_schema/webGlLayer.py,sha256=Iv5BSJuqPLpIvqTYpMV6m_9CY1CNjB98qq5-laI23Zk,1345
25
- jupytergis_lab/notebook/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- jupytergis_lab/notebook/tests/test_api.py,sha256=j9LHQ-09_4oMnxFtRB4lRMscwJGQoMpMZ9kAQUntobo,1721
27
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json,sha256=D4OBwLy9Poo7zccoC52zYYviNz9gvltCnVsFMakb8rM,4130
28
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js,sha256=wtftM66coiRLDYAUn7Z5LURKJAkNR0xn7TKRdUkwS18,349
29
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.b9e4425867aaf84b8265.js,sha256=ueRCWGeq-EuCZV5Xa9Eht1iXwCqA8Vo3revr_ayS5dU,42705
30
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.dcb8adb9ab352d9a020a.js,sha256=3Lituas1LZoCCkSUe2fq7icLOLdfCQ8OuHjQ2H6vQS4,7029
31
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.eb20cd6997ba0e04fdd4.js,sha256=6yDNaZe6DgT91GBtUZwUInATAR7jjxOy_v1zZ4VK0Ek,8027
32
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js,sha256=pog22wM5nCMkQO0YWJ94eDKAF1OlO1ZvCDGi_rO335U,169
33
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json,sha256=JTFKRewAVGewbJqbAuyknucwtg5P80kVJygGgGPYWTg,4230
34
- jupytergis_lab-0.2.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json,sha256=t_TWPC6MDZMygRm9ujZ63nap014Sb5htaW5QEOjrmgI,189
35
- jupytergis_lab-0.2.0.dist-info/METADATA,sha256=OzBrr5Kau_Dwa5ae22xTCASDWo9yVie7fS15sBofic0,3273
36
- jupytergis_lab-0.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
37
- jupytergis_lab-0.2.0.dist-info/licenses/LICENSE,sha256=VblFgHMsSan_kg15lNsI-YHIqUOUNXGptcoaX2yDDhU,1531
38
- jupytergis_lab-0.2.0.dist-info/RECORD,,