File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 44! go.mod
55! go.sum
66! go_tile
7- ! logger.go
8- ! main.go
9- ! renderer.go
7+ ! * .go
108! static
9+ ! renderer /* .go
10+ ! utils /* .go
Original file line number Diff line number Diff line change @@ -143,10 +143,11 @@ Anyways it should give you an indication of whether this is fast enough for your
143143
144144This repo also contains an experimental rudimentary renderer. Its goal is to be able to render some sort of map with little operational overhead.
145145
146- Experimental renderer (this will not be updated on every release, so ymmv):
146+ Experimental renderer (this will not be updated on every release, so ymmv) compared with osm.org:
147+
147148![ black lines only] ( assets/5295.png )
148- Comparison of osm.org:
149149![ osm.org] ( assets/5295-compare.png )
150+
150151Images [ OpenStreetMap] ( https://www.openstreetmap.org/ ) contributors, [ CC-BY-SA] ( https://creativecommons.org/licenses/by-sa/2.0/ )
151152
152153To use this, pass an oms.pbf file via ` -osm_path ` .
Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ module github.com/nielsole/go_tile
22
33go 1.20
44
5- require github.com/paulmach/osm v0.7.1
5+ require (
6+ git.sr.ht/~sbinet/gg v0.5.0
7+ github.com/paulmach/osm v0.7.1
8+ )
69
710require (
8- git.sr.ht/~sbinet/gg v0.5.0 // indirect
911 github.com/campoy/embedmd v1.0.0 // indirect
1012 github.com/datadog/czlib v0.0.0-20160811164712-4bc9a24e37f2 // indirect
1113 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
You can’t perform that action at this time.
0 commit comments