Tip: Increase thickness of GPX line
-
Open the os-openspace-maps.php file within the plugin folder, and look for the section:
osMap' . $mapid .'.addLayer(new OpenLayers.Layer.Vector("GPX Vectors", { style: { strokeColor: "' . $color . '", strokeWidth: 6, strokeOpacity: 0.8, pointRadius: 6, fillColor: "' . $color . '" },
Change the strokewidth. It’s set to 3 by default and as you can see, I changed mine to 6 for a thicker line as I found the default difficult to see clearly
- The topic ‘Tip: Increase thickness of GPX line’ is closed to new replies.