Commit Graph

136 Commits

Author SHA1 Message Date
Brendan Ward
051fc2412a
Merge pull request #79 from sikmir/add-docker-compose
Add docker-compose.yml
2019-09-27 19:59:16 -07:00
Nikolay Korotkiy
b970d46d1a
Add docker-compose.yml 2019-09-27 12:29:13 +03:00
Brendan Ward
62706b39a2 Fix readme 2019-09-04 06:22:29 -07:00
Brendan Ward
7ed8ab0fd8 Updated Docker instructions in README 2019-09-03 16:07:53 -07:00
Brendan Ward
17add76451 Merge remote-tracking branch 'origin/master' 2019-09-02 09:52:28 -07:00
Brendan Ward
db117ddc31 README updates 2019-09-02 09:51:31 -07:00
Brendan Ward
d0770d9edb
Merge pull request #77 from Krizz/master
Fix tiles with mixed case not loading
2019-09-02 09:31:13 -07:00
Kristjan
b97143cc41
Fix tilesets with mixed case id not loading 2019-09-02 13:56:17 +02:00
Brendan Ward
3e4b902935
Merge pull request #75 from consbio/addDockerfile 2019-08-30 19:18:00 -07:00
Brendan Ward
4d1cdc7e8f Updated docker build process and added instructions 2019-08-30 19:15:08 -07:00
Robert Brown
c5ec1da52d Add dockerfile to the project 2019-07-26 15:49:54 +01:00
Nik Molnar
55f887a895
Don’t try to load .mbtiles files during write (#73) 2019-07-03 17:25:22 -07:00
Nik Molnar
c873e74160
Fixes for graceful reload (#72)
* Give time for new child process to start on reload

* Make reload an optional feature (off by default)

* Fix typo
2019-07-02 08:58:13 -07:00
Nik Molnar
3d4efd52f5
Add support for graceful reload (#69)
* Add support for graceful reload

* Restart child process on accidental shutdown

* Don't fork during shutdown

* Reorder imports

* Add reload instructions to docs
2019-06-06 10:43:38 -07:00
Brendan Ward
d5769a03af Updated env vars and readme 2019-06-02 06:42:45 -07:00
Mihail
e49102f55b Environment args (#70)
Add env for all arguments and info about env usage
2019-06-02 21:21:38 +08:00
Brendan Ward
9435275305 Pull in latest from labstack/echo so that AutoTLS works 2019-03-23 09:26:09 -07:00
Brendan Ward
01e5398a10 Migrate to go modules 2019-03-23 08:32:54 -07:00
Brendan Ward
5b60cb9b70 Upgrade Echo for fixes to autocert handling 2019-03-22 20:57:24 -07:00
Brendan Ward
421604c5cd Updates to Autocert per breaking changes from LetsEncrypt 2019-03-22 20:41:59 -07:00
Nikolas Stevenson-Molnar
120d0eabe9 Bug fix 2019-03-13 08:56:06 -07:00
Nik Molnar
341c8024bf
Add support for HMAC-based per-service authentication (#68)
* Add suppor for hmac-based authentication

* Increase signature max age

* Refactor request handling, date errors

* Update readme with signature info

* Fix typo, add function comment
2019-03-13 08:52:49 -07:00
Brendan Ward
ada6a9290b Updated readme 2019-02-13 05:35:17 -08:00
Brendan Ward
9e1fddf566 Resolves #61, removed unnecessary DB.hasUTFGridData 2018-11-14 09:24:50 -08:00
Brendan Ward
6027659527 Travis fix 2018-07-10 16:28:38 -07:00
Brendan Ward
3e5ee0a2ab Resolves #57, adds Go 1.10 to Travis config, update mapbox GL basemap 2018-07-10 12:43:38 -07:00
Brendan Ward
734632f1ba Warn when no tiles are found instead of exiting with error 2018-04-12 19:52:42 -07:00
Brendan Ward
7e55955e20 Add build badges 2017-12-23 13:53:31 -08:00
Brendan Ward
6b06a6f60f Fix doc and travis config 2017-12-23 13:44:45 -08:00
Brendan Ward
39b6633876 Add travis config and drop unused test 2017-12-23 13:35:20 -08:00
Brendan Ward
c88b48042f Add comments and tests to mbtiles package 2017-12-23 09:08:02 -08:00
Brendan Ward
43e19f9598 Update readme 2017-12-22 20:06:01 -08:00
Brendan Ward
2ca6199d95 Remove unused cache config 2017-12-22 20:02:44 -08:00
Brendan Ward
6c5d466e62 Removed favicons, no longer needed 2017-12-22 20:00:20 -08:00
Brendan Ward
fd96f2d06a Merge branch 'fawick-usingHandlerInMain' 2017-12-22 19:31:12 -08:00
Brendan Ward
cf29ab0cdd remove groupcache and other unneeded parts of main.go 2017-12-22 19:18:20 -08:00
Brendan Ward
2f20652824 Fix bugs in arcgis handler 2017-12-22 19:15:49 -08:00
Brendan Ward
6b277870ef Merge branch 'master' into fawick-usingHandlerInMain 2017-12-22 17:36:06 -08:00
Brendan Ward
472e6e2324 fix comments 2017-12-22 17:25:07 -08:00
Brendan Ward
7f6e87181a
Merge pull request #54 from consbio/arcgis_handlers
Added ArcGIS handlers
2017-12-07 05:15:07 -08:00
Brendan Ward
5c0f812e8c Addressed PR comments 2017-12-07 05:12:07 -08:00
Fabian Wickborn
51b823cd9b Remove of ArcGIS handlers in main
Includes prepared lines for new handlers
2017-11-28 10:03:10 +01:00
Fabian Wickborn
2642b69947 Remove obsolete main.Template 2017-11-28 09:33:14 +01:00
Fabian Wickborn
d442779937 Unexport handlers.RootURL and handlers.Scheme
rootURL was reduced to be a method of ServiceSet.
2017-11-28 09:33:14 +01:00
Fabian Wickborn
d63272e54a Use package handlers in main
DONOTMERGE

This is not ready yet, but as a preview here is what would be needed to
use the new handlers package. I'd suggest to keep this here and merge it
as the final PR after I implemented all handlers.
2017-11-28 09:33:14 +01:00
Brendan Ward
f17ee2cba4 Added ArcGIS handlers 2017-11-26 20:33:32 -08:00
Brendan Ward
b16440c329
Merge pull request #53 from fawick/liftLogrusDep
Lift logrus dependency in package mbtiles
2017-11-24 11:35:12 -08:00
Fabian Wickborn
8fd3edabde Lift logrus dependency in package mbtiles 2017-11-24 17:16:05 +01:00
Fabian Wickborn
61e3086790 make some handler.Handler endpoints optional (#52) 2017-11-19 14:27:39 -08:00
Brendan Ward
272e64f826
Merge pull request #51 from fawick/moveSqliteImport
Move sqlite3 import to package mbtiles
2017-11-17 05:28:32 -08:00