This commit is contained in:
djerom
2022-03-17 10:36:15 +05:00
parent b0cb3e60d6
commit 5fc055a05d
28 changed files with 3007 additions and 17 deletions

22
src/moc/styles.json Normal file
View File

@@ -0,0 +1,22 @@
{
"wellhead": {
"stroke-width": 1,
"stroke": "#000",
"fill": "#fff"
},
"gpt": {
"stroke-width": 0,
"stroke": "#ff0",
"fill": "#ff0"
},
"opt": {
"stroke-width": 1,
"stroke": "#f00",
"fill": "#00f"
},
"wpt": {
"stroke-width": 1,
"stroke": "#f00",
"fill": "#00f"
}
}