GIS系统3D样式

QQ*群里分享的一个3D样式,虽然没有读懂,记录一下,以备后用

<FeatureTypeStyle>
  <Rule>
    <PolygonSymbolizer>
      <Geometry>
        <ogc:Function name="isometric">
          <ogc:PropertyName>geom</ogc:PropertyName>
          <ogc:Literal>7</ogc:Literal>
        </ogc:Function>
      </Geometry>
      <Fill>
        <CssParameter name="fill">#dddddd</CssParameter>
      </Fill>
      <Stroke>
        <CssParameter name="stroke">#999999</CssParameter>
      </Stroke>
    </PolygonSymbolizer>
  </Rule>
</FeatureTypeStyle>
<FeatureTypeStyle>
  <Rule>
    <PolygonSymbolizer>
      <Geometry>
         <ogc:Function name="offset">
            <ogc:PropertyName>geom</ogc:PropertyName>
            <ogc:Literal>0</ogc:Literal>
            <ogc:Literal>7</ogc:Literal>
         </ogc:Function>
      </Geometry>
      <Fill>
        <CssParameter name="fill">#FFDCC7</CssParameter>
      </Fill>
      <Stroke>
        <CssParameter name="stroke">#999999</CssParameter>
      </Stroke>
    </PolygonSymbolizer>
  </Rule>
</FeatureTypeStyle>

 那个群居然是敏感词,只好中间加个星号



 

你可能感兴趣的:(style,Gis)