diff --git a/docker-compose.yaml b/docker-compose.yaml index faac9e0..c8833da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,7 @@ services: image: grafana/grafana-oss # grafana/grafana-oss:10.0.2 container_name: 'geomap-wms-map-panel' environment: - - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=geomap-wms-panel + - GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=felixrelleum-geomap-wms-panel - GF_INSTALL_PLUGINS=marcusolsson-json-datasource,iosb-sensorthings-datasource # - GF_USERS_DEFAULT_LANGUAGE=de - GF_LOG_MODE=console file diff --git a/package-lock.json b/package-lock.json index dc2accc..5f2678b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "geomap-wms-panel", - "version": "1.1.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/provisioning/dashboards/dashboard_e2e.json b/provisioning/dashboards/dashboard_e2e.json index a32224a..286decb 100644 --- a/provisioning/dashboards/dashboard_e2e.json +++ b/provisioning/dashboards/dashboard_e2e.json @@ -146,7 +146,7 @@ } } ], - "type": "geomap-wms-panel" + "type": "felixrelleum-geomap-wms-panel" }, { "datasource": { diff --git a/src/plugin.json b/src/plugin.json index 04b649f..0fb89f6 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,7 +1,7 @@ { "type": "panel", "name": "Geomap Panel WMS", - "id": "geomap-wms-panel", + "id": "felixrelleum-geomap-wms-panel", "info": { "description": "Extension of the Geomap-Plugin by OGC Web Map Service integration", "author": {