Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.0][IMP] base_geoengine: allow custom configuration on layer opacity #261

Merged
merged 2 commits into from
Jun 23, 2020

Commits on Jun 19, 2020

  1. [IMP] base_geoengine: allow custom configuration on layer opacity

    into the view definition, you can now specify 2 options on the geofield. Opacity (for the layer) and a fill_color
    ex:
    <field name="geofield" widget="geo_edit_map"
     options='{"opacity": 0.4, "fill_color":"#33ccff"}'/>
    lmarion-source authored and lmignon committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    1357fb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. [IMP] base_geoengine_demo: Illustrate the use of opacity and fill_col…

    …or options for the geo_edipt_map witget
    lmignon committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    608cce3 View commit details
    Browse the repository at this point in the history