Skip to content

Commit

Permalink
fix: improve label placement
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Apr 14, 2020
1 parent e924b12 commit d223709
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
20 changes: 10 additions & 10 deletions lib/data/ecograms.json
Original file line number Diff line number Diff line change
Expand Up @@ -2684,7 +2684,7 @@
"w": 212,
"h": 128,
"r": null,
"o": null,
"o": -0.1,
"z": 2,
"f": ["47"]
},
Expand All @@ -2695,7 +2695,7 @@
"h": 197,
"r": null,
"o": null,
"z": 2,
"z": 1,
"f": ["46"]
},
{
Expand Down Expand Up @@ -4099,7 +4099,7 @@
"h": 136,
"r": 2,
"o": null,
"z": 2,
"z": 3,
"f": ["53", "53Lä", "53Ta", "53G"]
},
{
Expand Down Expand Up @@ -4169,9 +4169,9 @@
"y": 469,
"w": 165,
"h": 127,
"r": 2,
"r": 3,
"o": null,
"z": 2,
"z": 4,
"f": ["57C", "57CLä", "57CTa", "57CG"]
},
{
Expand Down Expand Up @@ -4209,8 +4209,8 @@
"y": 586,
"w": 157,
"h": 157,
"r": 2,
"o": null,
"r": 3,
"o": 0.2,
"z": 1,
"f": ["60A", "60ALä", "60AG"]
},
Expand Down Expand Up @@ -4329,9 +4329,9 @@
"y": 190,
"w": 214,
"h": 117,
"r": 2,
"r": 3,
"o": null,
"z": 1,
"z": 3,
"f": ["58L", "58LLä", "58LG"]
}
],
Expand Down Expand Up @@ -4533,7 +4533,7 @@
"y": 467,
"w": 166,
"h": 127,
"r": 2,
"r": 3,
"o": null,
"z": 1,
"f": ["57C", "57CTa", "57CG"]
Expand Down
3 changes: 2 additions & 1 deletion lib/data/nais/ecogram/15.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
"properties": {
"id": 7,
"z": "2",
"offset": "-0.1",
"forestTypes": "47",
"otherForestTypes": null
},
Expand All @@ -175,7 +176,7 @@
"type": "Feature",
"properties": {
"id": 8,
"z": "2",
"z": "1",
"forestTypes": "46",
"otherForestTypes": null
},
Expand Down
2 changes: 1 addition & 1 deletion lib/data/nais/ecogram/22.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"type": "Feature",
"properties": {
"id": 21,
"z": "2",
"z": "3",
"rows": "2",
"forestTypes": "53",
"otherForestTypes": "53Lä,53Ta,53G"
Expand Down
11 changes: 6 additions & 5 deletions lib/data/nais/ecogram/23.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
"type": "Feature",
"properties": {
"id": 6,
"z": "2",
"rows": "2",
"z": "4",
"rows": "3",
"forestTypes": "57C",
"otherForestTypes": "57CLä,57CTa,57CG"
},
Expand Down Expand Up @@ -226,7 +226,8 @@
"properties": {
"id": 10,
"z": "1",
"rows": "2",
"rows": "3",
"offset": "0.2",
"forestTypes": "60A",
"otherForestTypes": "60ALä,60AG"
},
Expand Down Expand Up @@ -503,8 +504,8 @@
"type": "Feature",
"properties": {
"id": 22,
"z": "1",
"rows": "2",
"z": "3",
"rows": "3",
"forestTypes": "58L",
"otherForestTypes": "58LLä,58LG"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/data/nais/ecogram/25.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"properties": {
"id": 7,
"z": "1",
"rows": "2",
"rows": "3",
"forestTypes": "57C",
"otherForestTypes": "57CTa,57CG"
},
Expand Down

0 comments on commit d223709

Please sign in to comment.