Commit Graph

237 Commits

Author SHA1 Message Date
Brendan Ward
dcf21b9a95
Switch to go:embed for embedding templates and static assets (#127) 2021-12-13 17:14:59 -08:00
Brendan C. Ward
95bb29b96a
Add Go 1.17 to CI 2021-12-08 17:39:33 -08:00
Brendan C. Ward
f5a18b9bc1
Add attribution to preview maps, per #121 2021-10-30 11:46:08 -07:00
Brendan Ward
3bccdaf41e
CI: Add arm64 release (#120) 2021-10-12 17:07:50 -07:00
Brendan C. Ward
bd278437f9
Update readme for start of 0.8, update contributors 2021-10-12 10:23:31 -07:00
Brendan Ward
3536255a2a
Fix handlers for ArcGIS (#116) 2021-10-12 10:05:33 -07:00
Brendan Ward
925cf05f26
Merge pull request #117 from cbenz/patch-1
Rename --root-url-path option and corresponding environment variable in README.md
2021-08-25 08:11:33 -07:00
Christophe Benz
456562dbf9
Update README.md
According to https://github.com/consbio/mbtileserver/pull/100 and the `CHANGELOG.md`, the `--root-url-path` option was renamed to `--root-url`, and the environment variable `ROOT_URL_PATH` was renamed to `ROOT_URL`.

The README should be updated in consequence.
2021-08-25 12:39:00 +02:00
Brendan C. Ward
761c302ecc
Bump JS dep versions for map previews, bring Mapbox GL 1.x into core instead of CDN hosted version 2021-08-06 20:23:30 -07:00
Brendan C. Ward
057db5a2ee
Update Caddy example in README 2021-05-14 10:44:11 -07:00
Brendan C. Ward
a48540c595
Upgrade Go dependencies, cleanup README, prepare for release of 0.7 2021-05-14 09:58:24 -07:00
Brendan C. Ward
05b7ac4759
Merge branch 'github_ci' 2021-05-13 21:03:01 -07:00
Brendan C. Ward
05ff1447a1
Fix permissions issue with GH action 2021-05-13 20:56:03 -07:00
Brendan C. Ward
8c2e5aceaf
Migrate to github actions for testing 2021-05-13 20:54:27 -07:00
Brendan C. Ward
988a940403
Upgrade JS dependencies and rebuild static assets 2021-05-13 20:12:32 -07:00
Brendan C. Ward
eb93ab424e
Removed vendor directory, now requires Go 1.13+ 2021-05-13 20:01:52 -07:00
Brendan C. Ward
a14c94fad7
Fixes WebP detection, resolves #110, #98 2021-05-13 19:40:55 -07:00
Brendan C. Ward
3de7e6bd97
resolves #108, upgrades Go version in Docker 2021-05-13 18:17:20 -07:00
Nikolay Korotkiy
e3949ffa63
Fix README (#107) 2021-04-24 09:20:15 -07:00
Brendan C. Ward
07d552cdcb
Return 404 for service endpoints when service listing is disabled, upgrade docker base images 2020-12-17 14:38:16 -08:00
Brendan Ward
ca4a94e0c5
Refactor of handlers, middleware, command line options (#100) 2020-05-11 11:18:31 -07:00
Brendan C. Ward
f2305b518f
Upgrade docker to Go 1.14 2020-04-02 09:30:00 -07:00
Brendan C. Ward
1473ef4454
Github action: use 1.13-stretch to use glibc compatible with Ubuntu 18.04 2020-03-26 14:07:25 -07:00
Brendan C. Ward
446c5e4228
Freeze version, fix github action 2020-03-26 13:45:47 -07:00
Brendan C. Ward
a5b262f5b3
Add github Actions workflow and action to build binaries on release 2020-03-26 13:24:47 -07:00
Brendan C. Ward
a613fe59f4 Refactored how request auth keys are set on a ServiceSet 2020-02-14 06:14:14 -08:00
Nikolay Korotkiy
7e953bac4f
Fix goreportcard reported issues (#95) 2020-02-14 06:00:21 -08:00
Brendan C. Ward
bf6b6d3f0c Merge branch 'fix_travis_go_modules' 2020-02-14 05:31:37 -08:00
Brendan C. Ward
72b039d5dd Update documentation for supported Go versions 2020-02-14 05:31:18 -08:00
Brendan C. Ward
7890cbeb91 Attempt to get Travis-CI go 1.11 build working again 2020-02-13 08:43:01 -08:00
Brendan C. Ward
b872713c7d Update vendor directory to get Travis-CI builds working for Go < 1.12 2020-02-12 22:00:16 -08:00
Brendan C. Ward
b23dd65d8b Attempt to get Travis-CI working by forcing modules on 2020-02-12 21:42:36 -08:00
Brendan C. Ward
1a03eaa843 Clarify use of go generate command 2020-02-12 20:57:36 -08:00
Brendan C. Ward
d55a0bf60e Resolved #85 (template loading issues) 2020-02-12 20:51:01 -08:00
Brendan C. Ward
4422a9c56a Resolved #89, also added sensible default port for --tls and --cert options 2020-02-12 17:09:41 -08:00
Brendan C. Ward
ab7ae02578 Remove redundant file walk of tile directory, always setup empty ServiceSets
Allows server to startup even if no services could be constructed
2020-02-12 14:16:01 -08:00
Brendan C. Ward
de40ed94a2 Fix bugs in map preview introduced by upgrading d3 deps; drop live examples (not maintained) 2020-02-12 13:23:40 -08:00
Brendan C. Ward
d6c3465ca0 Resolves #90, #91 2020-02-10 20:38:09 -08:00
Brendan C. Ward
acbbd67e36 Clarify domain option 2020-02-06 17:38:01 -08:00
Brendan C. Ward
1043e833a6 Add all-contributors 2019-11-20 13:07:10 -08:00
Brendan C. Ward
f5b177c0cb Added test vector tileset 2019-11-19 21:06:48 -08:00
Brendan C. Ward
6263c3010a Added compiled assets for #84 2019-11-19 20:40:47 -08:00
Brendan Ward
fc91bd5a6a
Merge pull request #84 from sikmir/fix-bounds
Gracefully handle missing tile service bounds in map preview
2019-11-19 08:36:39 -08:00
Nikolay Korotkiy
65d73d5600
Gracefully handle missing tile service bounds in map preview 2019-11-18 20:28:28 +03:00
Brendan C. Ward
10eb6193b7 Add test for invalid tile format, resolves #58 2019-11-08 05:50:54 -08:00
Brendan C. Ward
3668ce5de2 Add Go 1.13 to Travis-CI matrix 2019-11-07 18:56:55 -08:00
Brendan C. Ward
e71e126fd5 Cleanup vendoring per error flagged by go 1.13 2019-11-07 18:33:08 -08:00
Brendan Ward
ad528be2a0
Merge pull request #80 from sikmir/fix-crash
Fix crash caused by corrupted mbtiles file
2019-11-07 18:05:53 -08:00
Brendan C. Ward
f0c761e2be Added validation of tileset and associated tests 2019-11-07 17:59:57 -08:00
Nikolay Korotkiy
54f689c6a3
Fix crash caused by corrupted mbtiles file (#55) 2019-11-08 01:32:47 +03:00