mirror of
https://github.com/weyne85/MIST.git
synced 2025-10-29 16:56:32 +00:00
Build 106
- Added mist.DBs.drawingsByName and mist.DBs.drawingIndexed. They are a table of points -Added new callsigns to mist.DBs.const.callsigns -Added mist.marker.drawShape. mist.shape.getPointOnSegment -Added mist.shape.segmentInsersect -Added mist.mapValue -Added mist.utils.hexToRGB -Added mist.getWindBearingAndVel -Updated mist.messages to only display a message if the messages has been updated. This should prevent spamming the message log. Fixed: Bug with mist.marker.add() associated with text boxes Fixed: Zone radius value of verticies present Updated: DB Sample Files
This commit is contained in:
@@ -140,11 +140,11 @@ markList =
|
||||
["pos"] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -355263.93360573,
|
||||
["x"] = -355264.17692343,
|
||||
[1] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -355263.93360573,
|
||||
["x"] = -355264.17692343,
|
||||
["z"] = 443853.03125,
|
||||
}, -- end of [1]
|
||||
["z"] = 443853.03125,
|
||||
@@ -293,11 +293,11 @@ markList =
|
||||
["pos"] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -356064.09419542,
|
||||
["x"] = -356063.91153006,
|
||||
[1] =
|
||||
{
|
||||
["y"] = 0,
|
||||
["x"] = -356064.09419542,
|
||||
["x"] = -356063.91153006,
|
||||
["z"] = 444653.03125,
|
||||
}, -- end of [1]
|
||||
["z"] = 444653.03125,
|
||||
|
||||
Reference in New Issue
Block a user