| | 1260 | </Rule> |
| | 1261 | </FeatureTypeStyle> |
| | 1262 | </UserStyle> |
| | 1263 | </NamedLayer> |
| | 1264 | </StyledLayerDescriptor> |
| | 1265 | }}} |
| | 1266 | |
| | 1267 | |
| | 1268 | Estilo **Labels dos Biomas Brasileiros**: |
| | 1269 | {{{ |
| | 1270 | Name: Labels dos Biomas Brasileiros |
| | 1271 | |
| | 1272 | Workspace: queimadas |
| | 1273 | }}} |
| | 1274 | |
| | 1275 | Colar o seguinte texto na área de texto: |
| | 1276 | {{{ |
| | 1277 | <?xml version="1.0" encoding="UTF-8"?> |
| | 1278 | <StyledLayerDescriptor 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" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"> |
| | 1279 | <NamedLayer> |
| | 1280 | <Name>Labels dos Biomas Brasileiros</Name> |
| | 1281 | <UserStyle> |
| | 1282 | <Title>Labels dos Biomas Brasileiros</Title> |
| | 1283 | <FeatureTypeStyle> |
| | 1284 | <Rule> |
| | 1285 | <PointSymbolizer> |
| | 1286 | <Geometry> |
| | 1287 | <ogc:PropertyName>geom</ogc:PropertyName> |
| | 1288 | </Geometry> |
| | 1289 | <Graphic> |
| | 1290 | <Mark> |
| | 1291 | <WellKnownName>circle</WellKnownName> |
| | 1292 | <Fill> |
| | 1293 | <CssParameter name="fill">#FF3300</CssParameter> |
| | 1294 | </Fill> |
| | 1295 | </Mark> |
| | 1296 | <Size>5</Size> |
| | 1297 | </Graphic> |
| | 1298 | </PointSymbolizer> |
| | 1299 | </Rule> |
| | 1300 | <Rule> |
| | 1301 | <TextSymbolizer> |
| | 1302 | <Label> |
| | 1303 | <ogc:PropertyName>nome</ogc:PropertyName> |
| | 1304 | </Label> |
| | 1305 | <LabelPlacement> |
| | 1306 | <PointPlacement> |
| | 1307 | <AnchorPoint> |
| | 1308 | <AnchorPointX> |
| | 1309 | <Literal>-0.1</Literal> |
| | 1310 | </AnchorPointX> |
| | 1311 | <AnchorPointY> |
| | 1312 | <Literal>0.5</Literal> |
| | 1313 | </AnchorPointY> |
| | 1314 | </AnchorPoint> |
| | 1315 | <Rotation> |
| | 1316 | <Literal>0</Literal> |
| | 1317 | </Rotation> |
| | 1318 | </PointPlacement> |
| | 1319 | </LabelPlacement> |
| | 1320 | <Font> |
| | 1321 | <CssParameter name="font-size">16</CssParameter> |
| | 1322 | <CssParameter name="font-style">normal</CssParameter> |
| | 1323 | <CssParameter name="font-weight">bold</CssParameter> |
| | 1324 | </Font> |
| | 1325 | <Fill> |
| | 1326 | <CssParameter name="fill">#FFFFFF</CssParameter> |
| | 1327 | </Fill> |
| | 1328 | <VendorOption name="conflictResolution">false</VendorOption> |
| | 1329 | <VendorOption name="partials">true</VendorOption> |
| | 1330 | </TextSymbolizer> |