We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6c2d3 commit 86d8a05Copy full SHA for 86d8a05
js/tracker.js
@@ -654,7 +654,7 @@ function addPosition(position) {
654
var point = new google.maps.LatLng(position.gps_lat, position.gps_lon);
655
var image_src = "";
656
var color_index = 0;
657
- if(position.vehicle.search(/(chase)|(car)/i) != -1 // whitelist
+ if(position.vehicle.search(/(chase)/i) != -1 // whitelist
658
&& position.vehicle.search(/icarus/i) == -1) { // blacklist
659
vehicle_type = "car";
660
color_index = car_index++;
0 commit comments