Skip to content

Commit

Permalink
add Style support for kml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 8, 2024
1 parent dffce1e commit dcfa28a
Show file tree
Hide file tree
Showing 13 changed files with 685 additions and 205 deletions.
2 changes: 1 addition & 1 deletion lib/geoxml.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export 'src/kml_writer.dart';
export 'src/model/bounds.dart';
export 'src/model/copyright.dart';
export 'src/model/email.dart';
export 'src/model/geo_style.dart';
export 'src/model/geoxml.dart';
export 'src/model/link.dart';
export 'src/model/metadata.dart';
Expand All @@ -15,4 +16,3 @@ export 'src/model/rte.dart';
export 'src/model/trk.dart';
export 'src/model/trkseg.dart';
export 'src/model/wpt.dart';
export 'src/model/polygon.dart';
Loading

0 comments on commit dcfa28a

Please sign in to comment.