Skip to content

Commit

Permalink
Shorten workspace name in map_layer_relation_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Jan 22, 2024
1 parent 3bbeeab commit 4929e1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"title": "Hranice",
"className": "HSLayers.Layer.WMS",
"singleTile": true,
"url": "http://localhost:8000/geoserver/layer_map_relation_workspace_wms/ows",
"url": "http://localhost:8000/geoserver/layer_map_relation_ws_wms/ows",
"params": {
"LAYERS": "hranice",
"FORMAT": "image\/png"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"title": "Hranice",
"className": "HSLayers.Layer.WMS",
"singleTile": true,
"url": "http://localhost:8000/some-client-proxy/geoserver/layer_map_relation_workspace_wms/ows",
"url": "http://localhost:8000/some-client-proxy/geoserver/layer_map_relation_ws_wms/ows",
"params": {
"LAYERS": "hranice",
"FORMAT": "image\/png"
Expand All @@ -60,7 +60,7 @@
"title": "Mista",
"className": "HSLayers.Layer.WMS",
"singleTile": true,
"url": "http://localhost:8000/geoserver/layer_map_relation_workspace_wms/ows",
"url": "http://localhost:8000/geoserver/layer_map_relation_ws_wms/ows",
"params": {
"LAYERS": "mista",
"FORMAT": "image\/png"
Expand All @@ -79,7 +79,7 @@
"opacity": 1,
"protocol": {
"format": "hs.format.WFS",
"url": "http://localhost:8000/geoserver/layer_map_relation_workspace/wfs"
"url": "http://localhost:8000/geoserver/layer_map_relation_ws/wfs"
},
"ratio": 1.5,
"singleTile": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

DIRECTORY = os.path.dirname(os.path.abspath(__file__))

WORKSPACE = 'layer_map_relation_workspace'
WORKSPACE = 'layer_map_relation_ws'
PRIVATE_WORKSPACE = 'layer_map_relation_user'

LAYER_HRANICE = Publication(WORKSPACE, process_client.LAYER_TYPE, 'hranice')
Expand Down

0 comments on commit 4929e1b

Please sign in to comment.