Skip to content

Instantly share code, notes, and snippets.

View jorelosorio's full-sized avatar
🫐
Blåbær

Jorel jorelosorio

🫐
Blåbær
  • Trondheim, Norway
View GitHub Profile
@jorelosorio
jorelosorio / OpenStreetMapTilesDownloader.go
Last active March 16, 2022 09:14
A couple of functions to download tiles from OpenStreetMaps and concatenate them into one single image. NB! Not recommended for more than 5 in zoom level!
package main
import (
"fmt"
"os"
"os/exec"
)
func main() {
var zoom = 2