@geode/opengeodeweb-front 10.25.0-rc.1 → 10.25.0-rc.2

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.
@@ -128,7 +128,7 @@ const polyhedron_attribute_color_map = computed({
128
128
  v-model:polyhedron_attribute_range="polyhedron_attribute_range"
129
129
  v-model:polyhedron_attribute_color_map="polyhedron_attribute_color_map"
130
130
  :capabilities="{
131
- vertex: { available: true, hasColorMap: false },
131
+ vertex: { available: true, hasColorMap: true },
132
132
  polyhedron: { available: true, hasColorMap: true },
133
133
  }"
134
134
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.25.0-rc.1",
3
+ "version": "10.25.0-rc.2",
4
4
  "description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
5
5
  "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
6
6
  "bugs": {