Skip to content

Commit

Permalink
use cron-updated map
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Sep 28, 2024
1 parent 77f8f45 commit 666a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/app/owlcms/fly/ui/MainView.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void showLandingPage() {
mapContainer.setHeight("650px");
mapContainer.getStyle().set("overflow", "hidden");
IFrame map = new IFrame(
"https://umap.openstreetmap.fr/en/map/owlcms_1117782#2/15.88/21.80?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&editMode=disabled&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=none&captionBar=false&captionMenus=true");
"https://umap.openstreetmap.fr/en/map/owlcms_1119300#2/15.88/21.80?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&editMode=disabled&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=none&captionBar=false&captionMenus=true");
map.setWidth("1000px");
map.setHeight("733px");
map.getElement().setAttribute("allowfullscreen", true);
Expand Down

0 comments on commit 666a8a5

Please sign in to comment.