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:

  1. Navigate to the C:\Program Files (x86)\PathSolutions\TotalView\js directory.
  2. Edit pathsolutions.js
  3. Go to line 429. You will see the following:

point_size: {

red: 20,

green: 20,

white: 10

},

  1. Change the number to be larger or smaller as desired.
  2. Copy this file into the C:\Program Files (x86)\PathSolutions\TotalView\web\js directory.
  3. On your browser, you may need to do a <CTRL><REFRESH> to have the new size take effect.