Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
increased MFD map waypoint and city label font size
Browse files Browse the repository at this point in the history
  • Loading branch information
cywang90 committed Feb 21, 2021
1 parent f1ef11b commit 8b4e32a
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,24 @@
},

"waypoints": {
"iconDirectory": "/WTg3000/SDK/Assets/Images/Map/Garmin"
"iconDirectory": "/WTg3000/SDK/Assets/Images/Map/Garmin",
"waypointLabelFontSize": 20
},

"flightPlan": {
"iconDirectory": "/WTg3000/SDK/Assets/Images/Map/Garmin"
"iconDirectory": "/WTg3000/SDK/Assets/Images/Map/Garmin",
"waypointLabelFontSize": 20,
"activeLabelFontSize": 20
},

"waypointHighlight": {
"iconDirectory": "/WTg3000/SDK/Assets/Images/Map/Garmin"
"iconDirectory": "/WTg3000/SDK/Assets/Images/Map/Garmin",
"activeLabelFontSize": 20
},

"cities": {
"iconFillColor": ["#7b8083", "#7b8083", "#7b8083"],
"iconOutlineColor": ["#3f3f3f", "#3f3f3f", "#3f3f3f"]
"iconOutlineColor": ["#3f3f3f", "#3f3f3f", "#3f3f3f"],
"labelFontSize": [20, 20, 20]
}
}

0 comments on commit 8b4e32a

Please sign in to comment.