Closed elihusmails closed 10 years ago
At line 109 of KmlAdapterBase.java, the line should be "LOG.info" and not "LOG.equals". This message never gets printed.
Fixed it at line 109 of KmlGeneratorBase.java. Changed from LOG.equals to LOG.info.
At line 109 of KmlAdapterBase.java, the line should be "LOG.info" and not "LOG.equals". This message never gets printed.