Nikolai558 / FE-BUDDY

Assists Virtual ARTCC Facility Engineers with their daily tasks.
GNU General Public License v3.0
16 stars 3 forks source link

[BUG] - is?Defaults only transfers 1 of the defaults in a geomap object #156

Closed KSanders7070 closed 1 year ago

KSanders7070 commented 1 year ago

This one takes the second set of defaults and makes a Is?Defaults feature at the beginning of the file but skips the first set of defaults: image

This one makes a Is?Defaults at the beginning of the file but then makes a Is?Defaults for the second set of defaults and puts it in each of the features to follow: image

KSanders7070 commented 1 year ago

Every time the XSI type is a LINE, FEB makes two isLineDefaults features. One at the beginning, and another after the first actual feature: image

KSanders7070 commented 1 year ago

3nm RINGS -Exports a normal line only file except the LINE issue where there are two different is?Defaults features.

TERRAIN ALERT VOLUME TAV -Exports the text data normally because it has isTextDefaults at the beginning but lacks a isLineDefaults at the begining resulting in CRC not displaying the lines.

WX STATIONS -Exports a normal text only file and nothing is wrong.

ZLC WX STATIONS -Exports a file that has the isTextDefaults at the beginning only once however then inserts isSymbolDefaults into EACH of the symbol features. Output Geojsons.zip

KSanders7070 commented 1 year ago

ZLC GeoMaps.xml.txt This is a test file that contains only the aforementioned geomap objects for easier testing. Rename the file to remove the .txt.

Nikolai558 commented 1 year ago

fixed v.2.6.7