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 8b60b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_geoengine/models/geo_raster_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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 8b60b4a

Please sign in to comment.