Skip to content

Commit a704bf6

Browse files
committed
updates
1 parent f08cc4d commit a704bf6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
RUN curl -L --silent --show-error --fail -o /planetiler.jar \
1212
https://github.com/onthegomap/planetiler/releases/download/v0.10.2/planetiler.jar \
1313
&& curl -L --silent --show-error --fail -o /martin.tar.gz \
14-
https://github.com/maplibre/martin/releases/download/martin-v1.10.1/martin-aarch64-unknown-linux-gnu.tar.gz \
14+
https://github.com/maplibre/martin/releases/download/martin-v1.10.1/martin-x86_64-unknown-linux-musl.tar.gz \
1515
&& tar -xzf /martin.tar.gz -C /usr/local/bin \
1616
&& rm /martin.tar.gz \
1717
&& mkdir -p /data/sources

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We have already downloaded an OSM extract created with [slice.openstreetmap.us](
2626
Run the following command.
2727

2828
```
29-
java -jar /planetiler.jar --download_dir=/data/sources --minzoom=0 --maxzoom=14 --osm_path=/data/sources/workshop.osm.pbf --output=/data/workshop.mbtiles
29+
java -jar /planetiler.jar --download_dir=/data/sources --minzoom=0 --maxzoom=14 --osm_path=/data/sources/workshop.osm.pbf --tmpdir=/data/tmp --output=/data/workshop.mbtiles
3030
```
3131

3232
#### Expected Result

README.old.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [slide deck](https://docs.google.com/presentation/d/1H0FPzIV7tJMvrr5d2S_
44

55
## Pre-reqs
66
* Docker and Docker Compose
7-
* Download the data from [Geofabrik](https://download.geofabrik.de/), e.g. `estonia-latest.osm.pbf` from [this page](https://download.geofabrik.de/europe/estonia.html) into `data/` directory. ([mirror](https://maplibre-tiles-workshop-07-2024.s3.eu-central-1.amazonaws.com/estonia-latest.osm.pbf))
7+
* Download the data from [Geofabrik](https://download.geofabrik.de/), e.g. `estonia-latest.osm.pbf` from [this page](https://download.geofabrik.de/europe/estonia.html) into `/data` directory. ([mirror](https://maplibre-tiles-workshop-07-2024.s3.eu-central-1.amazonaws.com/estonia-latest.osm.pbf))
88
* Download latest [martin release](https://github.com/maplibre/martin/releases)
99
* Prefetch needed docker images
1010

0 commit comments

Comments
 (0)