I have a bunch of KMLs stored in PostGIS. These KMLs have styles files that
define the colors
<styleUrl>http://path/to/style.kml#foo</styleUrl>
whose content is like so
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<Style id="Unconsolidated_material">
<PolyStyle><color>FF3FF4FD</color><outline>0</outline></PolyStyle>
</Style>
<Style id="unconsolidated_material">
<PolyStyle><color>FF3FF4FD</color><outline>0</outline></PolyStyle>
</Style>
Is there anyway I can use these style files to style my maps?
--
Puneet Kishor_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users