[mapserver-users] styling KMLs
Puneet Kishor
punk.kish at gmail.com
Tue Oct 18 19:49:46 PDT 2011
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
More information about the MapServer-users
mailing list