-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
--- | ||
title: Austria | ||
--- | ||
import Slider from "react-slick"; | ||
import "@site/src/css/slider.css"; | ||
--- | ||
title: Austria | ||
--- | ||
import Slider from "react-slick"; | ||
import "@site/src/css/slider.css"; | ||
|
||
|
||
### Informations | ||
* Size in blocks of the map: (height)*(width) blocks (total size km2) | ||
* Size of the download: ~3GB | ||
* Coordinates for chunky: unknown | ||
* Scale: ~1:30 | ||
* Price: Free | ||
### Informations | ||
* Size in blocks of the map: (height)*(width) blocks (total size km2) | ||
* Size of the download: ~3GB | ||
* Coordinates for chunky: unknown | ||
* Scale: ~1:30 | ||
* Price: Free | ||
|
||
### Preview | ||
<img src="/img/maps/previews/europe/Austria.webp" alt="A picture of the Austria map"></img> | ||
### Preview | ||
<img src="/img/maps/previews/europe/Austria.webp" alt="A picture of the Austria map"></img> | ||
|
||
### Gallery | ||
<Slider dots infinite slidesToShow={1} slidesToScroll={1} pauseOnHover speed={500} autoplay autoplaySpeed={3000}> | ||
<img src="/img/maps/gallery/europe/Austria/0.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/1.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/2.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/3.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/4.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/5.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/6.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/7.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/8.webp"></img> | ||
</Slider> | ||
### Gallery | ||
<Slider dots infinite slidesToShow={1} slidesToScroll={1} pauseOnHover speed={500} autoplay autoplaySpeed={3000}> | ||
<img src="/img/maps/gallery/europe/Austria/0.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/1.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/2.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/3.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/4.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/5.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/6.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/7.webp"></img> | ||
<img src="/img/maps/gallery/europe/Austria/8.webp"></img> | ||
</Slider> |