Skip to content

Commit

Permalink
[16.0][FIX] base_geoengine: Updated field label
Browse files Browse the repository at this point in the history
   Updated field label from "Params" to "Params WMS"
of params_wms
  • Loading branch information
anusriNPS committed Jul 15, 2024
1 parent bdca5d0 commit 5dfe735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base_geoengine/models/geo_raster_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class GeoRasterLayer(models.Model):
params = fields.Char(help="Dictiorary of values for dimensions as JSON")

# wms options
params_wms = fields.Char("Params", help="Need to provide at least a LAYERS param")
params_wms = fields.Char(
"Params WMS", help="Need to provide at least a LAYERS param"
)
server_type = fields.Char(
help="The type of the remote WMS server: mapserver, geoserver, carmentaserver, or qgis",
)
Expand Down

0 comments on commit 5dfe735

Please sign in to comment.