OpenGeodeWeb-Back 5.10.0rc9__py3-none-any.whl → 5.10.0rc10__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.
- opengeodeweb_back/geode_objects.py +1 -1
- {opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/METADATA +1 -1
- {opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/RECORD +6 -6
- {opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/WHEEL +0 -0
- {opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/licenses/LICENSE +0 -0
- {opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/top_level.txt +0 -0
@@ -217,7 +217,7 @@ def geode_objects_dict():
|
|
217
217
|
"elements": [points, polygons],
|
218
218
|
"is_3D": False,
|
219
219
|
"is_viewable": True,
|
220
|
-
"save_viewable": g_v.
|
220
|
+
"save_viewable": g_v.save_viewable_light_regular_grid2D,
|
221
221
|
"save_light_viewable": g_v.save_light_viewable_light_regular_grid2D,
|
222
222
|
},
|
223
223
|
"LightRegularGrid3D": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenGeodeWeb-Back
|
3
|
-
Version: 5.10.
|
3
|
+
Version: 5.10.0rc10
|
4
4
|
Summary: OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/OpenGeodeWeb-Back
|
@@ -3,7 +3,7 @@ opengeodeweb_back/app_config.py,sha256=XFl5KqrOWifVxdudiLm-LXmczYDBCbZtNboSYnNbL
|
|
3
3
|
opengeodeweb_back/data.py,sha256=wwLcWoYfPdE6jILnmkDQfkRJkMrHH9CB6VzPblrUgnk,1562
|
4
4
|
opengeodeweb_back/database.py,sha256=lXbbJRZCdqLcQU-Xqi1jPmo8cIitbHOqUJW5uLBF85w,381
|
5
5
|
opengeodeweb_back/geode_functions.py,sha256=uEWJSjlBpaJC4Qd5JPpiWiqLlCitb7peSMWzYRIVho8,10648
|
6
|
-
opengeodeweb_back/geode_objects.py,sha256=
|
6
|
+
opengeodeweb_back/geode_objects.py,sha256=_NclGPa024kCwUHdORkFuXYtiZBmQpgq6sO3LRkBhe8,27776
|
7
7
|
opengeodeweb_back/test_utils.py,sha256=18AbRW9-tfKkPcmRGilTTHXI7S3armYyV7Vdy5UvUKM,794
|
8
8
|
opengeodeweb_back/utils_functions.py,sha256=PclYunLMDVQn5s3V54v5jQ2zjtTFtH0C1m4niPOc2-0,8440
|
9
9
|
opengeodeweb_back/routes/blueprint_routes.py,sha256=h_yfFC3ljH0KqFr5Ab_-IQYNB7VVRENwAMQk4NDsh18,11042
|
@@ -24,8 +24,8 @@ opengeodeweb_back/routes/schemas/save_viewable_file.json,sha256=pvvEdaC7bNASPMrl
|
|
24
24
|
opengeodeweb_back/routes/schemas/texture_coordinates.json,sha256=2uQueIl1jOmxFG_gIi_vJETR4IurrwuSf8GAnzphk9g,237
|
25
25
|
opengeodeweb_back/routes/schemas/upload_file.json,sha256=LJ3U3L5ApKuQDVFIpVT_y2alq4HW_suTvZ3HUucNbhg,219
|
26
26
|
opengeodeweb_back/routes/schemas/vertex_attribute_names.json,sha256=ECIflohiqPZNsflAdkfEzksL4we0JvZhIxUd84Ubctg,240
|
27
|
-
opengeodeweb_back-5.10.
|
28
|
-
opengeodeweb_back-5.10.
|
29
|
-
opengeodeweb_back-5.10.
|
30
|
-
opengeodeweb_back-5.10.
|
31
|
-
opengeodeweb_back-5.10.
|
27
|
+
opengeodeweb_back-5.10.0rc10.dist-info/licenses/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
|
28
|
+
opengeodeweb_back-5.10.0rc10.dist-info/METADATA,sha256=45XAIHH_6jDhQYI_zDliB3tfXk5WnZyVarolN4G5I9s,2822
|
29
|
+
opengeodeweb_back-5.10.0rc10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
30
|
+
opengeodeweb_back-5.10.0rc10.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
|
31
|
+
opengeodeweb_back-5.10.0rc10.dist-info/RECORD,,
|
File without changes
|
{opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{opengeodeweb_back-5.10.0rc9.dist-info → opengeodeweb_back-5.10.0rc10.dist-info}/top_level.txt
RENAMED
File without changes
|