I have a method started that takes in the location and data parameters:
Code: Select all
function mix2Deg
(
$mix, // location to convert
$mapData // Data from $MAP_DATA for this map.
) {
}Code: Select all
function deg2Mix
(
$deg, // location to convert
$mapData // Data from $MAP_DATA for this map.
) {
}