jupytergis-core 0.10.1__py3-none-any.whl → 0.11.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.
- jupytergis_core/_version.py +1 -1
- jupytergis_core/jgis_ydoc.py +9 -0
- jupytergis_core/schema/__init__.py +1 -0
- jupytergis_core/schema/interfaces/__init__.py +1 -1
- jupytergis_core/schema/interfaces/export/__init__.py +1 -1
- jupytergis_core/schema/interfaces/export/exportGeoJson.py +1 -1
- jupytergis_core/schema/interfaces/export/exportGeoTiff.py +1 -1
- jupytergis_core/schema/interfaces/geojson.py +145 -134
- jupytergis_core/schema/interfaces/processing/__init__.py +1 -1
- jupytergis_core/schema/interfaces/processing/boundingBoxes.py +1 -1
- jupytergis_core/schema/interfaces/processing/buffer.py +1 -1
- jupytergis_core/schema/interfaces/processing/centroids.py +1 -1
- jupytergis_core/schema/interfaces/processing/concaveHull.py +1 -1
- jupytergis_core/schema/interfaces/processing/convexHull.py +1 -1
- jupytergis_core/schema/interfaces/processing/dissolve.py +1 -1
- jupytergis_core/schema/interfaces/project/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/jgis.py +21 -1
- jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/imageLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/rasterLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/stacLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/storySegmentLayer.py +44 -0
- jupytergis_core/schema/interfaces/project/layers/vectorLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py +470 -5
- jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/imageSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/markerSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/rasterSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/videoSource.py +1 -1
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +5 -5
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json +5 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig +4 -4
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.81bef68e01fc6079be77.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.dda210219d9ad86e1e84.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.ea90a64ba283577248b6.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.1f6ad99534ea85406d43.js +2 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/294.5fc61ad02851426049c0.js +8 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.28855d079a25782d0411.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.abbc95102c4ad7922738.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.4ba21c44d69bd7bb9b58.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.a64789520e563e648e15.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.01890bd351511c4a49a8.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.a4ebd32e9302cb6c9dce.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.f67c28bf17db0a6ce7f9.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f39bbf3c06f1a62a664a.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.2b7be4ca03f1b0985a34.js +8 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/99.43df5aa4900a464c8c36.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/990.1fe67e669bf8d31bc0ac.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.ce3807f873148de479ba.js +1 -0
- jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.1181005e666f657a70d5.js +1 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json +312 -6
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.11.1.dist-info}/METADATA +4 -3
- jupytergis_core-0.11.1.dist-info/RECORD +121 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js +0 -8
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +0 -2
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +0 -8
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.d4ee3ab5cce6d5530d48.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.d3fbaf84f451d24104e2.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.4cf0418b1099b497df32.js +0 -1
- jupytergis_core-0.10.1.dist-info/RECORD +0 -120
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
- /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js.LICENSE.txt → /jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.1f6ad99534ea85406d43.js.LICENSE.txt +0 -0
- /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js.LICENSE.txt → /jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/294.5fc61ad02851426049c0.js.LICENSE.txt +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
- /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js.LICENSE.txt → /jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.2b7be4ca03f1b0985a34.js.LICENSE.txt +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.11.1.dist-info}/WHEEL +0 -0
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.11.1.dist-info}/entry_points.txt +0 -0
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.11.1.dist-info}/licenses/LICENSE +0 -0
jupytergis_core/_version.py
CHANGED
jupytergis_core/jgis_ydoc.py
CHANGED
|
@@ -13,6 +13,7 @@ class YJGIS(YBaseDoc):
|
|
|
13
13
|
super().__init__(*args, **kwargs)
|
|
14
14
|
self._ydoc["layers"] = self._ylayers = Map()
|
|
15
15
|
self._ydoc["sources"] = self._ysources = Map()
|
|
16
|
+
self._ydoc["stories"] = self._ystories = Map()
|
|
16
17
|
self._ydoc["options"] = self._yoptions = Map()
|
|
17
18
|
self._ydoc["layerTree"] = self._ylayerTree = Array()
|
|
18
19
|
self._ydoc["metadata"] = self._ymetadata = Map()
|
|
@@ -28,6 +29,7 @@ class YJGIS(YBaseDoc):
|
|
|
28
29
|
"""
|
|
29
30
|
layers = self._ylayers.to_py()
|
|
30
31
|
sources = self._ysources.to_py()
|
|
32
|
+
stories_map = self._ystories.to_py()
|
|
31
33
|
options = self._yoptions.to_py()
|
|
32
34
|
meta = self._ymetadata.to_py()
|
|
33
35
|
layers_tree = self._ylayerTree.to_py()
|
|
@@ -36,6 +38,7 @@ class YJGIS(YBaseDoc):
|
|
|
36
38
|
schemaVersion=SCHEMA_VERSION,
|
|
37
39
|
layers=layers,
|
|
38
40
|
sources=sources,
|
|
41
|
+
stories=stories_map,
|
|
39
42
|
options=options,
|
|
40
43
|
layerTree=layers_tree,
|
|
41
44
|
metadata=meta,
|
|
@@ -68,6 +71,9 @@ class YJGIS(YBaseDoc):
|
|
|
68
71
|
self._ysources.clear()
|
|
69
72
|
self._ysources.update(valueDict.get("sources", {}))
|
|
70
73
|
|
|
74
|
+
self._ystories.clear()
|
|
75
|
+
self._ystories.update(valueDict.get("stories", {}))
|
|
76
|
+
|
|
71
77
|
self._yoptions.clear()
|
|
72
78
|
self._yoptions.update(valueDict.get("options", {}))
|
|
73
79
|
|
|
@@ -88,6 +94,9 @@ class YJGIS(YBaseDoc):
|
|
|
88
94
|
self._subscriptions[self._ysources] = self._ysources.observe_deep(
|
|
89
95
|
partial(callback, "sources")
|
|
90
96
|
)
|
|
97
|
+
self._subscriptions[self._ystories] = self._ystories.observe_deep(
|
|
98
|
+
partial(callback, "stories")
|
|
99
|
+
)
|
|
91
100
|
self._subscriptions[self._yoptions] = self._yoptions.observe_deep(
|
|
92
101
|
partial(callback, "options")
|
|
93
102
|
)
|
|
@@ -7,6 +7,7 @@ from .interfaces.project.layers.hillshadeLayer import IHillshadeLayer # noqa
|
|
|
7
7
|
from .interfaces.project.layers.imageLayer import IImageLayer # noqa
|
|
8
8
|
from .interfaces.project.layers.webGlLayer import IWebGlLayer # noqa
|
|
9
9
|
from .interfaces.project.layers.heatmapLayer import IHeatmapLayer # noqa
|
|
10
|
+
from .interfaces.project.layers.storySegmentLayer import IStorySegmentLayer # noqa
|
|
10
11
|
|
|
11
12
|
from .interfaces.project.sources.vectorTileSource import IVectorTileSource # noqa
|
|
12
13
|
from .interfaces.project.sources.markerSource import IMarkerSource # noqa
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: geojson.json
|
|
3
|
-
# timestamp: 2025-12-
|
|
3
|
+
# timestamp: 2025-12-18T13:58:26+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ class GeoJSON1(BaseModel):
|
|
|
20
20
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
class
|
|
23
|
+
class Type43(Enum):
|
|
24
24
|
LineString = 'LineString'
|
|
25
25
|
|
|
26
26
|
|
|
@@ -29,447 +29,458 @@ class Coordinate(RootModel[List[float]]):
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class GeoJSON2(BaseModel):
|
|
32
|
-
type:
|
|
32
|
+
type: Type43
|
|
33
33
|
coordinates: List[Coordinate] = Field(..., min_length=2)
|
|
34
34
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class Type44(Enum):
|
|
38
38
|
Polygon = 'Polygon'
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
class GeoJSON3(BaseModel):
|
|
42
|
-
type:
|
|
42
|
+
type: Type44
|
|
43
43
|
coordinates: List[List[Coordinate]]
|
|
44
44
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
class
|
|
47
|
+
class Type45(Enum):
|
|
48
48
|
MultiPoint = 'MultiPoint'
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
class GeoJSON4(BaseModel):
|
|
52
|
-
type:
|
|
52
|
+
type: Type45
|
|
53
53
|
coordinates: List[List[float]]
|
|
54
54
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
class
|
|
57
|
+
class Type46(Enum):
|
|
58
58
|
MultiLineString = 'MultiLineString'
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
class GeoJSON5(BaseModel):
|
|
62
|
-
type:
|
|
62
|
+
type: Type46
|
|
63
63
|
coordinates: List[List[Coordinate]]
|
|
64
64
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
class
|
|
67
|
+
class Type47(Enum):
|
|
68
68
|
MultiPolygon = 'MultiPolygon'
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
class GeoJSON6(BaseModel):
|
|
72
|
-
type:
|
|
72
|
+
type: Type47
|
|
73
73
|
coordinates: List[List[List[Coordinate]]]
|
|
74
74
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
class
|
|
77
|
+
class Type48(Enum):
|
|
78
78
|
GeometryCollection = 'GeometryCollection'
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
class
|
|
81
|
+
class Type49(Enum):
|
|
82
82
|
Point = 'Point'
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
class Geometries(BaseModel):
|
|
86
|
-
type:
|
|
86
|
+
type: Type49
|
|
87
87
|
coordinates: List[float] = Field(..., min_length=2)
|
|
88
88
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
89
89
|
|
|
90
90
|
|
|
91
|
-
class
|
|
91
|
+
class Type50(Enum):
|
|
92
92
|
LineString = 'LineString'
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
class
|
|
96
|
-
type:
|
|
95
|
+
class Geometries19(BaseModel):
|
|
96
|
+
type: Type50
|
|
97
97
|
coordinates: List[Coordinate] = Field(..., min_length=2)
|
|
98
98
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
99
99
|
|
|
100
100
|
|
|
101
|
-
class
|
|
101
|
+
class Type51(Enum):
|
|
102
102
|
Polygon = 'Polygon'
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
class
|
|
106
|
-
type:
|
|
105
|
+
class Geometries20(BaseModel):
|
|
106
|
+
type: Type51
|
|
107
107
|
coordinates: List[List[Coordinate]]
|
|
108
108
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
class
|
|
111
|
+
class Type52(Enum):
|
|
112
112
|
MultiPoint = 'MultiPoint'
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
class
|
|
116
|
-
type:
|
|
115
|
+
class Geometries21(BaseModel):
|
|
116
|
+
type: Type52
|
|
117
117
|
coordinates: List[List[float]]
|
|
118
118
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
class
|
|
121
|
+
class Type53(Enum):
|
|
122
122
|
MultiLineString = 'MultiLineString'
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
class
|
|
126
|
-
type:
|
|
125
|
+
class Geometries22(BaseModel):
|
|
126
|
+
type: Type53
|
|
127
127
|
coordinates: List[List[Coordinate]]
|
|
128
128
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
class
|
|
131
|
+
class Type54(Enum):
|
|
132
132
|
MultiPolygon = 'MultiPolygon'
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
class
|
|
136
|
-
type:
|
|
135
|
+
class Geometries23(BaseModel):
|
|
136
|
+
type: Type54
|
|
137
137
|
coordinates: List[List[List[Coordinate]]]
|
|
138
138
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
class GeoJSON7(BaseModel):
|
|
142
|
-
type:
|
|
142
|
+
type: Type48
|
|
143
143
|
geometries: List[
|
|
144
144
|
Union[
|
|
145
|
-
Geometries,
|
|
145
|
+
Geometries,
|
|
146
|
+
Geometries19,
|
|
147
|
+
Geometries20,
|
|
148
|
+
Geometries21,
|
|
149
|
+
Geometries22,
|
|
150
|
+
Geometries23,
|
|
146
151
|
]
|
|
147
152
|
]
|
|
148
153
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
149
154
|
|
|
150
155
|
|
|
151
|
-
class
|
|
156
|
+
class Type55(Enum):
|
|
152
157
|
Feature = 'Feature'
|
|
153
158
|
|
|
154
159
|
|
|
155
|
-
class
|
|
160
|
+
class Type56(Enum):
|
|
156
161
|
Point = 'Point'
|
|
157
162
|
|
|
158
163
|
|
|
159
164
|
class Geometry(BaseModel):
|
|
160
|
-
type:
|
|
165
|
+
type: Type56
|
|
161
166
|
coordinates: List[float] = Field(..., min_length=2)
|
|
162
167
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
163
168
|
|
|
164
169
|
|
|
165
|
-
class
|
|
170
|
+
class Type57(Enum):
|
|
166
171
|
LineString = 'LineString'
|
|
167
172
|
|
|
168
173
|
|
|
169
|
-
class
|
|
170
|
-
type:
|
|
174
|
+
class Geometry15(BaseModel):
|
|
175
|
+
type: Type57
|
|
171
176
|
coordinates: List[Coordinate] = Field(..., min_length=2)
|
|
172
177
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
173
178
|
|
|
174
179
|
|
|
175
|
-
class
|
|
180
|
+
class Type58(Enum):
|
|
176
181
|
Polygon = 'Polygon'
|
|
177
182
|
|
|
178
183
|
|
|
179
|
-
class
|
|
180
|
-
type:
|
|
184
|
+
class Geometry16(BaseModel):
|
|
185
|
+
type: Type58
|
|
181
186
|
coordinates: List[List[Coordinate]]
|
|
182
187
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
183
188
|
|
|
184
189
|
|
|
185
|
-
class
|
|
190
|
+
class Type59(Enum):
|
|
186
191
|
MultiPoint = 'MultiPoint'
|
|
187
192
|
|
|
188
193
|
|
|
189
|
-
class
|
|
190
|
-
type:
|
|
194
|
+
class Geometry17(BaseModel):
|
|
195
|
+
type: Type59
|
|
191
196
|
coordinates: List[List[float]]
|
|
192
197
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
193
198
|
|
|
194
199
|
|
|
195
|
-
class
|
|
200
|
+
class Type60(Enum):
|
|
196
201
|
MultiLineString = 'MultiLineString'
|
|
197
202
|
|
|
198
203
|
|
|
199
|
-
class
|
|
200
|
-
type:
|
|
204
|
+
class Geometry18(BaseModel):
|
|
205
|
+
type: Type60
|
|
201
206
|
coordinates: List[List[Coordinate]]
|
|
202
207
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
203
208
|
|
|
204
209
|
|
|
205
|
-
class
|
|
210
|
+
class Type61(Enum):
|
|
206
211
|
MultiPolygon = 'MultiPolygon'
|
|
207
212
|
|
|
208
213
|
|
|
209
|
-
class
|
|
210
|
-
type:
|
|
214
|
+
class Geometry19(BaseModel):
|
|
215
|
+
type: Type61
|
|
211
216
|
coordinates: List[List[List[Coordinate]]]
|
|
212
217
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
213
218
|
|
|
214
219
|
|
|
215
|
-
class
|
|
220
|
+
class Type62(Enum):
|
|
216
221
|
GeometryCollection = 'GeometryCollection'
|
|
217
222
|
|
|
218
223
|
|
|
219
|
-
class
|
|
224
|
+
class Type63(Enum):
|
|
220
225
|
Point = 'Point'
|
|
221
226
|
|
|
222
227
|
|
|
223
|
-
class
|
|
224
|
-
type:
|
|
228
|
+
class Geometries24(BaseModel):
|
|
229
|
+
type: Type63
|
|
225
230
|
coordinates: List[float] = Field(..., min_length=2)
|
|
226
231
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
227
232
|
|
|
228
233
|
|
|
229
|
-
class
|
|
234
|
+
class Type64(Enum):
|
|
230
235
|
LineString = 'LineString'
|
|
231
236
|
|
|
232
237
|
|
|
233
|
-
class
|
|
234
|
-
type:
|
|
238
|
+
class Geometries25(BaseModel):
|
|
239
|
+
type: Type64
|
|
235
240
|
coordinates: List[Coordinate] = Field(..., min_length=2)
|
|
236
241
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
237
242
|
|
|
238
243
|
|
|
239
|
-
class
|
|
244
|
+
class Type65(Enum):
|
|
240
245
|
Polygon = 'Polygon'
|
|
241
246
|
|
|
242
247
|
|
|
243
|
-
class
|
|
244
|
-
type:
|
|
248
|
+
class Geometries26(BaseModel):
|
|
249
|
+
type: Type65
|
|
245
250
|
coordinates: List[List[Coordinate]]
|
|
246
251
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
247
252
|
|
|
248
253
|
|
|
249
|
-
class
|
|
254
|
+
class Type66(Enum):
|
|
250
255
|
MultiPoint = 'MultiPoint'
|
|
251
256
|
|
|
252
257
|
|
|
253
|
-
class
|
|
254
|
-
type:
|
|
258
|
+
class Geometries27(BaseModel):
|
|
259
|
+
type: Type66
|
|
255
260
|
coordinates: List[List[float]]
|
|
256
261
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
257
262
|
|
|
258
263
|
|
|
259
|
-
class
|
|
264
|
+
class Type67(Enum):
|
|
260
265
|
MultiLineString = 'MultiLineString'
|
|
261
266
|
|
|
262
267
|
|
|
263
|
-
class
|
|
264
|
-
type:
|
|
268
|
+
class Geometries28(BaseModel):
|
|
269
|
+
type: Type67
|
|
265
270
|
coordinates: List[List[Coordinate]]
|
|
266
271
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
267
272
|
|
|
268
273
|
|
|
269
|
-
class
|
|
274
|
+
class Type68(Enum):
|
|
270
275
|
MultiPolygon = 'MultiPolygon'
|
|
271
276
|
|
|
272
277
|
|
|
273
|
-
class
|
|
274
|
-
type:
|
|
278
|
+
class Geometries29(BaseModel):
|
|
279
|
+
type: Type68
|
|
275
280
|
coordinates: List[List[List[Coordinate]]]
|
|
276
281
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
277
282
|
|
|
278
283
|
|
|
279
|
-
class
|
|
280
|
-
type:
|
|
284
|
+
class Geometry20(BaseModel):
|
|
285
|
+
type: Type62
|
|
281
286
|
geometries: List[
|
|
282
287
|
Union[
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
288
|
+
Geometries24,
|
|
289
|
+
Geometries25,
|
|
290
|
+
Geometries26,
|
|
291
|
+
Geometries27,
|
|
292
|
+
Geometries28,
|
|
293
|
+
Geometries29,
|
|
289
294
|
]
|
|
290
295
|
]
|
|
291
296
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
292
297
|
|
|
293
298
|
|
|
294
299
|
class GeoJSON8(BaseModel):
|
|
295
|
-
type:
|
|
300
|
+
type: Type55
|
|
296
301
|
id: Optional[Union[float, str]] = None
|
|
297
302
|
properties: Optional[Dict[str, Any]] = None
|
|
298
303
|
geometry: Optional[
|
|
299
304
|
Union[
|
|
300
|
-
Geometry,
|
|
305
|
+
Geometry,
|
|
306
|
+
Geometry15,
|
|
307
|
+
Geometry16,
|
|
308
|
+
Geometry17,
|
|
309
|
+
Geometry18,
|
|
310
|
+
Geometry19,
|
|
311
|
+
Geometry20,
|
|
301
312
|
]
|
|
302
313
|
] = None
|
|
303
314
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
304
315
|
|
|
305
316
|
|
|
306
|
-
class
|
|
317
|
+
class Type69(Enum):
|
|
307
318
|
FeatureCollection = 'FeatureCollection'
|
|
308
319
|
|
|
309
320
|
|
|
310
|
-
class
|
|
321
|
+
class Type70(Enum):
|
|
311
322
|
Feature = 'Feature'
|
|
312
323
|
|
|
313
324
|
|
|
314
|
-
class
|
|
325
|
+
class Type71(Enum):
|
|
315
326
|
Point = 'Point'
|
|
316
327
|
|
|
317
328
|
|
|
318
|
-
class
|
|
319
|
-
type:
|
|
329
|
+
class Geometry21(BaseModel):
|
|
330
|
+
type: Type71
|
|
320
331
|
coordinates: List[float] = Field(..., min_length=2)
|
|
321
332
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
322
333
|
|
|
323
334
|
|
|
324
|
-
class
|
|
335
|
+
class Type72(Enum):
|
|
325
336
|
LineString = 'LineString'
|
|
326
337
|
|
|
327
338
|
|
|
328
|
-
class
|
|
329
|
-
type:
|
|
339
|
+
class Geometry22(BaseModel):
|
|
340
|
+
type: Type72
|
|
330
341
|
coordinates: List[Coordinate] = Field(..., min_length=2)
|
|
331
342
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
332
343
|
|
|
333
344
|
|
|
334
|
-
class
|
|
345
|
+
class Type73(Enum):
|
|
335
346
|
Polygon = 'Polygon'
|
|
336
347
|
|
|
337
348
|
|
|
338
|
-
class
|
|
339
|
-
type:
|
|
349
|
+
class Geometry23(BaseModel):
|
|
350
|
+
type: Type73
|
|
340
351
|
coordinates: List[List[Coordinate]]
|
|
341
352
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
342
353
|
|
|
343
354
|
|
|
344
|
-
class
|
|
355
|
+
class Type74(Enum):
|
|
345
356
|
MultiPoint = 'MultiPoint'
|
|
346
357
|
|
|
347
358
|
|
|
348
|
-
class
|
|
349
|
-
type:
|
|
359
|
+
class Geometry24(BaseModel):
|
|
360
|
+
type: Type74
|
|
350
361
|
coordinates: List[List[float]]
|
|
351
362
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
352
363
|
|
|
353
364
|
|
|
354
|
-
class
|
|
365
|
+
class Type75(Enum):
|
|
355
366
|
MultiLineString = 'MultiLineString'
|
|
356
367
|
|
|
357
368
|
|
|
358
|
-
class
|
|
359
|
-
type:
|
|
369
|
+
class Geometry25(BaseModel):
|
|
370
|
+
type: Type75
|
|
360
371
|
coordinates: List[List[Coordinate]]
|
|
361
372
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
362
373
|
|
|
363
374
|
|
|
364
|
-
class
|
|
375
|
+
class Type76(Enum):
|
|
365
376
|
MultiPolygon = 'MultiPolygon'
|
|
366
377
|
|
|
367
378
|
|
|
368
|
-
class
|
|
369
|
-
type:
|
|
379
|
+
class Geometry26(BaseModel):
|
|
380
|
+
type: Type76
|
|
370
381
|
coordinates: List[List[List[Coordinate]]]
|
|
371
382
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
372
383
|
|
|
373
384
|
|
|
374
|
-
class
|
|
385
|
+
class Type77(Enum):
|
|
375
386
|
GeometryCollection = 'GeometryCollection'
|
|
376
387
|
|
|
377
388
|
|
|
378
|
-
class
|
|
389
|
+
class Type78(Enum):
|
|
379
390
|
Point = 'Point'
|
|
380
391
|
|
|
381
392
|
|
|
382
|
-
class
|
|
383
|
-
type:
|
|
393
|
+
class Geometries30(BaseModel):
|
|
394
|
+
type: Type78
|
|
384
395
|
coordinates: List[float] = Field(..., min_length=2)
|
|
385
396
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
386
397
|
|
|
387
398
|
|
|
388
|
-
class
|
|
399
|
+
class Type79(Enum):
|
|
389
400
|
LineString = 'LineString'
|
|
390
401
|
|
|
391
402
|
|
|
392
|
-
class
|
|
393
|
-
type:
|
|
403
|
+
class Geometries31(BaseModel):
|
|
404
|
+
type: Type79
|
|
394
405
|
coordinates: List[Coordinate] = Field(..., min_length=2)
|
|
395
406
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
396
407
|
|
|
397
408
|
|
|
398
|
-
class
|
|
409
|
+
class Type80(Enum):
|
|
399
410
|
Polygon = 'Polygon'
|
|
400
411
|
|
|
401
412
|
|
|
402
|
-
class
|
|
403
|
-
type:
|
|
413
|
+
class Geometries32(BaseModel):
|
|
414
|
+
type: Type80
|
|
404
415
|
coordinates: List[List[Coordinate]]
|
|
405
416
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
406
417
|
|
|
407
418
|
|
|
408
|
-
class
|
|
419
|
+
class Type81(Enum):
|
|
409
420
|
MultiPoint = 'MultiPoint'
|
|
410
421
|
|
|
411
422
|
|
|
412
|
-
class
|
|
413
|
-
type:
|
|
423
|
+
class Geometries33(BaseModel):
|
|
424
|
+
type: Type81
|
|
414
425
|
coordinates: List[List[float]]
|
|
415
426
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
416
427
|
|
|
417
428
|
|
|
418
|
-
class
|
|
429
|
+
class Type82(Enum):
|
|
419
430
|
MultiLineString = 'MultiLineString'
|
|
420
431
|
|
|
421
432
|
|
|
422
|
-
class
|
|
423
|
-
type:
|
|
433
|
+
class Geometries34(BaseModel):
|
|
434
|
+
type: Type82
|
|
424
435
|
coordinates: List[List[Coordinate]]
|
|
425
436
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
426
437
|
|
|
427
438
|
|
|
428
|
-
class
|
|
439
|
+
class Type83(Enum):
|
|
429
440
|
MultiPolygon = 'MultiPolygon'
|
|
430
441
|
|
|
431
442
|
|
|
432
|
-
class
|
|
433
|
-
type:
|
|
443
|
+
class Geometries35(BaseModel):
|
|
444
|
+
type: Type83
|
|
434
445
|
coordinates: List[List[List[Coordinate]]]
|
|
435
446
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
436
447
|
|
|
437
448
|
|
|
438
|
-
class
|
|
439
|
-
type:
|
|
449
|
+
class Geometry27(BaseModel):
|
|
450
|
+
type: Type77
|
|
440
451
|
geometries: List[
|
|
441
452
|
Union[
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
453
|
+
Geometries30,
|
|
454
|
+
Geometries31,
|
|
455
|
+
Geometries32,
|
|
456
|
+
Geometries33,
|
|
457
|
+
Geometries34,
|
|
458
|
+
Geometries35,
|
|
448
459
|
]
|
|
449
460
|
]
|
|
450
461
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
451
462
|
|
|
452
463
|
|
|
453
464
|
class Feature(BaseModel):
|
|
454
|
-
type:
|
|
465
|
+
type: Type70
|
|
455
466
|
id: Optional[Union[float, str]] = None
|
|
456
467
|
properties: Optional[Dict[str, Any]] = None
|
|
457
468
|
geometry: Optional[
|
|
458
469
|
Union[
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
470
|
+
Geometry21,
|
|
471
|
+
Geometry22,
|
|
472
|
+
Geometry23,
|
|
473
|
+
Geometry24,
|
|
474
|
+
Geometry25,
|
|
475
|
+
Geometry26,
|
|
476
|
+
Geometry27,
|
|
466
477
|
]
|
|
467
478
|
] = None
|
|
468
479
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
469
480
|
|
|
470
481
|
|
|
471
482
|
class GeoJSON9(BaseModel):
|
|
472
|
-
type:
|
|
483
|
+
type: Type69
|
|
473
484
|
features: List[Feature]
|
|
474
485
|
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
475
486
|
|