Skip to content

Commit afdd7dd

Browse files
committed
Update index.html
1 parent e0664c2 commit afdd7dd

1 file changed

Lines changed: 20 additions & 16 deletions

File tree

src/index.html

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -746,35 +746,39 @@
746746
The allocated trips from all fragments within each hexagon were then summed to estimate the total number of trips associated with that hexagon. This approach ensures that trip totals are distributed spatially according to the actual geographic overlap between TAZs and hexagonal grid cells rather than relying on centroid-based assignment.
747747
</p>
748748
<div class="col-xs-12">
749-
<div class="row">
750-
<div class="col-xs-12 col-sm-3">
749+
<div class="row" style="margin-bottom:10px;">
750+
<div class="col-xs-12 col-sm-3 text-center">
751751
<span style="font-size:12px;">Opacity:</span>
752-
<input id="hexagonOpacitySlider" data-slider-id="hexagonOpacitySlider" type="text" data-slider-min="0" data-slider-max="1" data-slider-step="0.1" data-slider-value="0.8"/>
752+
<div style="display:inline-block; min-width:180px;">
753+
<input id="hexagonOpacitySlider" data-slider-id="hexagonOpacitySlider" type="text" data-slider-min="0" data-slider-max="1" data-slider-step="0.1" data-slider-value="0.8"/>
754+
</div>
753755
</div>
754756
<div class="col-xs-12 col-sm-3 text-center">
755-
<span style="font-size:12px;">Palette:</span>
756-
<div id="hexagonColorRamp" class="ramp-selector">
757+
<span style="font-size:12px; display:block; margin-bottom:4px;">Palette:</span>
758+
<div id="hexagonColorRamp" class="ramp-selector" style="display:inline-block;">
757759
<!-- Color ramps will be added here -->
758760
</div>
759761
</div>
760-
<div class="col-xs-12 col-sm-3 text-right" style="margin-top: 0.2in;">
761-
<label style="font-size:12px;"><input type="checkbox" id="hexagonBoundaries" checked> Show Boundaries</label>
762+
<div class="col-xs-12 col-sm-3 text-center" style="padding-top:18px;">
763+
<label style="font-size:12px; margin-bottom:0;"><input type="checkbox" id="hexagonBoundaries" checked> Show Boundaries</label>
762764
</div>
763-
<div class="col-xs-12 col-sm-3">
764-
<span style="font-size:12px;">Base Map:</span>
765-
<select id="hexagonBaseMap" class="form-control">
765+
<div class="col-xs-12 col-sm-3 text-center">
766+
<span style="font-size:12px; display:block; margin-bottom:4px;">Base Map:</span>
767+
<select id="hexagonBaseMap" class="form-control" style="display:inline-block; width:auto; min-width:180px;">
766768
<option value="osm" selected>OpenStreetMap</option>
767769
<option value="esri">Esri Light Gray</option>
768770
<option value="carto">CartoDB Positron</option>
769771
</select>
770772
</div>
771-
</div> <!-- end row -->
772-
<div class="col-xs-12" style="margin-top:10px;">
773-
<strong>Legend</strong>
774773
</div>
775-
<div id="hexagonLegend" class="col-xs-12" style="margin-top:10px;"></div>
776-
<div class="col-xs-12" style="text-align: center;">
777-
<div id="hexagonMap" style="width:1180px;height:792px;margin-top:10px;display: inline-block;"></div>
774+
<div class="row">
775+
<div class="col-xs-12 text-center">
776+
<div style="width:1180px; max-width:100%; display:inline-block; text-align:center;">
777+
<div style="margin-top:10px;"><strong>Legend</strong></div>
778+
<div id="hexagonLegend" style="margin-top:10px;"></div>
779+
<div id="hexagonMap" style="width:1180px; max-width:100%; height:792px; margin-top:10px; display:inline-block;"></div>
780+
</div>
781+
</div>
778782
</div>
779783
</div>
780784
</div>

0 commit comments

Comments
 (0)