Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions opengeodeweb_viewer_schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,81 +440,6 @@
],
"additionalProperties": false
},
"vertex_scalar_range": {
"$id": "opengeodeweb_viewer.mesh.points.vertex_scalar_range",
"rpc": "vertex_scalar_range",
"type": "object",
"properties": {
"id": {
"type": "string",
"minLength": 1
},
"minimum": {
"type": "number"
},
"maximum": {
"type": "number"
}
},
"required": [
"id",
"minimum",
"maximum"
],
"additionalProperties": false
},
"vertex_color_map": {
"$id": "opengeodeweb_viewer.mesh.points.color_map",
"rpc": "color_map",
"type": "object",
"properties": {
"id": {
"type": "string",
"minLength": 1
},
"points": {
"type": "array",
"description": "Flat array of [value, r, g, b, ...]",
"items": {
"type": "number"
},
"minItems": 8
},
"minimum": {
"type": "number"
},
"maximum": {
"type": "number"
}
},
"required": [
"id",
"points",
"minimum",
"maximum"
],
"additionalProperties": false
},
"vertex_attribute": {
"$id": "opengeodeweb_viewer.mesh.points.vertex_attribute",
"rpc": "vertex_attribute",
"type": "object",
"properties": {
"id": {
"type": "string",
"minLength": 1
},
"name": {
"type": "string",
"minLength": 1
}
},
"required": [
"id",
"name"
],
"additionalProperties": false
},
"size": {
"$id": "opengeodeweb_viewer.mesh.points.size",
"rpc": "size",
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@
"name": "@geode/opengeodeweb-viewer",
"version": "0.0.0",
"description": "",
"scripts": {
"json": "npx opengeodeweb-microservice-generate opengeodeweb_viewer rpc rpc .",
"test": "npm run json",
"build": "npm run json"
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer",
"bugs": {
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/issues"
},
"dependencies": {
"@geode/opengeodeweb-microservice": "0.0.0"
"license": "MIT",
"author": {
"name": "Geode-solutions",
"email": "contact@geode-solutions.com",
"url": "https://geode-solutions.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Viewer.git"
},
"files": [
"opengeodeweb_viewer_schemas.json"
],
"exports": {
"./opengeodeweb_viewer_schemas.json": {
"import": "./opengeodeweb_viewer_schemas.json",
"require": "./opengeodeweb_viewer_schemas.json"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Viewer.git"
},
"author": {
"name": "Geode-solutions",
"email": "contact@geode-solutions.com",
"url": "https://geode-solutions.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/issues"
},
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer",
"publishConfig": {
"access": "public"
},
"files": [
"opengeodeweb_viewer_schemas.json"
]
}
"scripts": {
"json": "npx opengeodeweb-microservice-generate --startDir src/opengeodeweb_viewer/rpc --key rpc --separator .",
"test": "npm run json",
"build": "npm run json"
},
"dependencies": {
"@geode/opengeodeweb-microservice": "0.0.0"
}
}
3 changes: 0 additions & 3 deletions src/opengeodeweb_viewer/rpc/mesh/points/schemas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from .visibility import *
from .vertex_scalar_range import *
from .vertex_color_map import *
from .vertex_attribute import *
from .size import *
from .color import *

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading