diff --git a/Cargo.lock b/Cargo.lock index 5581f81..972751d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,7 +343,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "flow-iron" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3db44fd..08f25aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flow-iron" -version = "0.11.2" +version = "0.11.3" edition = "2024" description = "Infrastructure-as-code CLI — deploy Docker Compose apps with Caddy reverse proxy and Cloudflare DNS" license = "MIT" diff --git a/src/dashboard.rs b/src/dashboard.rs index bc2a094..b5278f5 100644 --- a/src/dashboard.rs +++ b/src/dashboard.rs @@ -46,6 +46,7 @@ fn build_panel(id: i64, chart: &Chart, x: i64, y: i64, w: i64) -> Value { if is_choropleth { config["map_view"] = json!({"zoom": 1.5, "lat": 20.0, "lng": 0.0}); config["base_map"] = json!({"type": "osm"}); + config["map_type"] = json!({"type": "world"}); } json!({