jupytergis-core 0.10.0__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.
Files changed (138) hide show
  1. jupytergis_core/_version.py +1 -1
  2. jupytergis_core/jgis_ydoc.py +9 -0
  3. jupytergis_core/schema/__init__.py +1 -0
  4. jupytergis_core/schema/interfaces/__init__.py +1 -1
  5. jupytergis_core/schema/interfaces/export/__init__.py +1 -1
  6. jupytergis_core/schema/interfaces/export/exportGeoJson.py +1 -1
  7. jupytergis_core/schema/interfaces/export/exportGeoTiff.py +1 -1
  8. jupytergis_core/schema/interfaces/geojson.py +145 -134
  9. jupytergis_core/schema/interfaces/processing/__init__.py +1 -1
  10. jupytergis_core/schema/interfaces/processing/boundingBoxes.py +1 -1
  11. jupytergis_core/schema/interfaces/processing/buffer.py +1 -1
  12. jupytergis_core/schema/interfaces/processing/centroids.py +1 -1
  13. jupytergis_core/schema/interfaces/processing/concaveHull.py +1 -1
  14. jupytergis_core/schema/interfaces/processing/convexHull.py +1 -1
  15. jupytergis_core/schema/interfaces/processing/dissolve.py +1 -1
  16. jupytergis_core/schema/interfaces/project/__init__.py +1 -1
  17. jupytergis_core/schema/interfaces/project/jgis.py +21 -1
  18. jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
  19. jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +1 -1
  20. jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +1 -1
  21. jupytergis_core/schema/interfaces/project/layers/imageLayer.py +1 -1
  22. jupytergis_core/schema/interfaces/project/layers/rasterLayer.py +1 -1
  23. jupytergis_core/schema/interfaces/project/layers/stacLayer.py +1 -1
  24. jupytergis_core/schema/interfaces/project/layers/storySegmentLayer.py +44 -0
  25. jupytergis_core/schema/interfaces/project/layers/vectorLayer.py +1 -1
  26. jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +1 -1
  27. jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +1 -1
  28. jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
  29. jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py +470 -5
  30. jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py +1 -1
  31. jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +1 -1
  32. jupytergis_core/schema/interfaces/project/sources/imageSource.py +1 -1
  33. jupytergis_core/schema/interfaces/project/sources/markerSource.py +1 -1
  34. jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +1 -1
  35. jupytergis_core/schema/interfaces/project/sources/rasterSource.py +1 -1
  36. jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +1 -1
  37. jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py +1 -1
  38. jupytergis_core/schema/interfaces/project/sources/videoSource.py +1 -1
  39. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +5 -5
  40. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json +5 -0
  41. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig +4 -4
  42. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.81bef68e01fc6079be77.js +1 -0
  43. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.dda210219d9ad86e1e84.js +1 -0
  44. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.ea90a64ba283577248b6.js +1 -0
  45. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.1f6ad99534ea85406d43.js +2 -0
  46. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/294.5fc61ad02851426049c0.js +8 -0
  47. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.28855d079a25782d0411.js +1 -0
  48. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.abbc95102c4ad7922738.js +1 -0
  49. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.4ba21c44d69bd7bb9b58.js +1 -0
  50. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.a64789520e563e648e15.js +1 -0
  51. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.01890bd351511c4a49a8.js +1 -0
  52. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.a4ebd32e9302cb6c9dce.js +1 -0
  53. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.f67c28bf17db0a6ce7f9.js +1 -0
  54. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f39bbf3c06f1a62a664a.js +1 -0
  55. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.2b7be4ca03f1b0985a34.js +8 -0
  56. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/99.43df5aa4900a464c8c36.js +1 -0
  57. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/990.1fe67e669bf8d31bc0ac.js +1 -0
  58. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.ce3807f873148de479ba.js +1 -0
  59. jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.1181005e666f657a70d5.js +1 -0
  60. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json +312 -6
  61. {jupytergis_core-0.10.0.dist-info → jupytergis_core-0.11.1.dist-info}/METADATA +4 -3
  62. jupytergis_core-0.11.1.dist-info/RECORD +121 -0
  63. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js +0 -1
  64. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js +0 -1
  65. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -1
  66. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.a749c8a61c81e7156744.js +0 -8
  67. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +0 -2
  68. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js +0 -1
  69. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js +0 -1
  70. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js +0 -1
  71. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js +0 -1
  72. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js +0 -1
  73. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js +0 -1
  74. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +0 -1
  75. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js +0 -1
  76. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js +0 -1
  77. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +0 -8
  78. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.3862770905b6ec887529.js +0 -1
  79. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.9dbbbf18ad1725320b95.js +0 -1
  80. jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.2bb7bef2a307eb614492.js +0 -1
  81. jupytergis_core-0.10.0.dist-info/RECORD +0 -120
  82. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
  83. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
  84. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
  85. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
  86. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
  87. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
  88. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
  89. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
  90. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
  91. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
  92. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
  93. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
  94. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
  95. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
  96. /jupytergis_core-0.10.0.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
  97. /jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.a749c8a61c81e7156744.js.LICENSE.txt → /jupytergis_core-0.11.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/294.5fc61ad02851426049c0.js.LICENSE.txt +0 -0
  98. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
  99. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
  100. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
  101. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
  102. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
  103. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
  104. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
  105. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
  106. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
  107. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
  108. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
  109. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
  110. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
  111. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
  112. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
  113. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
  114. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
  115. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
  116. /jupytergis_core-0.10.0.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
  117. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
  118. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
  119. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
  120. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
  121. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
  122. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
  123. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
  124. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
  125. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
  126. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
  127. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
  128. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
  129. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
  130. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
  131. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
  132. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
  133. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
  134. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
  135. {jupytergis_core-0.10.0.data → jupytergis_core-0.11.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
  136. {jupytergis_core-0.10.0.dist-info → jupytergis_core-0.11.1.dist-info}/WHEEL +0 -0
  137. {jupytergis_core-0.10.0.dist-info → jupytergis_core-0.11.1.dist-info}/entry_points.txt +0 -0
  138. {jupytergis_core-0.10.0.dist-info → jupytergis_core-0.11.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '0.10.0'
4
+ __version__ = VERSION = '0.11.1'
@@ -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,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-12-04T18:14:52+00:00
3
+ # timestamp: 2025-12-18T13:58:26+00:00
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-12-04T18:14:52+00:00
3
+ # timestamp: 2025-12-18T13:58:26+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: export/exportGeoJson.json
3
- # timestamp: 2025-12-04T18:14:52+00:00
3
+ # timestamp: 2025-12-18T13:58:26+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-12-04T18:14:52+00:00
3
+ # timestamp: 2025-12-18T13:58:26+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-12-04T18:14:52+00:00
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 Type1(Enum):
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: Type1
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 Type2(Enum):
37
+ class Type44(Enum):
38
38
  Polygon = 'Polygon'
39
39
 
40
40
 
41
41
  class GeoJSON3(BaseModel):
42
- type: Type2
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 Type3(Enum):
47
+ class Type45(Enum):
48
48
  MultiPoint = 'MultiPoint'
49
49
 
50
50
 
51
51
  class GeoJSON4(BaseModel):
52
- type: Type3
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 Type4(Enum):
57
+ class Type46(Enum):
58
58
  MultiLineString = 'MultiLineString'
59
59
 
60
60
 
61
61
  class GeoJSON5(BaseModel):
62
- type: Type4
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 Type5(Enum):
67
+ class Type47(Enum):
68
68
  MultiPolygon = 'MultiPolygon'
69
69
 
70
70
 
71
71
  class GeoJSON6(BaseModel):
72
- type: Type5
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 Type6(Enum):
77
+ class Type48(Enum):
78
78
  GeometryCollection = 'GeometryCollection'
79
79
 
80
80
 
81
- class Type7(Enum):
81
+ class Type49(Enum):
82
82
  Point = 'Point'
83
83
 
84
84
 
85
85
  class Geometries(BaseModel):
86
- type: Type7
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 Type8(Enum):
91
+ class Type50(Enum):
92
92
  LineString = 'LineString'
93
93
 
94
94
 
95
- class Geometries1(BaseModel):
96
- type: Type8
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 Type9(Enum):
101
+ class Type51(Enum):
102
102
  Polygon = 'Polygon'
103
103
 
104
104
 
105
- class Geometries2(BaseModel):
106
- type: Type9
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 Type10(Enum):
111
+ class Type52(Enum):
112
112
  MultiPoint = 'MultiPoint'
113
113
 
114
114
 
115
- class Geometries3(BaseModel):
116
- type: Type10
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 Type11(Enum):
121
+ class Type53(Enum):
122
122
  MultiLineString = 'MultiLineString'
123
123
 
124
124
 
125
- class Geometries4(BaseModel):
126
- type: Type11
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 Type12(Enum):
131
+ class Type54(Enum):
132
132
  MultiPolygon = 'MultiPolygon'
133
133
 
134
134
 
135
- class Geometries5(BaseModel):
136
- type: Type12
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: Type6
142
+ type: Type48
143
143
  geometries: List[
144
144
  Union[
145
- Geometries, Geometries1, Geometries2, Geometries3, Geometries4, Geometries5
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 Type13(Enum):
156
+ class Type55(Enum):
152
157
  Feature = 'Feature'
153
158
 
154
159
 
155
- class Type14(Enum):
160
+ class Type56(Enum):
156
161
  Point = 'Point'
157
162
 
158
163
 
159
164
  class Geometry(BaseModel):
160
- type: Type14
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 Type15(Enum):
170
+ class Type57(Enum):
166
171
  LineString = 'LineString'
167
172
 
168
173
 
169
- class Geometry1(BaseModel):
170
- type: Type15
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 Type16(Enum):
180
+ class Type58(Enum):
176
181
  Polygon = 'Polygon'
177
182
 
178
183
 
179
- class Geometry2(BaseModel):
180
- type: Type16
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 Type17(Enum):
190
+ class Type59(Enum):
186
191
  MultiPoint = 'MultiPoint'
187
192
 
188
193
 
189
- class Geometry3(BaseModel):
190
- type: Type17
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 Type18(Enum):
200
+ class Type60(Enum):
196
201
  MultiLineString = 'MultiLineString'
197
202
 
198
203
 
199
- class Geometry4(BaseModel):
200
- type: Type18
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 Type19(Enum):
210
+ class Type61(Enum):
206
211
  MultiPolygon = 'MultiPolygon'
207
212
 
208
213
 
209
- class Geometry5(BaseModel):
210
- type: Type19
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 Type20(Enum):
220
+ class Type62(Enum):
216
221
  GeometryCollection = 'GeometryCollection'
217
222
 
218
223
 
219
- class Type21(Enum):
224
+ class Type63(Enum):
220
225
  Point = 'Point'
221
226
 
222
227
 
223
- class Geometries6(BaseModel):
224
- type: Type21
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 Type22(Enum):
234
+ class Type64(Enum):
230
235
  LineString = 'LineString'
231
236
 
232
237
 
233
- class Geometries7(BaseModel):
234
- type: Type22
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 Type23(Enum):
244
+ class Type65(Enum):
240
245
  Polygon = 'Polygon'
241
246
 
242
247
 
243
- class Geometries8(BaseModel):
244
- type: Type23
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 Type24(Enum):
254
+ class Type66(Enum):
250
255
  MultiPoint = 'MultiPoint'
251
256
 
252
257
 
253
- class Geometries9(BaseModel):
254
- type: Type24
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 Type25(Enum):
264
+ class Type67(Enum):
260
265
  MultiLineString = 'MultiLineString'
261
266
 
262
267
 
263
- class Geometries10(BaseModel):
264
- type: Type25
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 Type26(Enum):
274
+ class Type68(Enum):
270
275
  MultiPolygon = 'MultiPolygon'
271
276
 
272
277
 
273
- class Geometries11(BaseModel):
274
- type: Type26
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 Geometry6(BaseModel):
280
- type: Type20
284
+ class Geometry20(BaseModel):
285
+ type: Type62
281
286
  geometries: List[
282
287
  Union[
283
- Geometries6,
284
- Geometries7,
285
- Geometries8,
286
- Geometries9,
287
- Geometries10,
288
- Geometries11,
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: Type13
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, Geometry1, Geometry2, Geometry3, Geometry4, Geometry5, Geometry6
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 Type27(Enum):
317
+ class Type69(Enum):
307
318
  FeatureCollection = 'FeatureCollection'
308
319
 
309
320
 
310
- class Type28(Enum):
321
+ class Type70(Enum):
311
322
  Feature = 'Feature'
312
323
 
313
324
 
314
- class Type29(Enum):
325
+ class Type71(Enum):
315
326
  Point = 'Point'
316
327
 
317
328
 
318
- class Geometry7(BaseModel):
319
- type: Type29
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 Type30(Enum):
335
+ class Type72(Enum):
325
336
  LineString = 'LineString'
326
337
 
327
338
 
328
- class Geometry8(BaseModel):
329
- type: Type30
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 Type31(Enum):
345
+ class Type73(Enum):
335
346
  Polygon = 'Polygon'
336
347
 
337
348
 
338
- class Geometry9(BaseModel):
339
- type: Type31
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 Type32(Enum):
355
+ class Type74(Enum):
345
356
  MultiPoint = 'MultiPoint'
346
357
 
347
358
 
348
- class Geometry10(BaseModel):
349
- type: Type32
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 Type33(Enum):
365
+ class Type75(Enum):
355
366
  MultiLineString = 'MultiLineString'
356
367
 
357
368
 
358
- class Geometry11(BaseModel):
359
- type: Type33
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 Type34(Enum):
375
+ class Type76(Enum):
365
376
  MultiPolygon = 'MultiPolygon'
366
377
 
367
378
 
368
- class Geometry12(BaseModel):
369
- type: Type34
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 Type35(Enum):
385
+ class Type77(Enum):
375
386
  GeometryCollection = 'GeometryCollection'
376
387
 
377
388
 
378
- class Type36(Enum):
389
+ class Type78(Enum):
379
390
  Point = 'Point'
380
391
 
381
392
 
382
- class Geometries12(BaseModel):
383
- type: Type36
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 Type37(Enum):
399
+ class Type79(Enum):
389
400
  LineString = 'LineString'
390
401
 
391
402
 
392
- class Geometries13(BaseModel):
393
- type: Type37
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 Type38(Enum):
409
+ class Type80(Enum):
399
410
  Polygon = 'Polygon'
400
411
 
401
412
 
402
- class Geometries14(BaseModel):
403
- type: Type38
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 Type39(Enum):
419
+ class Type81(Enum):
409
420
  MultiPoint = 'MultiPoint'
410
421
 
411
422
 
412
- class Geometries15(BaseModel):
413
- type: Type39
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 Type40(Enum):
429
+ class Type82(Enum):
419
430
  MultiLineString = 'MultiLineString'
420
431
 
421
432
 
422
- class Geometries16(BaseModel):
423
- type: Type40
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 Type41(Enum):
439
+ class Type83(Enum):
429
440
  MultiPolygon = 'MultiPolygon'
430
441
 
431
442
 
432
- class Geometries17(BaseModel):
433
- type: Type41
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 Geometry13(BaseModel):
439
- type: Type35
449
+ class Geometry27(BaseModel):
450
+ type: Type77
440
451
  geometries: List[
441
452
  Union[
442
- Geometries12,
443
- Geometries13,
444
- Geometries14,
445
- Geometries15,
446
- Geometries16,
447
- Geometries17,
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: Type28
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
- Geometry7,
460
- Geometry8,
461
- Geometry9,
462
- Geometry10,
463
- Geometry11,
464
- Geometry12,
465
- Geometry13,
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: Type27
483
+ type: Type69
473
484
  features: List[Feature]
474
485
  bbox: Optional[List[float]] = Field(None, min_length=4)
475
486