Skip to content

Commit

Permalink
Removed the timeStepId as a facet field.
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Oct 26, 2022
1 parent bc5ce91 commit 589d183
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,6 @@ public static List<String> varsFqMapResult(List<String> vars) {
vars.add(VAR_simulationName);
vars.add(VAR_sumocfgPath);
vars.add(VAR_simulationKey);
vars.add(VAR_timeStepId);
vars.add(VAR_time);
vars.add(VAR_location);
vars.add(VAR_color);
Expand Down Expand Up @@ -1457,8 +1456,6 @@ public static Integer htmlRowMapResult(String var) {
return 3;
case VAR_simulationKey:
return 3;
case VAR_timeStepId:
return 3;
case VAR_time:
return 4;
case VAR_location:
Expand All @@ -1480,8 +1477,6 @@ public static Integer htmlCellMapResult(String var) {
return 2;
case VAR_simulationKey:
return 1;
case VAR_timeStepId:
return 2;
case VAR_time:
return 1;
case VAR_location:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ protected void _simulationKey(Wrap<Long> w) {
* {@inheritDoc}
* DocValues: true
* Persist: true
* HtmlRow: 3
* HtmlCell: 2
* Facet: true
* DisplayName: Time Step
* Description: The time step ID.
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/templates/enUS/MapResultGenPage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@
{{> "htmSimulationName" classApiMethodMethod="Page"}}
{{> "htmSimulationKey" classApiMethodMethod="Page"}}
{{> "htmSumocfgPath" classApiMethodMethod="Page"}}
{{> "htmTimeStepId" classApiMethodMethod="Page"}}
</div>
<div class="w3-cell-row ">
{{> "htmTime" classApiMethodMethod="Page"}}
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/templates/enUS/PersonStepGenPage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="PATCH"}}
{{> "htmSimulationKey" classApiMethodMethod="PATCH"}}
{{> "htmTimeStepId" classApiMethodMethod="PATCH"}}
{{> "htmSumocfgPath" classApiMethodMethod="PATCH"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -473,7 +472,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="POST"}}
{{> "htmSimulationKey" classApiMethodMethod="POST"}}
{{> "htmTimeStepId" classApiMethodMethod="POST"}}
{{> "htmSumocfgPath" classApiMethodMethod="POST"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -552,7 +550,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="Page"}}
{{> "htmSimulationKey" classApiMethodMethod="Page"}}
{{> "htmTimeStepId" classApiMethodMethod="Page"}}
{{> "htmSumocfgPath" classApiMethodMethod="Page"}}
</div>
<div class="w3-cell-row ">
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/templates/enUS/TrafficLightGenPage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="PATCH"}}
{{> "htmSimulationKey" classApiMethodMethod="PATCH"}}
{{> "htmTimeStepId" classApiMethodMethod="PATCH"}}
{{> "htmSumocfgPath" classApiMethodMethod="PATCH"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -473,7 +472,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="POST"}}
{{> "htmSimulationKey" classApiMethodMethod="POST"}}
{{> "htmTimeStepId" classApiMethodMethod="POST"}}
{{> "htmSumocfgPath" classApiMethodMethod="POST"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -552,7 +550,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="Page"}}
{{> "htmSimulationKey" classApiMethodMethod="Page"}}
{{> "htmTimeStepId" classApiMethodMethod="Page"}}
{{> "htmSumocfgPath" classApiMethodMethod="Page"}}
</div>
<div class="w3-cell-row ">
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/templates/enUS/TrafficLightStepGenPage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="PATCH"}}
{{> "htmSimulationKey" classApiMethodMethod="PATCH"}}
{{> "htmTimeStepId" classApiMethodMethod="PATCH"}}
{{> "htmSumocfgPath" classApiMethodMethod="PATCH"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -475,7 +474,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="POST"}}
{{> "htmSimulationKey" classApiMethodMethod="POST"}}
{{> "htmTimeStepId" classApiMethodMethod="POST"}}
{{> "htmSumocfgPath" classApiMethodMethod="POST"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -556,7 +554,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="Page"}}
{{> "htmSimulationKey" classApiMethodMethod="Page"}}
{{> "htmTimeStepId" classApiMethodMethod="Page"}}
{{> "htmSumocfgPath" classApiMethodMethod="Page"}}
</div>
<div class="w3-cell-row ">
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/templates/enUS/VehicleStepGenPage.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="PATCH"}}
{{> "htmSimulationKey" classApiMethodMethod="PATCH"}}
{{> "htmTimeStepId" classApiMethodMethod="PATCH"}}
{{> "htmSumocfgPath" classApiMethodMethod="PATCH"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -473,7 +472,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="POST"}}
{{> "htmSimulationKey" classApiMethodMethod="POST"}}
{{> "htmTimeStepId" classApiMethodMethod="POST"}}
{{> "htmSumocfgPath" classApiMethodMethod="POST"}}
</div>
<div class="w3-cell-row ">
Expand Down Expand Up @@ -552,7 +550,6 @@
<div class="w3-cell-row ">
{{> "htmSimulationName" classApiMethodMethod="Page"}}
{{> "htmSimulationKey" classApiMethodMethod="Page"}}
{{> "htmTimeStepId" classApiMethodMethod="Page"}}
{{> "htmSumocfgPath" classApiMethodMethod="Page"}}
</div>
<div class="w3-cell-row ">
Expand Down

0 comments on commit 589d183

Please sign in to comment.