diff --git a/assets/js/rover_map_hook.ts b/assets/js/rover_map_hook.ts index 0b9f9b71..4ef3e6ee 100644 --- a/assets/js/rover_map_hook.ts +++ b/assets/js/rover_map_hook.ts @@ -317,7 +317,7 @@ export const RoverMap: Partial = { fillOpacity: 0.45, interactive: true }) - .bindTooltip(`${Math.round(b.height_m)} m`, { direction: "top", offset: [0, -4] }) + .bindTooltip(`${Math.round(b.height_m * 3.28084)} ft`, { direction: "top", offset: [0, -4] }) .addTo(this.candidateBuildingsLayer) } })