Commit Graph

237 Commits

Author SHA1 Message Date
Brendan Ward
04d08f1258
ENH: Add support for returning missing images as HTTP 404 instead of blank PNGs (#177) 2024-01-17 09:51:41 -08:00
Brendan Ward
8403335a48
Add SSL forwarding to nginx example 2024-01-11 09:44:40 -08:00
Brendan Ward
f3d272e40f
Fix typo, prep for 0.10 release 2023-10-24 08:53:17 -07:00
Brendan Ward
c67091b652
ENH: Update interactive map preview (#176) 2023-10-19 17:17:04 -07:00
Brendan Ward
88ffb6cb2e
MNT: Upgrade Go and dependencies (#175) 2023-10-19 11:34:28 -07:00
Brendan C. Ward
c4c18f5b60
Disable buildx attestations to avoid unknown/unknown arch in ghcr.io 2023-03-16 19:57:44 -07:00
Brendan Ward
1225e5c52c
MNT: Switch to Github Container Registry (#168) 2023-03-16 19:35:39 -07:00
Brendan C. Ward
f1414596b9
Update Changelog 2023-03-10 17:52:13 -08:00
Brendan Ward
8e61a6c3b5
MNT: Upgrade dependencies and Go versions (#166) 2023-03-10 17:47:54 -08:00
David Calhoun
084569f213
DOC: fix typo (fromatted -> formatted) (#161) 2023-01-18 08:52:12 -08:00
Chris Mytton
57dfb4da20
Make it easier to copy README code samples (#160) 2023-01-17 08:56:58 -08:00
Brendan C. Ward
9b6c0dbd18
Remove old Heroku config 2022-12-14 08:47:54 -08:00
Brendan C. Ward
5de63e7cd6
Fix version of CI coverage action 2022-10-19 20:17:53 -07:00
Brendan C. Ward
ee3c3ea7c2
Upgrade CI coverage actions 2022-10-19 20:15:33 -07:00
Brendan C. Ward
d945299bb2
Try again to upgrade CI actions 2022-10-19 20:08:29 -07:00
Brendan C. Ward
05659dda14
Update CI actions to latest versions 2022-10-19 20:06:57 -07:00
Brendan C. Ward
f11693bc82
Update to Go 1.19 in CI, set min version to 1.17 2022-10-19 20:01:02 -07:00
Brendan C. Ward
3a710c6396
Upgrade dependencies esp. echo 2022-10-18 16:31:11 -07:00
Brendan Ward
c4e7d1f8b5
ENH: Add auto-detection of tile size and return blank PNG of same size (#155) 2022-08-30 11:43:42 -07:00
Brendan Ward
85eee9b020
CI: Build docker images for x86_64 / arm64 (#152) 2022-06-13 15:29:13 -07:00
Brendan Ward
15bd5afe18
ENH: Avoid protocol errors in log for handler (#151) 2022-06-13 15:28:47 -07:00
Brendan Ward
9824f563d2
ENH: Switch from gulp to esbuild (#150)
Switch from gulp to esbuild
2022-06-07 17:22:10 -07:00
Brendan C. Ward
e0df7f4705
Update license 2022-06-07 16:00:52 -07:00
Brendan Ward
1220c5da83
ENH: Switch to stamen basemaps (#148) 2022-06-07 16:00:11 -07:00
Brendan Ward
8c663339a5
CI: Pin Ubuntu to 20.04 (#149) 2022-06-07 15:57:55 -07:00
Brendan C. Ward
c6fc4de320
Update to latest mbtiles-go 2022-06-07 13:19:16 -07:00
Brendan Ward
f128f4c72f
Merge pull request #143 from djbeadle/patch-1
Update README.md with "go install" command
2022-04-21 17:29:39 -07:00
Daniel Beadle
c388a3e9e1
Update README.md with "go install" command
~~~
$ go get github.com/consbio/mbtileserver
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.
~~~
2022-04-21 19:18:49 -04:00
Brendan Ward
7f47d4fd10
Merge pull request #140 from eltociear/patch-1
Fix typo in tileset.go
2022-02-18 08:46:36 -08:00
Ikko Ashimine
9542c55ae4
Fix typo in tileset.go
beging -> being
2022-02-18 23:50:39 +09:00
Brendan C. Ward
42c1249993
Update start of 0.9, update contributors 2022-02-17 14:07:05 -08:00
Martin Karlsen Jensen
200698f155
Add option that allows to specify what IP to listen on (#138) 2022-02-17 14:01:08 -08:00
Brendan C. Ward
6e0bb523ff
Prep for 0.8.2 release 2022-02-17 12:33:38 -08:00
Brendan C. Ward
b8165a3e96
Fix map preview for vector tiles when center is not present in metadata 2022-02-17 08:49:54 -08:00
Brendan C. Ward
a64f45b688
Use fixed version of mbtiles-go for #136 2022-01-29 07:06:01 -08:00
Brendan C. Ward
e3b609c02a
Closes #136 from latest version of mbtiles-go 2022-01-28 21:17:56 -08:00
Brendan C. Ward
ecd7b51b22
Consolidate get of request host 2022-01-25 09:08:13 -08:00
Brendan Ward
53e028bb0b
Merge pull request #135 from jleedev/fix-host
Prefer X-Forwarded-Host over Host for generated URLs
2022-01-25 09:00:38 -08:00
Josh Lee
7958b4c208 Prefer X-Forwarded-Host over Host for generated URLs 2022-01-25 04:32:07 +00:00
Brendan Ward
fae6d13a8a
Create codeql-analysis.yml 2021-12-30 12:02:04 -08:00
Brendan C. Ward
f8a2d74446
make sure all tilejson / preview errors are handled 2021-12-30 11:51:47 -08:00
Brendan C. Ward
01830c1e87
Fix handling of moved / renamed files in watched directories 2021-12-27 20:58:23 -08:00
Brendan Ward
b3c552d8c1
Add CI test for ARM64 (#132) 2021-12-24 12:29:36 -08:00
Brendan C. Ward
d0ea8479c0
Use correct gcc for Arm64 build, rename main build, relax floating point comparison test 2021-12-24 08:17:22 -08:00
Brendan C. Ward
54d70fbb95
Fix update of Arm64 dockerfile to Go 1.17 2021-12-24 07:39:27 -08:00
Brendan C. Ward
4fe72726bf
Fix update of Dockerfile to Go 1.17 2021-12-22 10:30:42 -08:00
Brendan C. Ward
a26f9228a9
Prep for 0.8 release 2021-12-22 09:50:49 -08:00
Brendan C. Ward
a1080670de
Upgrade deps 2021-12-14 11:29:53 -08:00
Brendan Ward
26cd74b442
Add --enable-fs-watch to watch filesystem for changes to tilesets (#122) 2021-12-14 11:23:55 -08:00
Brendan Ward
fee83f0cc5
Migrate to mbtiles-go (#124) 2021-12-14 11:04:41 -08:00