Skip to content

Commit

Permalink
edit index html
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen committed Jan 24, 2024
1 parent 4566562 commit c6a6c33
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,6 @@
margin: 0;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
<!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet" /> -->
</head>
<body>
<!-- <div style="width: 100vw; height: 150vh"> -->
<grw-app
api="https://admin.escapade62.fr/api/v2/"
name-layer="IGN,OpenStreetMap"
url-layer="https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&STYLE=normal&FORMAT=image/png&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}"
attribution-layer="<a target='_blank' href='https://ign.fr/'>IGN</a>,OpenStreetMap"
use-gradient="false"
treks="true"
touristic-contents="false"
touristic-events="false"
weather="false"
languages="fr"
rounded="false"
></grw-app>
<!-- color-primary-app="#0043AE"
color-on-primary="#FFFFFF"
color-surface="#0043AE"
color-on-surface="#FFFFFF"
color-surface-variant="#0043AE"
color-on-surface-variant="#000000"
color-primary-container="#0043AE"
color-on-primary-container="#FFFFFF"
color-secondary-container="#0043AE"
color-on-secondary-container="#FFFFFF"
color-background="#FFFFFF"
color-surface-container-high="#0043AE"
color-surface-container-low="#0043AE"
fab-background-color="#C9AE75"
fab-color="#000000"
color-departure-icon="#006b3b"
color-arrival-icon="#85003b"
color-sensitive-area="#4974a5"
color-poi-icon="#974c6e" -->
<!-- font-family="Montserrat" -->
<!-- </div> -->
</body>
<body></body>
</html>

0 comments on commit c6a6c33

Please sign in to comment.