kandy 0.8.0 Help

German States Map With Simple Settings (Shapefile)

val worldStates = GeoDataFrame.readShapefile("https://github.com/AndreiKingsley/datasets/raw/refs/heads/main/ne_10m_admin_1_states_provinces/ne_10m_admin_1_states_provinces.shp") val germanStates = worldStates.modify { filter { "admin"<String>() == "Germany" } } germanStates.plot { geoMap { fillColor = Color.hex("#E0E8D3") borderLine { width = 0.35 color = Color.hex("#567A56") } } layout { title = "Germany States" layout.style(Style.Void) } }
germany_map_settings_shapefile
Last modified: 08 February 2025