You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want to share some issues I bumped into and also the solutions for anyone else who might experience the same.
Missing access righs to close the git repo: the correct command to clone it is git clone https://github.com/protomaps/basemaps.git, which I found out coincidentally.
On my WSL. JDK 11 was included but Maven requires at least 21, so an update is necessary by using sudo apt install openjdk-25-jdk. Only then Maven succeeded,
For some reason downloading the qrank.csv.gz was incredibly slow. Connecting to a VPN in the US made it better, but best results came using a Japanese VPN connection.
Final boss so far: "java.lang.OutOfMemoryError: Java heap space". I solved it by adding the paramater -Xmx3g to the java command line, so java -Xmx3g -jar target/*-with-deps.jar --download --force --area=monaco
Looks like I managed to create the tile files! Unfortunately, I didn't get the server to run yet, because I'm stuck at "nvm use". Will keep you posted...
Edit: Strike that, I just extracted the pmtiles file directly out of the WSL directory structure, which should be good enough haha.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I want to share some issues I bumped into and also the solutions for anyone else who might experience the same.
git clone https://github.com/protomaps/basemaps.git, which I found out coincidentally.sudo apt install openjdk-25-jdk. Only then Maven succeeded,java -Xmx3g -jar target/*-with-deps.jar --download --force --area=monacoLooks like I managed to create the tile files! Unfortunately, I didn't get the server to run yet, because I'm stuck at "nvm use". Will keep you posted...
Edit: Strike that, I just extracted the pmtiles file directly out of the WSL directory structure, which should be good enough haha.
Beta Was this translation helpful? Give feedback.
All reactions