Active
Project:
Track
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 10:56 UTC
Updated:
3 Dec 2009 at 10:56 UTC
The icons shown on the map is now based on intensity.
from track.module:
$intensite = $track->dzplus / ($track->length / 4);
$intensite = ($intensite - 30) * (100 / 40);
Anyone knows how to make the icons shown based on a selectable track category/taxonomy?
apshalt=xl icon
gravel=l icon
singeltrack=m icon
etc..