FlightMap Larger
FlightMap Larger is a World of Warcraft addon that enlarges the Flight Map interface to make Taxi Nodes more visible and clickable, solving the problem of nodes being too close together.
โจ Features
โ Implemented & Functional
- ๐ Customizable Size - Scale the flight map from 0.9x to 1.6x the default size
- ๐ฏ Better Node Spacing - Increased separation between taxi nodes for easier clicking
- ๐พ Persistent Settings - Your size preference is saved automatically
- ๐ง Slash Commands - Full control from chat (
/fml,/flightmaplarger) - ๐จ Optimized for Classic TBC - Version-specific dimensions and scaling
- โก Lightweight - Minimal performance impact
๐ง Requirements
- World of Warcraft Classic - The Burning Crusade (TBC)
- Version: 1.2.0-TBC
- Interface: 20507
๐ Installation
Method 1: Manual
- Extract the
FlightMapLargerfolder to your WoW AddOns directory:World of Warcraft/_anniversary_/Interface/AddOns/ - Restart World of Warcraft
- The addon will load automatically
Folder Structure
FlightMapLarger/
โโโ core.lua # Main addon logic
โโโ FlightMapLarger.toc # Addon manifest
โโโ LICENSE # License information
โโโ README.md # This file
๐ Usage Guide
๐ฎ Slash Commands
/fml [size] - Set flight map size
/flightmaplarger [size] - Full command
/fml - Show help message
๐ Size Examples
/fml 1.0- Disable enlargement (default size)/fml 1.3- Enlarge to 1.3x size (recommended)/fml 1.5- Enlarge to 1.5x size/fml 1.6- Maximum enlargement
โ๏ธ Size Range
- Minimum: 0.9x
- Maximum: 1.6x
- Default: 1.3x
- Recommended: 1.3x - 1.5x
๐จ How It Works
The addon modifies the TaxiFrame interface by:
- Enlarging the TaxiFrame window to specified size
- Expanding the taxi map rendering area
- Scaling taxi node buttons proportionally
- Adjusting frame textures to fit the new dimensions
This makes it much easier to click on specific taxi routes without accidentally selecting nearby nodes.
๐พ Configuration
Settings are stored in FlightMapLargerDB and persist between sessions.
Default Settings
FlightMapLargerDB = {
size = 1.3 -- Default enlargement multiplier
}
๐ค Author & Attribution
- Original Author: Road-block
- Fork & Classic TBC Adaptation: osilvay
- Last Updated: March 17, 2026
Original Project
This addon is a fork of FlightMapLarger by Road-block, originally designed for retail WoW (Cata/MoP).
Changes in this fork:
- Adapted to World of Warcraft Classic - The Burning Crusade (TBC)
- Updated Interface number and version detection
- Optimized dimensions and scaling for TBC client
- Removed support for older expansions
License Compliance: This project maintains the MIT License from the original project. All modifications retain the original copyright notice.
๐ License
See LICENSE file for details. MIT License.

