сделана рисовка карты накопленных запасов

This commit is contained in:
djerom
2022-03-22 13:19:30 +05:00
parent 764c77692a
commit 6ea104aa08
4 changed files with 90 additions and 30 deletions

View File

@@ -2,23 +2,34 @@
"wellhead": {
"font-family": "Times New Roman",
"font-weight": "bold",
"stroke-width": "0.5mm",
"font-size":"10pt",
"stroke-width": "2.5mm",
"font-size": 500,
"stroke": "#fff",
"fill": "#000"
},
"wlf": {
"font-family": "Times New Roman",
"font-weight": "bold",
"stroke-width": "0",
"alignment-baseline": "hanging",
"font-size": 300,
"font-style": "italic",
"stroke": "#fff",
"fill": "#00f"
},
"gpt": {
"stroke-width": 1,
"stroke-width": 20,
"stroke": "#000",
"fill": "#ff0"
},
"opt": {
"stroke-width": 1,
"stroke-width": 10,
"stroke": "#000",
"fill": "#B86B41"
},
"wpt": {
"stroke-width": 1,
"stroke-width": 10,
"stroke": "#000",
"fill": "#67c2e5"
}