Support two colors of points rendered on the map.
This commit is contained in:
parent
e3eb7b30f0
commit
2bb92abf4b
6 changed files with 56 additions and 26 deletions
|
@ -42,7 +42,7 @@ function PrintRoutes($line){
|
|||
}
|
||||
echo '</tbody></table>';
|
||||
echo '</div><div id="map" class="tab-pane fade" role="tabpanel">';
|
||||
ShowMap(getPositionOfLine($line));
|
||||
ShowMap(getPositionOfLine($line,'go'),getPositionOfLine($line,'come'));
|
||||
echo '</div></div>';
|
||||
}
|
||||
?>
|
||||
|
|
Reference in a new issue