Skip to content

Commit

Permalink
Fix migration dependence and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Jan 10, 2024
1 parent aa598a5 commit 2e30440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g3w-admin/mapproxy/migrations/0002_auto_20231221_1147.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('qdjango', '0117_auto_20231219_1351'),
('qdjango', '0115_project_geocoding_providers'),
('mapproxy', '0001_initial'),
]

Expand Down
2 changes: 1 addition & 1 deletion g3w-admin/mapproxy/templates/mapproxy/mapproxy_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sources:
featureinfo: True
req:
url: {{ows_url}}
layers: {{layer.name}}
layers: {% if layer.project.wms_use_layer_ids %}{{layer.qgs_layer_id}}{% else %}{{layer.name}}{% endif %}
transparent: true
supported_formats: [png,jpeg,tiff]
coverage:
Expand Down

0 comments on commit 2e30440

Please sign in to comment.