missioncommand / emp3-android

Extensible Map Platform (EMP) Android Development Kit
Other
5 stars 4 forks source link

KML Parser chooses polygon when given polygon and path option #411

Closed matt-miller-rgi closed 6 years ago

matt-miller-rgi commented 6 years ago

Square, Rectangle, Ellipse, and Circle all generate a path and a Polygon when exported into a KML file. This is because the polygon stores fill information and the path does not. Since we support fill information we should always be choosing the polygon and ignoring the path.