convert_coordinates
Convert real-world latitude and longitude coordinates to DCS World X/Z coordinates using the active theatre's coordinate system.
Instructions
Convert real-world Latitude/Longitude coordinates to DCS X/Z coordinates using the theatre's coordinate system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees (e.g. 41.12345) | |
| longitude | Yes | Longitude in decimal degrees (e.g. 44.98765) | |
| altitude | No | Altitude in meters above sea level (optional, default 0) |