Post by sandsaver01 on Dec 27, 2019 8:09:44 GMT -5
Ariel - one way you can get the widths you want using Lidar is to put Chadgolf's little "Splines.json" program into your course file (see whole file below) and edit the widths and secondaries as you want them.
{
"bunker": {
"pathWidth": 1.7,
"handleLength": 1.0,
"tightSplines": true,
"secondarySurface": "",
"secondaryWidth": 2.5
},
"green": {
"pathWidth": 1.7,
"handleLength": 0.2,
"tightSplines": true,
"secondarySurface": "rough",
"secondaryWidth": 2.5
},
"teebox": {
"pathWidth": 1.7,
"handleLength": 2.0,
"tightSplines": true,
"secondarySurface": "rough",
"secondaryWidth": 3.5
},
"fairway": {
"pathWidth": 2.0,
"handleLength": 3.0,
"tightSplines": false,
"secondarySurface": "rough",
"secondaryWidth": 3.5
},
"rough": {
"pathWidth": 1.7,
"handleLength": 3.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"heavyrough": {
"pathWidth": 1.7,
"handleLength": 3.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"cartpath": {
"pathWidth": 2.0,
"handleLength": 4.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"walkingpath": {
"pathWidth": 1.7,
"handleLength": 2.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"pond": {
"pathWidth": 0.01,
"handleLength": 0.2,
"tightSplines": true,
"secondarySurface": "",
"secondaryWidth": 0.0
}
}
This seems to work well when you useChad's program to make Lidar courses with OSM.
Just to clear any possible problem - I said above to put the splines.json program into your course file when it should be in your courses FOLDER. Sorry about that
{
"bunker": {
"pathWidth": 1.7,
"handleLength": 1.0,
"tightSplines": true,
"secondarySurface": "",
"secondaryWidth": 2.5
},
"green": {
"pathWidth": 1.7,
"handleLength": 0.2,
"tightSplines": true,
"secondarySurface": "rough",
"secondaryWidth": 2.5
},
"teebox": {
"pathWidth": 1.7,
"handleLength": 2.0,
"tightSplines": true,
"secondarySurface": "rough",
"secondaryWidth": 3.5
},
"fairway": {
"pathWidth": 2.0,
"handleLength": 3.0,
"tightSplines": false,
"secondarySurface": "rough",
"secondaryWidth": 3.5
},
"rough": {
"pathWidth": 1.7,
"handleLength": 3.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"heavyrough": {
"pathWidth": 1.7,
"handleLength": 3.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"cartpath": {
"pathWidth": 2.0,
"handleLength": 4.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"walkingpath": {
"pathWidth": 1.7,
"handleLength": 2.0,
"tightSplines": false,
"secondarySurface": "",
"secondaryWidth": 0.0
},
"pond": {
"pathWidth": 0.01,
"handleLength": 0.2,
"tightSplines": true,
"secondarySurface": "",
"secondaryWidth": 0.0
}
}
This seems to work well when you useChad's program to make Lidar courses with OSM.
Just to clear any possible problem - I said above to put the splines.json program into your course file when it should be in your courses FOLDER. Sorry about that