Update KML generator with circle icons
This commit is contained in:
parent
5c1905d2ef
commit
fcdb9d9e32
Binary file not shown.
@ -26,6 +26,12 @@ public class KMLConverter {
|
||||
+ "<Point>\n"
|
||||
+ "<coordinates>{COORDINATES}</coordinates>\n"
|
||||
+ "</Point>\n"
|
||||
+ "<Style>\n"
|
||||
+ "<IconStyle>\n"
|
||||
+ "<Icon><href>http://maps.google.com/mapfiles/kml/shapes/placemark_circle_highlight.png</href></Icon>\n"
|
||||
+ "<hotSpot x=\"0.5\" y=\"0.5\" xunits=\"fraction\" yunits=\"fraction\"/>\n"
|
||||
+ "</IconStyle>\n"
|
||||
+ "</Style>\n"
|
||||
+ "</Placemark>\n";
|
||||
|
||||
static KMLWindow window;
|
||||
|
Loading…
x
Reference in New Issue
Block a user