How to change the Map Point Size
If you want to change the size of a map ping point, it can be changed with the following process:
- Navigate to the C:\Program Files (x86)\PathSolutions\TotalView\js directory.
- Edit pathsolutions.js
- Go to line 429. You will see the following:
point_size: {
red: 20,
green: 20,
white: 10
},
- Change the number to be larger or smaller as desired.
- Copy this file into the C:\Program Files (x86)\PathSolutions\TotalView\web\js directory.
- On your browser, you may need to do a <CTRL><REFRESH> to have the new size take effect.