diff --git a/ChangeLog.md b/ChangeLog.md index cce940b..f257a94 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,8 +5,11 @@ - Bug #159 - vERAM to Geojson conversion input string error. - Some facilities were getting an error when converting vERAM files to Geojson. - The error was caused by defaults in their vERAM files having filter values - that were blank. ex. 'filters=""'. If this is the case, FE-Buddy will look - at the BCG and make the filter value the same as the BCG in the geojson. + that were blank. ex. 'filters=""'. If this is the case, FE-Buddy will still + create a default inside the geojson, however the filter will just be blank. + - ex. filter = []. + - It will also place a message inside the log file, so users should just be + able to "find" WARNING messages and fix their file as needed. - ## Version 2.6.7 - Bug #156 - vERAM to Geojson conversion defaults fixed.