Skip to content

Commit

Permalink
assign proper component id
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zilla committed Jul 30, 2024
1 parent 3a6f572 commit 75f5d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview.geoshp/ncsa.geo.shp.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def process_message(self, connector, host, secret_key, resource, parameters):
"client": host,
"parameters": result,
"visualization_mimetype": "application/zip",
"visualization_component_id": "geoserver-viewer-component"
"visualization_component_id": "geoserver-vector-viewer-component"
})
headers = {
"X-API-KEY": secret_key,
Expand Down

0 comments on commit 75f5d11

Please sign in to comment.