-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoligonos.qml
42 lines (42 loc) · 2.36 KB
/
poligonos.qml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
<qgis styleCategories="LayerConfiguration|Labeling|MapTips|Diagrams|AttributeTable|Rendering" labelsEnabled="0" simplifyDrawingHints="1" simplifyMaxScale="1" version="3.4.9-Madeira" simplifyDrawingTol="1" simplifyLocal="1" maxScale="0" simplifyAlgorithm="0" readOnly="0" hasScaleBasedVisibilityFlag="0" minScale="1e+8">
<flags>
<Identifiable>1</Identifiable>
<Removable>1</Removable>
<Searchable>1</Searchable>
</flags>
<layerOpacity>1</layerOpacity>
<SingleCategoryDiagramRenderer attributeLegend="1" diagramType="Histogram">
<DiagramCategory minScaleDenominator="0" lineSizeScale="3x:0,0,0,0,0,0" scaleDependency="Area" opacity="1" scaleBasedVisibility="0" minimumSize="0" penAlpha="255" sizeScale="3x:0,0,0,0,0,0" maxScaleDenominator="1e+8" barWidth="5" width="15" diagramOrientation="Up" enabled="0" lineSizeType="MM" labelPlacementMethod="XHeight" penWidth="0" height="15" backgroundColor="#ffffff" penColor="#000000" backgroundAlpha="255" rotationOffset="270" sizeType="MM">
<fontProperties description="Noto Sans,12,-1,5,50,0,0,0,0,0" style=""/>
</DiagramCategory>
</SingleCategoryDiagramRenderer>
<DiagramLayerSettings showAll="1" zIndex="0" obstacle="0" dist="0" placement="1" linePlacementFlags="18" priority="0">
<properties>
<Option type="Map">
<Option name="name" value="" type="QString"/>
<Option name="properties"/>
<Option name="type" value="collection" type="QString"/>
</Option>
</properties>
</DiagramLayerSettings>
<attributetableconfig sortExpression="" actionWidgetStyle="dropDown" sortOrder="0">
<columns>
<column hidden="0" name="fid" type="field" width="-1"/>
<column hidden="0" name="left" type="field" width="-1"/>
<column hidden="0" name="top" type="field" width="-1"/>
<column hidden="0" name="right" type="field" width="-1"/>
<column hidden="0" name="bottom" type="field" width="-1"/>
<column hidden="0" name="id" type="field" width="-1"/>
<column hidden="0" name="NUMPOINTS" type="field" width="-1"/>
<column hidden="1" type="actions" width="-1"/>
</columns>
</attributetableconfig>
<conditionalstyles>
<rowstyles/>
<fieldstyles/>
</conditionalstyles>
<previewExpression>fid</previewExpression>
<mapTip></mapTip>
<layerGeometryType>2</layerGeometryType>
</qgis>