Skip to content

Commit

Permalink
Map tips for hackfests
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondnijssen committed Nov 8, 2023
1 parent b3e515f commit 8b98f50
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions resources/data/qgis-hackfests.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
<qgis styleCategories="LayerConfiguration|Symbology|Labeling" version="3.35.0-Master" readOnly="0" labelsEnabled="1">
<qgis styleCategories="LayerConfiguration|Symbology|Labeling|MapTips" version="3.35.0-Master" readOnly="0" labelsEnabled="1">
<flags>
<Identifiable>1</Identifiable>
<Removable>1</Removable>
Expand Down Expand Up @@ -501,18 +501,18 @@
<effect type="effectStack" enabled="1">
<effect type="dropShadow">
<Option type="Map">
<Option type="QString" name="blend_mode" value="13"/>
<Option type="QString" name="blur_level" value="0.7935"/>
<Option type="QString" name="blend_mode" value="16"/>
<Option type="QString" name="blur_level" value="1.1935"/>
<Option type="QString" name="blur_unit" value="MM"/>
<Option type="QString" name="blur_unit_scale" value="3x:0,0,0,0,0,0"/>
<Option type="QString" name="color" value="0,0,0,255"/>
<Option type="QString" name="draw_mode" value="2"/>
<Option type="QString" name="enabled" value="1"/>
<Option type="QString" name="offset_angle" value="135"/>
<Option type="QString" name="offset_distance" value="2"/>
<Option type="QString" name="offset_distance" value="1"/>
<Option type="QString" name="offset_unit" value="MM"/>
<Option type="QString" name="offset_unit_scale" value="3x:0,0,0,0,0,0"/>
<Option type="QString" name="opacity" value="0.5"/>
<Option type="QString" name="opacity" value="0.538"/>
</Option>
</effect>
<effect type="outerGlow">
Expand Down Expand Up @@ -755,6 +755,7 @@
</labeling>
<blendMode>0</blendMode>
<featureBlendMode>0</featureBlendMode>
<previewExpression>"year"</previewExpression>
<previewExpression>"notes"</previewExpression>
<mapTip enabled="1">[%"notes"%]</mapTip>
<layerGeometryType>0</layerGeometryType>
</qgis>

0 comments on commit 8b98f50

Please sign in to comment.