วันพุธที่ 8 ตุลาคม พ.ศ. 2557

SLD Script the start and the end tags

<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor version="1.0.0"
        xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
        xmlns="http://www.opengis.net/sld"
        xmlns:ogc="http://www.opengis.net/ogc"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <NamedLayer>
        <Name>Collection</Name>
        <UserStyle>
            <Title>Collection</Title>
            <Abstract>POINT LINE POLYGON CIRCLE</Abstract>
            <FeatureTypeStyle>
                .
                .
                .
                . 
               
            </FeatureTypeStyle>
        </UserStyle>
    </NamedLayer>
</StyledLayerDescriptor>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น