Esri / kml-for-geoevent

ArcGIS GeoEvent Server sample KML connector for sending GeoEvents in the KML format.
Apache License 2.0
4 stars 6 forks source link

Unsupported geometry type message never gets printed. #1

Closed elihusmails closed 10 years ago

elihusmails commented 10 years ago

At line 109 of KmlAdapterBase.java, the line should be "LOG.info" and not "LOG.equals". This message never gets printed.

mzesri commented 10 years ago

Fixed it at line 109 of KmlGeneratorBase.java. Changed from LOG.equals to LOG.info.