Skip to content

Commit

Permalink
Visualize lit tag (close #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 15, 2024
1 parent 8ae1f61 commit b3dea8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ let lensStrings = {
incline: {
label: "Incline"
},
lit: {
label: "Lit"
},
maxspeed: {
label: "Speed Limit"
},
Expand Down Expand Up @@ -82,6 +85,7 @@ const allLensOptions = [
"dog",
"hand_cart",
"incline",
"lit",
"name",
"oneway",
"operator",
Expand Down Expand Up @@ -112,6 +116,7 @@ const basicLensOptions = [
"covered",
"dog",
"incline",
"lit",
"name",
"oneway",
"operator",
Expand All @@ -131,6 +136,7 @@ const vehicleLensOptions = [
"covered",
"dog",
"incline",
"lit",
"name",
"oneway",
"operator",
Expand All @@ -151,6 +157,7 @@ const hikingLensOptions = [
"covered",
"dog",
"incline",
"lit",
"name",
"oneway",
"operator",
Expand Down Expand Up @@ -189,6 +196,7 @@ const canoeLensOptions = [
subitems: [
"hand_cart",
"incline",
"lit",
"operator",
"surface",
"smoothness",
Expand Down Expand Up @@ -217,6 +225,7 @@ function lensesForMode(travelMode) {
const highwayOnlyLenses = [
"hand_cart",
"incline",
"lit",
"maxspeed",
"operator",
"sac_scale",
Expand Down

0 comments on commit b3dea8f

Please sign in to comment.