Skip to content

Commit

Permalink
[MY_COMMIT] set basemap to default as we could replace it by using a …
Browse files Browse the repository at this point in the history
…customized grafana.ini config file
  • Loading branch information
senmizu committed Dec 9, 2024
1 parent b93412a commit 7eb40c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/js/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const DirectionArrow = CircleMarker.extend({
function createMap(opts) {
const map = new M(opts.elId != null ? `map_${opts.elId}` : "map", opts);

const osm = new TileLayer("https://tile.thunderforest.com/atlas/{z}/{x}/{y}.png", {
const osm = new TileLayer("https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png", {
maxZoom: 19,
});

Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/charging-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@
"config": {},
"name": "Layer 0",
"tooltip": true,
"type": "osm-standard"
"type": "default"
},
"controls": {
"mouseWheelZoom": true,
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/internal/charge-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
"basemap": {
"config": {},
"name": "Layer 0",
"type": "osm-standard"
"type": "default"
},
"controls": {
"mouseWheelZoom": true,
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/internal/drive-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"basemap": {
"config": {},
"name": "Layer 0",
"type": "osm-standard"
"type": "default"
},
"controls": {
"mouseWheelZoom": true,
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"basemap": {
"config": {},
"name": "Layer 0",
"type": "osm-standard"
"type": "default"
},
"controls": {
"mouseWheelZoom": true,
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/visited.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"basemap": {
"config": {},
"name": "Layer 0",
"type": "osm-standard"
"type": "default"
},
"controls": {
"mouseWheelZoom": true,
Expand Down

0 comments on commit 7eb40c5

Please sign in to comment.