jupytergis-lab 0.4.3__py3-none-any.whl → 0.4.4__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 (42) 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/export/__init__.py +1 -1
  4. jupytergis_lab/notebook/objects/_schema/export/exportGeojson.py +1 -1
  5. jupytergis_lab/notebook/objects/_schema/export/exportGeotiff.py +1 -1
  6. jupytergis_lab/notebook/objects/_schema/geojson.py +1 -1
  7. jupytergis_lab/notebook/objects/_schema/geojsonsource.py +1 -1
  8. jupytergis_lab/notebook/objects/_schema/processing/__init__.py +1 -1
  9. jupytergis_lab/notebook/objects/_schema/processing/buffer.py +1 -1
  10. jupytergis_lab/notebook/objects/_schema/processing/dissolve.py +1 -1
  11. jupytergis_lab/notebook/objects/_schema/project/__init__.py +1 -1
  12. jupytergis_lab/notebook/objects/_schema/project/jgis.py +1 -1
  13. jupytergis_lab/notebook/objects/_schema/project/layers/__init__.py +1 -1
  14. jupytergis_lab/notebook/objects/_schema/project/layers/heatmapLayer.py +1 -1
  15. jupytergis_lab/notebook/objects/_schema/project/layers/hillshadeLayer.py +1 -1
  16. jupytergis_lab/notebook/objects/_schema/project/layers/imageLayer.py +1 -1
  17. jupytergis_lab/notebook/objects/_schema/project/layers/rasterlayer.py +1 -1
  18. jupytergis_lab/notebook/objects/_schema/project/layers/vectorTileLayer.py +1 -1
  19. jupytergis_lab/notebook/objects/_schema/project/layers/vectorlayer.py +1 -1
  20. jupytergis_lab/notebook/objects/_schema/project/layers/webGlLayer.py +1 -1
  21. jupytergis_lab/notebook/objects/_schema/project/sources/__init__.py +1 -1
  22. jupytergis_lab/notebook/objects/_schema/project/sources/geoTiffSource.py +1 -1
  23. jupytergis_lab/notebook/objects/_schema/project/sources/imageSource.py +1 -1
  24. jupytergis_lab/notebook/objects/_schema/project/sources/rasterDemSource.py +1 -1
  25. jupytergis_lab/notebook/objects/_schema/project/sources/rastersource.py +1 -1
  26. jupytergis_lab/notebook/objects/_schema/project/sources/shapefileSource.py +1 -1
  27. jupytergis_lab/notebook/objects/_schema/project/sources/vectortilesource.py +1 -1
  28. jupytergis_lab/notebook/objects/_schema/project/sources/videoSource.py +1 -1
  29. {jupytergis_lab-0.4.3.data → jupytergis_lab-0.4.4.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json +4 -4
  30. jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.1c6c90a0cb08445648d8.js +1 -0
  31. jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.0d5125e69d7ff6400cc3.js → jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.34c2a234101e54e44f1f.js +1 -1
  32. {jupytergis_lab-0.4.3.data → jupytergis_lab-0.4.4.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json +1 -1
  33. {jupytergis_lab-0.4.3.dist-info → jupytergis_lab-0.4.4.dist-info}/METADATA +1 -1
  34. jupytergis_lab-0.4.4.dist-info/RECORD +48 -0
  35. jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.7ce50cb2a1c1d2537baa.js +0 -1
  36. jupytergis_lab-0.4.3.dist-info/RECORD +0 -48
  37. {jupytergis_lab-0.4.3.data → jupytergis_lab-0.4.4.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json +0 -0
  38. {jupytergis_lab-0.4.3.data → jupytergis_lab-0.4.4.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js +0 -0
  39. {jupytergis_lab-0.4.3.data → jupytergis_lab-0.4.4.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.febf6149ed25e4ffd72b.js +0 -0
  40. {jupytergis_lab-0.4.3.data → jupytergis_lab-0.4.4.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js +0 -0
  41. {jupytergis_lab-0.4.3.dist-info → jupytergis_lab-0.4.4.dist-info}/WHEEL +0 -0
  42. {jupytergis_lab-0.4.3.dist-info → jupytergis_lab-0.4.4.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.4.3'
4
+ __version__ = VERSION = '0.4.4'
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: export/exportGeojson.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: export/exportGeotiff.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/buffer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: processing/dissolve.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/jgis.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/heatmapLayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/layers/hillshadeLayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/layers/imageLayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/layers/rasterlayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/layers/vectorTileLayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/layers/vectorlayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/layers/webGlLayer.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: schema
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoTiffSource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/sources/imageSource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/sources/rasterDemSource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/sources/rastersource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/sources/shapefileSource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/sources/vectortilesource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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: project/sources/videoSource.json
3
- # timestamp: 2025-04-07T14:43:32+00:00
3
+ # timestamp: 2025-04-08T07:03:18+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.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "JupyterGIS Lab extension.",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@jupyter/collaborative-drive": "^3.0.0",
56
- "@jupytergis/base": "^0.4.3",
57
- "@jupytergis/schema": "^0.4.3",
56
+ "@jupytergis/base": "^0.4.4",
57
+ "@jupytergis/schema": "^0.4.4",
58
58
  "@jupyterlab/application": "^4.3.0",
59
59
  "@jupyterlab/apputils": "^4.3.0",
60
60
  "@jupyterlab/completer": "^4.3.0",
@@ -124,7 +124,7 @@
124
124
  }
125
125
  },
126
126
  "_build": {
127
- "load": "static/remoteEntry.0d5125e69d7ff6400cc3.js",
127
+ "load": "static/remoteEntry.34c2a234101e54e44f1f.js",
128
128
  "extension": "./extension",
129
129
  "style": "./style"
130
130
  }
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[]).push([[484],{484:(e,t,o)=>{o.r(t),o.d(t,{default:()=>x});var n=o(639),a=o(21),r=o(908),d=o(543),s=o(128),m=o(135),i=o(579),c=o(256),l=o(903),u=o(569),g=o(545),p=o(808),I=o(369),y=o(230),h=o(173);class M extends h.JupyterYModel{}class j extends c.Panel{constructor(e){super(),this._buildWidget=e=>{const{commands:t,model:o,externalCommands:a,tracker:r}=e,d=new n.JupyterGISPanel({model:o,commandRegistry:t});let s;o.filePath&&(s=new n.ToolbarWidget({commands:t,model:o,externalCommands:(null==a?void 0:a.getCommands())||[]})),this._jgisWidget=new n.JupyterGISOutputWidget({model:o,content:d,toolbar:s}),this.addWidget(this._jgisWidget),null==r||r.add(this._jgisWidget)};const{model:t}=e;this.addClass("jupytergis-notebook-widget"),this._buildWidget(e),t.sharedModel.changed.connect(((t,o)=>{o.stateChange&&o.stateChange.forEach((t=>{var o;"path"===t.name&&(null===(o=this.layout)||void 0===o||o.removeWidget(this._jgisWidget),this._jgisWidget.dispose(),this._buildWidget(e))}))}))}get jgisWidget(){return this._jgisWidget}}const b={id:"jupytergis:yjswidget-plugin",autoStart:!0,optional:[a.IJGISExternalCommandRegistryToken,a.IJupyterGISDocTracker,h.IJupyterYWidgetManager,l.ICollaborativeDrive],activate:(e,t,o,n,r)=>{n?n.registerWidget("@jupytergis:widget",class extends M{async initialize(t){const{path:o,format:n,contentType:d}=t,s=n;if(!r)throw(0,u.showErrorMessage)("Error using the JupyterGIS Python API","You cannot use the JupyterGIS Python API without a collaborative drive. You need to install a package providing collaboration features (e.g. jupyter-collaboration)."),new Error("Failed to create the YDoc without a collaborative drive");let m="";const i=e.shell.currentWidget;(i instanceof I.NotebookPanel||i instanceof g.ConsolePanel)&&(m=i.sessionContext.path);let c="";if(o){c=p.PathExt.join(p.PathExt.dirname(m),o);try{await e.serviceManager.contents.get(c)}catch(t){await e.serviceManager.contents.save(c,{content:btoa("{}"),format:"base64"})}}else c=p.PathExt.join(p.PathExt.dirname(m),"unsaved_project");const l=r.sharedModelFactory.createNew({path:c,format:s,contentType:d,collaborative:!0});this.jupyterGISModel=new a.JupyterGISModel({sharedModel:l}),this.jupyterGISModel.contentsManager=e.serviceManager.contents,this.jupyterGISModel.filePath=c,this.ydoc=this.jupyterGISModel.sharedModel.ydoc,this.sharedModel=new h.JupyterYDoc(t,this.ydoc)}},class{constructor(n,a){this.yModel=n,this.node=a;const r=new j({commands:e.commands,model:n.jupyterGISModel,externalCommands:t,tracker:o});this._jgisWidget=r.jgisWidget,y.MessageLoop.sendMessage(r,c.Widget.Msg.BeforeAttach),a.appendChild(r.node),y.MessageLoop.sendMessage(r,c.Widget.Msg.AfterAttach)}dispose(){this._jgisWidget.dispose()}}):console.error("Missing IJupyterYWidgetManager token!")}},C="jupytergis",x=[{id:"jupytergis:lab:main-menu",autoStart:!0,requires:[a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,a.IJGISLayerBrowserRegistryToken,m.IStateDB],optional:[s.IMainMenu,i.ITranslator,d.ICompletionProviderManager],activate:(e,t,o,a,r,d,s,m)=>{console.log("jupytergis:lab:main-menu is activated!"),s=null!=s?s:i.nullTranslator;(0,n.createDefaultLayerRegistry)(a),n.GlobalStateDbManager.getInstance().initialize(r),(0,n.addCommands)(e,t,s,o,a,r,m);const l=new c.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:n.CommandIDs.newRasterSource,args:{from:"contextMenu"}}),l.addItem({command:n.CommandIDs.newVectorSource,args:{from:"contextMenu"}}),l.addItem({command:n.CommandIDs.newGeoJSONSource,args:{from:"contextMenu"}}),l.addItem({command:n.CommandIDs.newRasterDemSource,args:{from:"contextMenu"}}),l.addItem({command:n.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:n.CommandIDs.removeSource}),e.contextMenu.addItem({selector:".jp-gis-source",rank:1,command:n.CommandIDs.renameSource}),e.contextMenu.addItem({command:n.CommandIDs.symbology,selector:".jp-gis-layerItem",rank:1}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:1}),e.contextMenu.addItem({command:n.CommandIDs.removeLayer,selector:".jp-gis-layerItem",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.renameLayer,selector:".jp-gis-layerItem",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.zoomToLayer,selector:".jp-gis-layerItem",rank:2});const u=new c.Menu({commands:e.commands});u.title.label=s.load("jupyterlab").__("Download"),u.id="jp-gis-contextmenu-download",u.addItem({command:n.CommandIDs.downloadGeoJSON}),e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:u});const g=new c.Menu({commands:e.commands});g.title.label=s.load("jupyterlab").__("Processing"),g.id="jp-gis-contextmenu-processing",g.addItem({command:n.CommandIDs.buffer}),g.addItem({command:n.CommandIDs.dissolve}),e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:g});const p=new c.Menu({commands:e.commands});p.title.label=s.load("jupyterlab").__("Move Selected Layers to Group"),p.id="jp-gis-contextmenu-movelayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:p}),e.contextMenu.opened.connect((()=>function(e,t){var o,a,r,d;if(!(null===(o=t.currentWidget)||void 0===o?void 0:o.model))return;const s=null===(a=t.currentWidget)||void 0===a?void 0:a.model,m=null!==(d=null===(r=e.menu.items.find((e=>{var t;return"submenu"===e.type&&"jp-gis-contextmenu-movelayer"===(null===(t=e.submenu)||void 0===t?void 0:t.id)})))||void 0===r?void 0:r.submenu)&&void 0!==d?d:null;if(!m)return;m.clearItems();const i=function e(t){const o=[];for(const n of t)if("string"!=typeof n&&n.layers){o.push(n.name);const t=e(n.layers);o.push(...t)}return o}(s.getLayerTree());m.addItem({command:n.CommandIDs.moveLayersToGroup,args:{label:""}}),i.forEach((e=>{m.addItem({command:n.CommandIDs.moveLayersToGroup,args:{label:e}})})),m.addItem({command:n.CommandIDs.moveLayerToNewGroup})}(e.contextMenu,t))),e.contextMenu.addItem({command:n.CommandIDs.removeGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.renameGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:2});const I=new c.Menu({commands:e.commands});I.title.label=s.load("jupyterlab").__("Add Layer"),I.id="jp-gis-contextmenu-addLayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerPanel",rank:3,submenu:I}),I.addItem({command:n.CommandIDs.newRasterLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newVectorLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newHillshadeLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newImageLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newHeatmapLayer,args:{from:"contextMenu"}}),d&&function(e,t){e.editMenu.undoers.redo.add({id:n.CommandIDs.redo,isEnabled:t}),e.editMenu.undoers.undo.add({id:n.CommandIDs.undo,isEnabled:t})}(d,(()=>null!==t.currentWidget&&t.currentWidget===e.shell.currentWidget))}},{id:"jupytergis:lab:controlpanel",autoStart:!0,requires:[r.ILayoutRestorer,a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,m.IStateDB,a.IAnnotationToken],activate:(e,t,o,a,r,d)=>{const s=new n.ControlPanelModel({tracker:o}),m=new n.LeftPanelWidget({model:s,tracker:o,state:r,commands:e.commands});m.id="jupytergis::leftControlPanel",m.title.caption="JupyterGIS Control Panel",m.title.icon=n.logoMiniIcon;const i=new n.RightPanelWidget({model:s,tracker:o,formSchemaRegistry:a,annotationModel:d});i.id="jupytergis::rightControlPanel",i.title.caption="JupyterGIS Control Panel",i.title.icon=n.logoMiniIcon,t&&(t.add(m,C),t.add(i,C)),e.shell.add(m,"left",{rank:2e3}),e.shell.add(i,"right",{rank:2e3})}},b]}}]);
@@ -1 +1 @@
1
- var _JUPYTERLAB;(()=>{"use strict";var e,r,t,a,n,o,i,u,l,s,d,f,p,c,h,v,b,g,y,m,j,w,S,k={450:(e,r,t)=>{var a={"./index":()=>t.e(484).then((()=>()=>t(484))),"./extension":()=>t.e(484).then((()=>()=>t(484))),"./style":()=>t.e(432).then((()=>()=>t(432)))},n=(e,r)=>(t.R=r,r=t.o(a,e)?a[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 a="default",n=t.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[a]=e,t.I(a,r)}};t.d(r,{get:()=>n,init:()=>o})}},E={};function P(e){var r=E[e];if(void 0!==r)return r.exports;var t=E[e]={id:e,exports:{}};return k[e](t,t.exports,P),t.exports}P.m=k,P.c=E,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:"febf6149ed25e4ffd72b",484:"7ce50cb2a1c1d2537baa"}[e]+".js?v="+{234:"c2d7ed33ae9ca2244b0d",432:"febf6149ed25e4ffd72b",484:"7ce50cb2a1c1d2537baa"}[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,a,n,o)=>{if(e[t])e[t].push(a);else{var i,u;if(void 0!==n)for(var l=document.getElementsByTagName("script"),s=0;s<l.length;s++){var d=l[s];if(d.getAttribute("src")==t||d.getAttribute("data-webpack")==r+n){i=d;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+n),i.src=t),e[t]=[a];var f=(r,a)=>{i.onerror=i.onload=null,clearTimeout(p);var n=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),n&&n.forEach((e=>e(a))),r)return r(a)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=f.bind(null,i.onerror),i.onload=f.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,a)=>{a||(a=[]);var n=r[t];if(n||(n=r[t]={}),!(a.indexOf(n)>=0)){if(a.push(n),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,a)=>{var n=o[e]=o[e]||{},u=n[r];(!u||!u.loaded&&(!a!=!u.eager?a:i>u.from))&&(n[r]={get:t,from:i,eager:!!a})},l=[];return"default"===t&&(u("@jupyter/collaborative-drive","3.1.0",(()=>P.e(234).then((()=>()=>P(234))))),u("@jupytergis/jupytergis-lab","0.4.3",(()=>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 a=t.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=t[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=t[1]?r(t[1]):[];return t[2]&&(a.length++,a.push.apply(a,r(t[2]))),t[3]&&(a.push([]),a.push.apply(a,r(t[3]))),a},a=(e,r)=>{e=t(e),r=t(r);for(var a=0;;){if(a>=e.length)return a<r.length&&"u"!=(typeof r[a])[0];var n=e[a],o=(typeof n)[0];if(a>=r.length)return"u"==o;var i=r[a],u=(typeof i)[0];if(o!=u)return"o"==o&&"n"==u||"s"==u||"u"==o;if("o"!=o&&"u"!=o&&n!=i)return n<i;a++}},n=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 a=1,o=1;o<e.length;o++)a--,t+="u"==(typeof(u=e[o]))[0]?"-":(a>0?".":"")+(a=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():n(u))}return l();function l(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var a=e[0],n=a<0;n&&(a=-a-1);for(var i=0,u=1,l=!0;;u++,i++){var s,d,f=u<e.length?(typeof e[u])[0]:"";if(i>=r.length||"o"==(d=(typeof(s=r[i]))[0]))return!l||("u"==f?u>a&&!n:""==f!=n);if("u"==d){if(!l||"u"!=f)return!1}else if(l)if(f==d)if(u<=a){if(s!=e[u])return!1}else{if(n?s>e[u]:s<e[u])return!1;s!=e[u]&&(l=!1)}else if("s"!=f&&"n"!=f){if(n||u<=a)return!1;l=!1,u--}else{if(u<=a||d<f!=n)return!1;l=!1}else"s"!=f&&"n"!=f&&(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,n)=>{var i=n?l(e[r]):e[r];return(r=Object.keys(i).reduce(((e,r)=>!o(t,r)||e&&!a(e,r)?e:r),0))&&i[r]},d=(e,r,t)=>{var n=t?l(e[r]):e[r];return Object.keys(n).reduce(((e,r)=>!e||!n[e].loaded&&a(e,r)?r:e),0)},f=(e,r,t,a)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+n(a)+")",p=(e,r,t,a,o)=>{var i=e[t];return"No satisfying version ("+n(a)+")"+(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)},b=(e,r,t)=>t?t():((e,r)=>c("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),g=(v=e=>function(r,t,a,n,o){var i=P.I(r);return i&&i.then&&!a?i.then(e.bind(e,r,P.S[r],t,!1,n,o)):e(r,P.S[r],t,a,n,o)})(((e,r,t,a,n,o)=>{if(!i(r,t))return b(e,t,o);var l=s(r,t,n,a);return l?u(l):o?o():void c(p(r,e,t,n,a))})),y=v(((e,r,t,a,n,l)=>{if(!i(r,t))return b(e,t,l);var s=d(r,t,a);return o(n,s)||h(f(r,t,s,n)),u(r[t][s])})),m={},j={128:()=>y("default","@jupyterlab/mainmenu",!1,[1,4,4,0]),135:()=>y("default","@jupyterlab/statedb",!1,[1,4,4,0]),173:()=>y("default","yjs-widgets",!1,[2,0,4]),230:()=>y("default","@lumino/messaging",!1,[1,2,0,0]),256:()=>y("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",0]),369:()=>y("default","@jupyterlab/notebook",!1,[1,4,4,0]),384:()=>y("default","@jupytergis/schema",!1,[2,0,4,3]),543:()=>y("default","@jupyterlab/completer",!1,[1,4,4,0]),545:()=>y("default","@jupyterlab/console",!1,[1,4,4,0]),569:()=>y("default","@jupyterlab/apputils",!1,[1,4,5,0]),579:()=>y("default","@jupyterlab/translation",!1,[1,4,4,0]),808:()=>y("default","@jupyterlab/coreutils",!1,[1,6,4,0]),903:()=>g("default","@jupyter/collaborative-drive",!1,[1,3,0,0],(()=>P.e(234).then((()=>()=>P(234))))),908:()=>y("default","@jupyterlab/application",!1,[1,4,4,0]),974:()=>y("default","@jupytergis/base",!1,[2,0,4,3]),262:()=>y("default","@lumino/coreutils",!1,[1,2,0,0])},w={234:[262],484:[128,135,173,230,256,369,384,543,545,569,579,808,903,908,974]},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 a=r=>{delete m[e],P.m[e]=t=>{throw delete P.c[e],r}};try{var n=j[e]();n.then?r.push(m[e]=n.then(t).catch(a)):t(n)}catch(e){a(e)}}}))},(()=>{P.b=document.baseURI||self.location.href;var e={738:0};P.f.j=(r,t)=>{var a=P.o(e,r)?e[r]:void 0;if(0!==a)if(a)t.push(a[2]);else{var n=new Promise(((t,n)=>a=e[r]=[t,n]));t.push(a[2]=n);var o=P.p+P.u(r),i=new Error;P.l(o,(t=>{if(P.o(e,r)&&(0!==(a=e[r])&&(e[r]=void 0),a)){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+n+": "+o+")",i.name="ChunkLoadError",i.type=n,i.request=o,a[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var a,n,[o,i,u]=t,l=0;if(o.some((r=>0!==e[r]))){for(a in i)P.o(i,a)&&(P.m[a]=i[a]);u&&u(P)}for(r&&r(t);l<o.length;l++)n=o[l],P.o(e,n)&&e[n]&&e[n][0](),e[n]=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,a,n,o,i,u,l,s,f,d,p,c,h,v,g,b,y,m,j,w,S,k={450:(e,r,t)=>{var a={"./index":()=>t.e(484).then((()=>()=>t(484))),"./extension":()=>t.e(484).then((()=>()=>t(484))),"./style":()=>t.e(432).then((()=>()=>t(432)))},n=(e,r)=>(t.R=r,r=t.o(a,e)?a[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 a="default",n=t.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[a]=e,t.I(a,r)}};t.d(r,{get:()=>n,init:()=>o})}},E={};function P(e){var r=E[e];if(void 0!==r)return r.exports;var t=E[e]={id:e,exports:{}};return k[e](t,t.exports,P),t.exports}P.m=k,P.c=E,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:"febf6149ed25e4ffd72b",484:"1c6c90a0cb08445648d8"}[e]+".js?v="+{234:"c2d7ed33ae9ca2244b0d",432:"febf6149ed25e4ffd72b",484:"1c6c90a0cb08445648d8"}[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,a,n,o)=>{if(e[t])e[t].push(a);else{var i,u;if(void 0!==n)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+n){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+n),i.src=t),e[t]=[a];var d=(r,a)=>{i.onerror=i.onload=null,clearTimeout(p);var n=e[t];if(delete e[t],i.parentNode&&i.parentNode.removeChild(i),n&&n.forEach((e=>e(a))),r)return r(a)},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,a)=>{a||(a=[]);var n=r[t];if(n||(n=r[t]={}),!(a.indexOf(n)>=0)){if(a.push(n),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,a)=>{var n=o[e]=o[e]||{},u=n[r];(!u||!u.loaded&&(!a!=!u.eager?a:i>u.from))&&(n[r]={get:t,from:i,eager:!!a})},l=[];return"default"===t&&(u("@jupyter/collaborative-drive","3.1.0",(()=>P.e(234).then((()=>()=>P(234))))),u("@jupytergis/jupytergis-lab","0.4.4",(()=>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 a=t.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=t[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=t[1]?r(t[1]):[];return t[2]&&(a.length++,a.push.apply(a,r(t[2]))),t[3]&&(a.push([]),a.push.apply(a,r(t[3]))),a},a=(e,r)=>{e=t(e),r=t(r);for(var a=0;;){if(a>=e.length)return a<r.length&&"u"!=(typeof r[a])[0];var n=e[a],o=(typeof n)[0];if(a>=r.length)return"u"==o;var i=r[a],u=(typeof i)[0];if(o!=u)return"o"==o&&"n"==u||"s"==u||"u"==o;if("o"!=o&&"u"!=o&&n!=i)return n<i;a++}},n=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 a=1,o=1;o<e.length;o++)a--,t+="u"==(typeof(u=e[o]))[0]?"-":(a>0?".":"")+(a=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():n(u))}return l();function l(){return i.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,r)=>{if(0 in e){r=t(r);var a=e[0],n=a<0;n&&(a=-a-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>a&&!n:""==d!=n);if("u"==f){if(!l||"u"!=d)return!1}else if(l)if(d==f)if(u<=a){if(s!=e[u])return!1}else{if(n?s>e[u]:s<e[u])return!1;s!=e[u]&&(l=!1)}else if("s"!=d&&"n"!=d){if(n||u<=a)return!1;l=!1,u--}else{if(u<=a||f<d!=n)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,n)=>{var i=n?l(e[r]):e[r];return(r=Object.keys(i).reduce(((e,r)=>!o(t,r)||e&&!a(e,r)?e:r),0))&&i[r]},f=(e,r,t)=>{var n=t?l(e[r]):e[r];return Object.keys(n).reduce(((e,r)=>!e||!n[e].loaded&&a(e,r)?r:e),0)},d=(e,r,t,a)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+n(a)+")",p=(e,r,t,a,o)=>{var i=e[t];return"No satisfying version ("+n(a)+")"+(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,a,n,o){var i=P.I(r);return i&&i.then&&!a?i.then(e.bind(e,r,P.S[r],t,!1,n,o)):e(r,P.S[r],t,a,n,o)})(((e,r,t,a,n,o)=>{if(!i(r,t))return g(e,t,o);var l=s(r,t,n,a);return l?u(l):o?o():void c(p(r,e,t,n,a))})),y=v(((e,r,t,a,n,l)=>{if(!i(r,t))return g(e,t,l);var s=f(r,t,a);return o(n,s)||h(d(r,t,s,n)),u(r[t][s])})),m={},j={21:()=>y("default","@jupytergis/schema",!1,[2,0,4,4]),128:()=>y("default","@jupyterlab/mainmenu",!1,[1,4,4,0]),135:()=>y("default","@jupyterlab/statedb",!1,[1,4,4,0]),173:()=>y("default","yjs-widgets",!1,[2,0,4]),230:()=>y("default","@lumino/messaging",!1,[1,2,0,0]),256:()=>y("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",0]),369:()=>y("default","@jupyterlab/notebook",!1,[1,4,4,0]),543:()=>y("default","@jupyterlab/completer",!1,[1,4,4,0]),545:()=>y("default","@jupyterlab/console",!1,[1,4,4,0]),569:()=>y("default","@jupyterlab/apputils",!1,[1,4,5,0]),579:()=>y("default","@jupyterlab/translation",!1,[1,4,4,0]),639:()=>y("default","@jupytergis/base",!1,[2,0,4,4]),808:()=>y("default","@jupyterlab/coreutils",!1,[1,6,4,0]),903:()=>b("default","@jupyter/collaborative-drive",!1,[1,3,0,0],(()=>P.e(234).then((()=>()=>P(234))))),908:()=>y("default","@jupyterlab/application",!1,[1,4,4,0]),262:()=>y("default","@lumino/coreutils",!1,[1,2,0,0])},w={234:[262],484:[21,128,135,173,230,256,369,543,545,569,579,639,808,903,908]},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 a=r=>{delete m[e],P.m[e]=t=>{throw delete P.c[e],r}};try{var n=j[e]();n.then?r.push(m[e]=n.then(t).catch(a)):t(n)}catch(e){a(e)}}}))},(()=>{P.b=document.baseURI||self.location.href;var e={738:0};P.f.j=(r,t)=>{var a=P.o(e,r)?e[r]:void 0;if(0!==a)if(a)t.push(a[2]);else{var n=new Promise(((t,n)=>a=e[r]=[t,n]));t.push(a[2]=n);var o=P.p+P.u(r),i=new Error;P.l(o,(t=>{if(P.o(e,r)&&(0!==(a=e[r])&&(e[r]=void 0),a)){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+n+": "+o+")",i.name="ChunkLoadError",i.type=n,i.request=o,a[1](i)}}),"chunk-"+r,r)}};var r=(r,t)=>{var a,n,[o,i,u]=t,l=0;if(o.some((r=>0!==e[r]))){for(a in i)P.o(i,a)&&(P.m[a]=i[a]);u&&u(P)}for(r&&r(t);l<o.length;l++)n=o[l],P.o(e,n)&&e[n]&&e[n][0](),e[n]=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.4.3",
11
+ "versionInfo": "0.4.4",
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.4.3
3
+ Version: 0.4.4
4
4
  Dynamic: Keywords
5
5
  Summary: JupyterGIS Lab extension.
6
6
  Project-URL: Homepage, https://github.com/geojupyter/jupytergis
@@ -0,0 +1,48 @@
1
+ jupytergis_lab/__init__.py,sha256=wxg-Y5gydrf24f68-SM3i0UcufxCXMnj7bsaj4zuyDs,541
2
+ jupytergis_lab/_version.py,sha256=506kkm53US-QAHtSnRk2hIT-X0_D43MNjeEu-ZWoMgg,171
3
+ jupytergis_lab/notebook/__init__.py,sha256=YFLWhp-9CMd5HIXVEVlFwzBiS7sZKvHUArEEz8xhP6I,46
4
+ jupytergis_lab/notebook/gis_document.py,sha256=koLVvn7deIXgFneBO_qEK_P3sht-ZkYOp5O_wf6YFE4,29223
5
+ jupytergis_lab/notebook/utils.py,sha256=x9HkieWVS35Q8HtaQHDH2AKU0lTMKQbRZDpJZ5Hfk9Y,348
6
+ jupytergis_lab/notebook/y_connector.py,sha256=KkkKDFvwY6ZWQ-1tubmiS9ib4LsmxYKS0bx0pPJoPGU,1029
7
+ jupytergis_lab/notebook/objects/__init__.py,sha256=6gVWBaDqOWLdt63wg2vPuwNnBenZ2ovit6TN16yV45s,1230
8
+ jupytergis_lab/notebook/objects/_schema/__init__.py,sha256=0Nuwv9ji8viFi5txehSvpCvi3wEVLCIM5Rgcf9A5HKU,97
9
+ jupytergis_lab/notebook/objects/_schema/geojson.py,sha256=y6bRJqp4CnpEnaQCyAAXHeCczxjonI3so8herX2KzwU,10347
10
+ jupytergis_lab/notebook/objects/_schema/geojsonsource.py,sha256=uZMcBSugGoIEGDRL7xMXKCz5JL7NgSn61TRcDVENPIM,601
11
+ jupytergis_lab/notebook/objects/_schema/export/__init__.py,sha256=0Nuwv9ji8viFi5txehSvpCvi3wEVLCIM5Rgcf9A5HKU,97
12
+ jupytergis_lab/notebook/objects/_schema/export/exportGeojson.py,sha256=uQ0uOkBwmfeM5yxW-p62LDvVDcaDAoWn9BYukfhCeYY,448
13
+ jupytergis_lab/notebook/objects/_schema/export/exportGeotiff.py,sha256=n7mVCwQjjbGruYQ2iv_0sIgtRqr7wFA_CdEu-UK5GY8,814
14
+ jupytergis_lab/notebook/objects/_schema/processing/__init__.py,sha256=0Nuwv9ji8viFi5txehSvpCvi3wEVLCIM5Rgcf9A5HKU,97
15
+ jupytergis_lab/notebook/objects/_schema/processing/buffer.py,sha256=LKkOUgtZoXU4VMdpwkuwrsNJDmTM8wo4NM7CP2b14QY,652
16
+ jupytergis_lab/notebook/objects/_schema/processing/dissolve.py,sha256=WijuzSyOsy32akV_RxuqwFSXVjWkCcHoL7R5UJw-4J8,659
17
+ jupytergis_lab/notebook/objects/_schema/project/__init__.py,sha256=0Nuwv9ji8viFi5txehSvpCvi3wEVLCIM5Rgcf9A5HKU,97
18
+ jupytergis_lab/notebook/objects/_schema/project/jgis.py,sha256=zdv8z8-Ehreb2pp_aV7U4k3wbXNKvCNR5SKjfDTe1so,3281
19
+ jupytergis_lab/notebook/objects/_schema/project/layers/__init__.py,sha256=0Nuwv9ji8viFi5txehSvpCvi3wEVLCIM5Rgcf9A5HKU,97
20
+ jupytergis_lab/notebook/objects/_schema/project/layers/heatmapLayer.py,sha256=Uf1eVwD_Uw288Gf50q6bRsqWnZiGdHYs2_vnKg65qG0,974
21
+ jupytergis_lab/notebook/objects/_schema/project/layers/hillshadeLayer.py,sha256=QFIhLrQMsQV1Dh6vRJsQ0MV3Ft1FyIrTeYEii5LCD1E,511
22
+ jupytergis_lab/notebook/objects/_schema/project/layers/imageLayer.py,sha256=CbXweaq-ScG6TWH9YPQriDFX2boQw5R2nnUAtt1rF0A,536
23
+ jupytergis_lab/notebook/objects/_schema/project/layers/rasterlayer.py,sha256=u7gOo_5skD5iSzxCgsI-D8k4Cl69q3GbkBvQbtgDA8c,538
24
+ jupytergis_lab/notebook/objects/_schema/project/layers/vectorTileLayer.py,sha256=JYzuEvACZckxTcH5_VdwopNAzaMvYyIAqJQmzoX3Dc4,836
25
+ jupytergis_lab/notebook/objects/_schema/project/layers/vectorlayer.py,sha256=0dHVGu8ACoFjeoHLPP6whxOh2dQeuKSEJ5owZBgKJxI,1608
26
+ jupytergis_lab/notebook/objects/_schema/project/layers/webGlLayer.py,sha256=R2jiuSfFqw97dbwHJfW9y9c_lBVqAEmZSmqy6mGAMvU,1569
27
+ jupytergis_lab/notebook/objects/_schema/project/sources/__init__.py,sha256=0Nuwv9ji8viFi5txehSvpCvi3wEVLCIM5Rgcf9A5HKU,97
28
+ jupytergis_lab/notebook/objects/_schema/project/sources/geoTiffSource.py,sha256=AundSUPuHMFSuItMjuzlPF-r3wnr9iSFvv5P93cl_qw,724
29
+ jupytergis_lab/notebook/objects/_schema/project/sources/imageSource.py,sha256=vipoaCUvtyYt30PHbnRKPcF42Sciw5VJpEyR6VMM_9c,797
30
+ jupytergis_lab/notebook/objects/_schema/project/sources/rasterDemSource.py,sha256=SmabjAvij0wd-hQvx-RrF6ZVwixlhXF9Q2SieBKSWWg,709
31
+ jupytergis_lab/notebook/objects/_schema/project/sources/rastersource.py,sha256=Ys2KjIfaDBWI4cDpDIj-rnSLXGuL_QHkJk3_AQjPIH4,1260
32
+ jupytergis_lab/notebook/objects/_schema/project/sources/shapefileSource.py,sha256=15qd4smN9-grsPKac85lMNS9HDo_ok7YF_3JegWnMT0,1002
33
+ jupytergis_lab/notebook/objects/_schema/project/sources/vectortilesource.py,sha256=N85AhMXqhaTt6EGL41ocNgL5ZXWDuHf1nr3nfLiK6WU,918
34
+ jupytergis_lab/notebook/objects/_schema/project/sources/videoSource.py,sha256=g2bNWdYQmTwt-JdmqtIdxX5c5jN0WR0-Vw3zDWM73kw,735
35
+ jupytergis_lab/notebook/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ jupytergis_lab/notebook/tests/test_api.py,sha256=kMBWMM2R8PbLi-usxnG9q3VFgtOD2SEAbrf2eXkOyDk,1662
37
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json,sha256=yPuqyFVLcA2FQW53UcwRLJ79pWo6AviojUcuTf30O08,4105
38
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js,sha256=wtftM66coiRLDYAUn7Z5LURKJAkNR0xn7TKRdUkwS18,349
39
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.febf6149ed25e4ffd72b.js,sha256=_r9hSe0l5P_XKwiTQd7Li9vrozNaac1PXaLgtLzuFGI,45067
40
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.1c6c90a0cb08445648d8.js,sha256=HGyQoMsIRFZI2D-11Ph-qx9SNfrwrJbYyYgZ5Wd2nn0,8096
41
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.34c2a234101e54e44f1f.js,sha256=NMKiNBAeVORPH1b0YisFkTy3ubFYa8Ku_ur0_yjiCNM,8288
42
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js,sha256=pog22wM5nCMkQO0YWJ94eDKAF1OlO1ZvCDGi_rO335U,169
43
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json,sha256=4K3gDbjC2Hya3kMuVdCyjnfwxBITcYJx-owESMsvP1o,4230
44
+ jupytergis_lab-0.4.4.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json,sha256=t_TWPC6MDZMygRm9ujZ63nap014Sb5htaW5QEOjrmgI,189
45
+ jupytergis_lab-0.4.4.dist-info/METADATA,sha256=yMZfpZgMYkAf0YSVe1KkevbNGNCPmUwrQq7pBiGnDZ8,3121
46
+ jupytergis_lab-0.4.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
47
+ jupytergis_lab-0.4.4.dist-info/licenses/LICENSE,sha256=VblFgHMsSan_kg15lNsI-YHIqUOUNXGptcoaX2yDDhU,1531
48
+ jupytergis_lab-0.4.4.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_jupytergis_jupytergis_lab=self.webpackChunk_jupytergis_jupytergis_lab||[]).push([[484],{484:(e,t,o)=>{o.r(t),o.d(t,{default:()=>x});var n=o(974),a=o(384),r=o(908),d=o(543),s=o(128),m=o(135),i=o(579),c=o(256),l=o(903),u=o(569),g=o(545),p=o(808),I=o(369),y=o(230),h=o(173);class M extends h.JupyterYModel{}class j extends c.Panel{constructor(e){super(),this._buildWidget=e=>{const{commands:t,model:o,externalCommands:a,tracker:r}=e,d=new n.JupyterGISPanel({model:o,commandRegistry:t});let s;o.filePath&&(s=new n.ToolbarWidget({commands:t,model:o,externalCommands:(null==a?void 0:a.getCommands())||[]})),this._jgisWidget=new n.JupyterGISOutputWidget({model:o,content:d,toolbar:s}),this.addWidget(this._jgisWidget),null==r||r.add(this._jgisWidget)};const{model:t}=e;this.addClass("jupytergis-notebook-widget"),this._buildWidget(e),t.sharedModel.changed.connect(((t,o)=>{o.stateChange&&o.stateChange.forEach((t=>{var o;"path"===t.name&&(null===(o=this.layout)||void 0===o||o.removeWidget(this._jgisWidget),this._jgisWidget.dispose(),this._buildWidget(e))}))}))}get jgisWidget(){return this._jgisWidget}}const b={id:"jupytergis:yjswidget-plugin",autoStart:!0,optional:[a.IJGISExternalCommandRegistryToken,a.IJupyterGISDocTracker,h.IJupyterYWidgetManager,l.ICollaborativeDrive],activate:(e,t,o,n,r)=>{n?n.registerWidget("@jupytergis:widget",class extends M{async initialize(t){const{path:o,format:n,contentType:d}=t,s=n;if(!r)throw(0,u.showErrorMessage)("Error using the JupyterGIS Python API","You cannot use the JupyterGIS Python API without a collaborative drive. You need to install a package providing collaboration features (e.g. jupyter-collaboration)."),new Error("Failed to create the YDoc without a collaborative drive");let m="";const i=e.shell.currentWidget;(i instanceof I.NotebookPanel||i instanceof g.ConsolePanel)&&(m=i.sessionContext.path);let c="";if(o){c=p.PathExt.join(p.PathExt.dirname(m),o);try{await e.serviceManager.contents.get(c)}catch(t){await e.serviceManager.contents.save(c,{content:btoa("{}"),format:"base64"})}}else c=p.PathExt.join(p.PathExt.dirname(m),"unsaved_project");const l=r.sharedModelFactory.createNew({path:c,format:s,contentType:d,collaborative:!0});this.jupyterGISModel=new a.JupyterGISModel({sharedModel:l}),this.jupyterGISModel.contentsManager=e.serviceManager.contents,this.jupyterGISModel.filePath=c,this.ydoc=this.jupyterGISModel.sharedModel.ydoc,this.sharedModel=new h.JupyterYDoc(t,this.ydoc)}},class{constructor(n,a){this.yModel=n,this.node=a;const r=new j({commands:e.commands,model:n.jupyterGISModel,externalCommands:t,tracker:o});this._jgisWidget=r.jgisWidget,y.MessageLoop.sendMessage(r,c.Widget.Msg.BeforeAttach),a.appendChild(r.node),y.MessageLoop.sendMessage(r,c.Widget.Msg.AfterAttach)}dispose(){this._jgisWidget.dispose()}}):console.error("Missing IJupyterYWidgetManager token!")}},C="jupytergis",x=[{id:"jupytergis:lab:main-menu",autoStart:!0,requires:[a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,a.IJGISLayerBrowserRegistryToken,m.IStateDB],optional:[s.IMainMenu,i.ITranslator,d.ICompletionProviderManager],activate:(e,t,o,a,r,d,s,m)=>{console.log("jupytergis:lab:main-menu is activated!"),s=null!=s?s:i.nullTranslator;(0,n.createDefaultLayerRegistry)(a),n.GlobalStateDbManager.getInstance().initialize(r),(0,n.addCommands)(e,t,s,o,a,r,m);const l=new c.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:n.CommandIDs.newRasterSource,args:{from:"contextMenu"}}),l.addItem({command:n.CommandIDs.newVectorSource,args:{from:"contextMenu"}}),l.addItem({command:n.CommandIDs.newGeoJSONSource,args:{from:"contextMenu"}}),l.addItem({command:n.CommandIDs.newRasterDemSource,args:{from:"contextMenu"}}),l.addItem({command:n.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:n.CommandIDs.removeSource}),e.contextMenu.addItem({selector:".jp-gis-source",rank:1,command:n.CommandIDs.renameSource}),e.contextMenu.addItem({command:n.CommandIDs.symbology,selector:".jp-gis-layerItem",rank:1}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:1}),e.contextMenu.addItem({command:n.CommandIDs.removeLayer,selector:".jp-gis-layerItem",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.renameLayer,selector:".jp-gis-layerItem",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.zoomToLayer,selector:".jp-gis-layerItem",rank:2});const u=new c.Menu({commands:e.commands});u.title.label=s.load("jupyterlab").__("Download"),u.id="jp-gis-contextmenu-download",u.addItem({command:n.CommandIDs.downloadGeoJSON}),e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:u});const g=new c.Menu({commands:e.commands});g.title.label=s.load("jupyterlab").__("Processing"),g.id="jp-gis-contextmenu-processing",g.addItem({command:n.CommandIDs.buffer}),g.addItem({command:n.CommandIDs.dissolve}),e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:g});const p=new c.Menu({commands:e.commands});p.title.label=s.load("jupyterlab").__("Move Selected Layers to Group"),p.id="jp-gis-contextmenu-movelayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerItem",rank:2,submenu:p}),e.contextMenu.opened.connect((()=>function(e,t){var o,a,r,d;if(!(null===(o=t.currentWidget)||void 0===o?void 0:o.model))return;const s=null===(a=t.currentWidget)||void 0===a?void 0:a.model,m=null!==(d=null===(r=e.menu.items.find((e=>{var t;return"submenu"===e.type&&"jp-gis-contextmenu-movelayer"===(null===(t=e.submenu)||void 0===t?void 0:t.id)})))||void 0===r?void 0:r.submenu)&&void 0!==d?d:null;if(!m)return;m.clearItems();const i=function e(t){const o=[];for(const n of t)if("string"!=typeof n&&n.layers){o.push(n.name);const t=e(n.layers);o.push(...t)}return o}(s.getLayerTree());m.addItem({command:n.CommandIDs.moveLayersToGroup,args:{label:""}}),i.forEach((e=>{m.addItem({command:n.CommandIDs.moveLayersToGroup,args:{label:e}})})),m.addItem({command:n.CommandIDs.moveLayerToNewGroup})}(e.contextMenu,t))),e.contextMenu.addItem({command:n.CommandIDs.removeGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.contextMenu.addItem({command:n.CommandIDs.renameGroup,selector:".jp-gis-layerGroupHeader",rank:2}),e.contextMenu.addItem({type:"separator",selector:".jp-gis-layerPanel",rank:2});const I=new c.Menu({commands:e.commands});I.title.label=s.load("jupyterlab").__("Add Layer"),I.id="jp-gis-contextmenu-addLayer",e.contextMenu.addItem({type:"submenu",selector:".jp-gis-layerPanel",rank:3,submenu:I}),I.addItem({command:n.CommandIDs.newRasterLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newVectorLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newHillshadeLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newImageLayer,args:{from:"contextMenu"}}),I.addItem({command:n.CommandIDs.newHeatmapLayer,args:{from:"contextMenu"}}),d&&function(e,t){e.editMenu.undoers.redo.add({id:n.CommandIDs.redo,isEnabled:t}),e.editMenu.undoers.undo.add({id:n.CommandIDs.undo,isEnabled:t})}(d,(()=>null!==t.currentWidget&&t.currentWidget===e.shell.currentWidget))}},{id:"jupytergis:lab:controlpanel",autoStart:!0,requires:[r.ILayoutRestorer,a.IJupyterGISDocTracker,a.IJGISFormSchemaRegistryToken,m.IStateDB,a.IAnnotationToken],activate:(e,t,o,a,r,d)=>{const s=new n.ControlPanelModel({tracker:o}),m=new n.LeftPanelWidget({model:s,tracker:o,state:r,commands:e.commands});m.id="jupytergis::leftControlPanel",m.title.caption="JupyterGIS Control Panel",m.title.icon=n.logoMiniIcon;const i=new n.RightPanelWidget({model:s,tracker:o,formSchemaRegistry:a,annotationModel:d});i.id="jupytergis::rightControlPanel",i.title.caption="JupyterGIS Control Panel",i.title.icon=n.logoMiniIcon,t&&(t.add(m,C),t.add(i,C)),e.shell.add(m,"left",{rank:2e3}),e.shell.add(i,"right",{rank:2e3})}},b]}}]);
@@ -1,48 +0,0 @@
1
- jupytergis_lab/__init__.py,sha256=wxg-Y5gydrf24f68-SM3i0UcufxCXMnj7bsaj4zuyDs,541
2
- jupytergis_lab/_version.py,sha256=FmAkpTsxIqAWQkt0wxdF1q-jK0mb_BJcRRCCWGwS1a4,171
3
- jupytergis_lab/notebook/__init__.py,sha256=YFLWhp-9CMd5HIXVEVlFwzBiS7sZKvHUArEEz8xhP6I,46
4
- jupytergis_lab/notebook/gis_document.py,sha256=koLVvn7deIXgFneBO_qEK_P3sht-ZkYOp5O_wf6YFE4,29223
5
- jupytergis_lab/notebook/utils.py,sha256=x9HkieWVS35Q8HtaQHDH2AKU0lTMKQbRZDpJZ5Hfk9Y,348
6
- jupytergis_lab/notebook/y_connector.py,sha256=KkkKDFvwY6ZWQ-1tubmiS9ib4LsmxYKS0bx0pPJoPGU,1029
7
- jupytergis_lab/notebook/objects/__init__.py,sha256=6gVWBaDqOWLdt63wg2vPuwNnBenZ2ovit6TN16yV45s,1230
8
- jupytergis_lab/notebook/objects/_schema/__init__.py,sha256=7El3MPmaV6aJNYlxCpryT_PmPy1sqvvIhR9bUD8DV9k,97
9
- jupytergis_lab/notebook/objects/_schema/geojson.py,sha256=IpJ0vtP3E5gWBO30eWUuqyOk5_x9Z1XwRtfRsTjxk7I,10347
10
- jupytergis_lab/notebook/objects/_schema/geojsonsource.py,sha256=ab2fhKld1lNGh23CS5bM5KuCAsruVSy0LTmROq4HtJI,601
11
- jupytergis_lab/notebook/objects/_schema/export/__init__.py,sha256=7El3MPmaV6aJNYlxCpryT_PmPy1sqvvIhR9bUD8DV9k,97
12
- jupytergis_lab/notebook/objects/_schema/export/exportGeojson.py,sha256=JJ1WukCb7qKTds1K4HhtrOxl1rA7Q5DB_5h-RZtJOwY,448
13
- jupytergis_lab/notebook/objects/_schema/export/exportGeotiff.py,sha256=SIUpibERFA-Jale4oiQzRj_RcmjlRm6oo5K-MmjQ5rQ,814
14
- jupytergis_lab/notebook/objects/_schema/processing/__init__.py,sha256=7El3MPmaV6aJNYlxCpryT_PmPy1sqvvIhR9bUD8DV9k,97
15
- jupytergis_lab/notebook/objects/_schema/processing/buffer.py,sha256=E45tqwC9IuswiimlWMC8jpGm_PrxdDH6s3pFPwDT1GA,652
16
- jupytergis_lab/notebook/objects/_schema/processing/dissolve.py,sha256=Y-TcRZl38QuCNOvj8Xzd45kVYl6vupn4HrFdlhnI03k,659
17
- jupytergis_lab/notebook/objects/_schema/project/__init__.py,sha256=7El3MPmaV6aJNYlxCpryT_PmPy1sqvvIhR9bUD8DV9k,97
18
- jupytergis_lab/notebook/objects/_schema/project/jgis.py,sha256=ncoawhZeGNm_7Gfojfhi2crZU072yoBjMAKqBC3rQUs,3281
19
- jupytergis_lab/notebook/objects/_schema/project/layers/__init__.py,sha256=7El3MPmaV6aJNYlxCpryT_PmPy1sqvvIhR9bUD8DV9k,97
20
- jupytergis_lab/notebook/objects/_schema/project/layers/heatmapLayer.py,sha256=cwRzCd6vuSQ1ZFX0f19m-QeL_0AeYdB3BjTEbKNXFbY,974
21
- jupytergis_lab/notebook/objects/_schema/project/layers/hillshadeLayer.py,sha256=1NDlK7XC7OJDxtEEixZZ2HFJ3o2NuV-AL6A-hWaLFVs,511
22
- jupytergis_lab/notebook/objects/_schema/project/layers/imageLayer.py,sha256=w_t2DI3pD3I4ZyjijUQ4XthPivUDNd4t3t9SKfVunU0,536
23
- jupytergis_lab/notebook/objects/_schema/project/layers/rasterlayer.py,sha256=RiJkKTmm9bDgwylRkBTm-PipyfRstySxta9YMezXip4,538
24
- jupytergis_lab/notebook/objects/_schema/project/layers/vectorTileLayer.py,sha256=OutbzsVetsgwZwfolIFZonZ5iwqnTobwuWMsdsPeU0c,836
25
- jupytergis_lab/notebook/objects/_schema/project/layers/vectorlayer.py,sha256=H2p26ggR8aRZ5G7527f7bJRcyAP16m7zUaGnBDilo38,1608
26
- jupytergis_lab/notebook/objects/_schema/project/layers/webGlLayer.py,sha256=6DIfpvMX_L7Zn0SGpPTCurb4C2Q7c5xAic5gVFcwnrU,1569
27
- jupytergis_lab/notebook/objects/_schema/project/sources/__init__.py,sha256=7El3MPmaV6aJNYlxCpryT_PmPy1sqvvIhR9bUD8DV9k,97
28
- jupytergis_lab/notebook/objects/_schema/project/sources/geoTiffSource.py,sha256=uIy3-N8l6JPe_R0FA8BS93iXNjJqcsHzWJLhaG3dolc,724
29
- jupytergis_lab/notebook/objects/_schema/project/sources/imageSource.py,sha256=RBEWoi9SQ9pmehVpc5gh9uumIdUIuEKp3MY7L9P_0sQ,797
30
- jupytergis_lab/notebook/objects/_schema/project/sources/rasterDemSource.py,sha256=s9h18_mEZXUvkUKytrrYLLCJEJQCNvwe4k-0zzOAbqY,709
31
- jupytergis_lab/notebook/objects/_schema/project/sources/rastersource.py,sha256=hZZ03u4l33GrbbyclKjeeC_-FWug-OfgIol8ZWk-eiU,1260
32
- jupytergis_lab/notebook/objects/_schema/project/sources/shapefileSource.py,sha256=_xVYZiz7iUhDg0L4zHy7dxFhGkmGn6y0sSUGyhphAWg,1002
33
- jupytergis_lab/notebook/objects/_schema/project/sources/vectortilesource.py,sha256=35nqQ809n_uoAuW4npMddc2X4fiVOSTCKRpbgv-V9Dc,918
34
- jupytergis_lab/notebook/objects/_schema/project/sources/videoSource.py,sha256=bZzkMLUFWd3UikYh0jofWJu03VunMtxaypxAhZy8CbE,735
35
- jupytergis_lab/notebook/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
- jupytergis_lab/notebook/tests/test_api.py,sha256=kMBWMM2R8PbLi-usxnG9q3VFgtOD2SEAbrf2eXkOyDk,1662
37
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json,sha256=66JE0z1P35BAH_TGik_wrlvwBLfk7QpZ9iGQEiOgb8Q,4105
38
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js,sha256=wtftM66coiRLDYAUn7Z5LURKJAkNR0xn7TKRdUkwS18,349
39
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.febf6149ed25e4ffd72b.js,sha256=_r9hSe0l5P_XKwiTQd7Li9vrozNaac1PXaLgtLzuFGI,45067
40
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.7ce50cb2a1c1d2537baa.js,sha256=fOUMsqHB0lN7qlmew9__VtmT7Yu3Qj-jyaLijFJBnOQ,8097
41
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.0d5125e69d7ff6400cc3.js,sha256=DVEl5p1_9kAMw1LLXn5hrFIte-KiodMjNWUl0f5Y7o4,8290
42
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js,sha256=pog22wM5nCMkQO0YWJ94eDKAF1OlO1ZvCDGi_rO335U,169
43
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json,sha256=bDWvPHBpwCAaPw01wLaBewX1KV9PFdiI_WemvppefgQ,4230
44
- jupytergis_lab-0.4.3.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json,sha256=t_TWPC6MDZMygRm9ujZ63nap014Sb5htaW5QEOjrmgI,189
45
- jupytergis_lab-0.4.3.dist-info/METADATA,sha256=IGq2MQ2P2b2rSnd1cDe5tauJWDWvJUdB6RyWCIFo1cQ,3121
46
- jupytergis_lab-0.4.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
47
- jupytergis_lab-0.4.3.dist-info/licenses/LICENSE,sha256=VblFgHMsSan_kg15lNsI-YHIqUOUNXGptcoaX2yDDhU,1531
48
- jupytergis_lab-0.4.3.dist-info/RECORD,,