Skip to content

Commit

Permalink
Update tile_provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj-py authored and flopp committed Apr 3, 2024
1 parent c226716 commit 325518f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tile_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ func NewTileProviderOpenStreetMaps() *TileProvider {
t.Name = "osm"
t.Attribution = "Maps and Data (c) openstreetmap.org and contributors, ODbL"
t.TileSize = 256
t.URLPattern = "http://%[1]s.tile.openstreetmap.org/%[2]d/%[3]d/%[4]d.png"
t.Shards = []string{"a", "b", "c"}
t.URLPattern = "https://tile.openstreetmap.org/%[2]d/%[3]d/%[4]d.png"
t.Shards = []string{}
return t
}

Expand Down

0 comments on commit 325518f

Please sign in to comment.