diff --git a/examples/examples/Control/MapView/.src/FMain.class b/examples/examples/Control/MapView/.src/FMain.class index 3240396c9..6c90b03b0 100644 --- a/examples/examples/Control/MapView/.src/FMain.class +++ b/examples/examples/Control/MapView/.src/FMain.class @@ -18,12 +18,12 @@ Public Sub _new() MapView1.Map.AddTile("GoogleMap", "https://khms{s}.google.fr/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "121"], "gm").SubDomains = ["0", "1", "2"] MapView1.Map["GoogleMap"].Visible = False - MapView1.Map.AddTile("OpenStreet", "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", Null) + MapView1.Map.AddTile("OpenStreet", "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", Null).Copyright = "© OpenStreetMap contributors" 'Map for lens hmap.AddTile("GoogleMap", "https://khms{s}.google.fr/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "121"]).SubDomains = ["0", "1", "2"] - + hmap.Padding = 256 hmap.Resize(200, 200) 'Manage the list of layers