Skip to content

Commit

Permalink
Merge pull request #262 from rldhont/action-style-new-ol
Browse files Browse the repository at this point in the history
Fixing action style for new OpenLayers
  • Loading branch information
Gustry authored Dec 10, 2024
2 parents 75e0e22 + 1a4c9b6 commit b79c143
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions source/publish/lizmap_plugin/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,13 @@ You can get the QGIS layer internal ID with the QGIS expression ``@layer_id``.
"other_param": "yes"
},
"style": {
"graphicName": "circle",
"pointRadius": 6,
"fill": true,
"fillColor": "lightred",
"fillOpacity": 0.3,
"stroke": true,
"strokeWidth": 4,
"strokeColor": "red",
"strokeOpacity": 0.8
"fill-color": "rgba(255,255,255,0.4)",
"stroke-color": "#3399CC",
"stroke-width": 1.25,
"circle-radius": 5,
"circle-fill-color": "rgba(255,255,255,0.4)",
"circle-stroke-width": 1.25,
"circle-stroke-color": "#3399CC"
},
"callbacks": [
{"method": "zoom"},
Expand Down

0 comments on commit b79c143

Please sign in to comment.