Hi guys, Why KML reflector put me an IconStyle (http://icons.opengeo.org/markers/icon-line.1.png) over Polyline, is any way to change that ??
in google earth looks good but over google maps nots ... thats the KML source ... -- <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/kml/2.2 http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd"> <Document xmlns:atom="http://purl.org/atom/ns#"> <name>skycop:poi-test</name> <Placemark id="poi-test.11"> <name><![CDATA[Zona #1]]></name> <description><![CDATA[Descripcion Zona #1]]></description> <LookAt> <longitude>-57.63574169040323</longitude> <latitude>-25.284694542269126</latitude> <heading>10.0</heading> <tilt>10.0</tilt> <range>700</range> </LookAt> <Style> <IconStyle> <color>00ffffff</color> <scale>0.4</scale> <Icon> <href>http://icons.opengeo.org/markers/icon-line.1.png</href> </Icon> </IconStyle> <LabelStyle> <color>00ffffff</color> </LabelStyle> <LineStyle> <color>ffff0000</color> <width>2</width> </LineStyle> </Style> <MultiGeometry> <Point> <coordinates>-57.63574169040323,-25.284694542269126</coordinates> </Point> <LineString> <coordinates>-57.62680024,-25.28677072 -57.63136905,-25.28765046 -57.63517812,-25.28542836 -57.6374761,-25.28243619 -57.63750628,-25.27529593</coordinates> </LineString> </MultiGeometry> </Placemark> <Placemark id="poi-test.12"> <name><![CDATA[Zona #2]]></name> <description><![CDATA[Descripcion Zona #2]]></description> <LookAt> <longitude>-57.63536553869244</longitude> <latitude>-25.282046934744148</latitude> <heading>10.0</heading> <tilt>10.0</tilt> <range>700</range> </LookAt> <Style> <IconStyle> <color>ff0000ff</color> <colorMode>normal</colorMode> <Icon> <href>http://maps.google.com/mapfiles/kml/pal4/icon25.png</href> </Icon> </IconStyle> <LabelStyle> <color>ffffffff</color> </LabelStyle> </Style> <Point> <coordinates>-57.63536553869244,-25.282046934744148</coordinates> </Point> </Placemark> <Placemark id="poi-test.13"> <name><![CDATA[Zona #3]]></name> <description><![CDATA[Descripcion Zona #3]]></description> <LookAt> <longitude>-57.628304623460735</longitude> <latitude>-25.282975214915194</latitude> <heading>10.0</heading> <tilt>10.0</tilt> <range>700</range> </LookAt> <Style> <IconStyle> <color>ff0000ff</color> <colorMode>normal</colorMode> <Icon> <href>http://maps.google.com/mapfiles/kml/pal4/icon25.png</href> </Icon> </IconStyle> <LabelStyle> <color>ffffffff</color> </LabelStyle> </Style> <Point> <coordinates>-57.628304623460735,-25.282975214915194</coordinates> </Point> </Placemark> </Document> </kml> ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
