Commit Graph

529 Commits

Author SHA1 Message Date
Andrew Calcutt 70acddb40c Readme update (#611)
* Update README.md
2022-09-21 23:03:22 -04:00
Andrew Calcutt 788d8328c4 Merge pull request #604 from WifiDB/commander
Update commander from 4.1.1 to 9.4.0
2022-09-21 13:31:43 -04:00
acalcutt 7ef9730a9c Merge remote-tracking branch 'upstream/master' into commander 2022-09-21 13:26:18 -04:00
Andrew Calcutt 2796b1514d Merge pull request #608 from WifiDB/second_renderer
Add static renderer pool to fix static images
2022-09-21 13:08:50 -04:00
acalcutt 8584a117fe change to single quotes 2022-09-21 10:31:57 -04:00
Andrew Calcutt 48b4c33bed Merge pull request #609 from maptiler/docs-klokan-to-maptiler
Docs update & build test
2022-09-21 10:31:08 -04:00
Petr Pridal 5a4268fcc1 Update conf.py 2022-09-21 16:20:31 +02:00
acalcutt c1e9dc76ea more static respondImage 2022-09-20 23:33:51 -04:00
acalcutt 80d3699383 try to make a separate static renderer pool 2022-09-20 23:12:01 -04:00
Petr Sloup 49fae1e739 Merge pull request #603 from WifiDB/maplibre-gl-js
Update templates to use maplibre-gl-js, maplibre-gl-inspect, and leaflet .
2022-09-16 21:09:44 +02:00
acalcutt 208611f630 Merge remote-tracking branch 'upstream/master' into commander 2022-09-16 13:35:50 -04:00
acalcutt 97f1801923 Merge remote-tracking branch 'upstream/master' into maplibre-gl-js 2022-09-16 13:33:36 -04:00
Petr Sloup 235b2b7fcd Merge pull request #602 from WifiDB/maplibre-native
Minimal maplibre-gl-native changes + docker build update
2022-09-16 19:05:47 +02:00
acalcutt 9d2e71fb2e remove CMD that doesn't work 2022-09-16 00:27:50 -04:00
Andrew Calcutt aba436ea98 specify port 80 to match instructions 2022-09-15 15:48:50 -04:00
acalcutt 3136ccd83a update node version 2022-09-14 22:03:29 -04:00
acalcutt efb4b2c915 orig formatting 2022-09-14 21:39:35 -04:00
acalcutt b4cd42b186 fix spacing 2022-09-14 21:36:03 -04:00
acalcutt b87a256e20 use original variable name 2022-09-14 21:31:02 -04:00
acalcutt 2362137667 update commander 2022-09-14 21:28:32 -04:00
acalcutt 58222b4c7b put back default inspect css 2022-09-14 20:50:16 -04:00
acalcutt ba5e8c4392 remove mapbox libraries 2022-09-14 20:39:23 -04:00
acalcutt abe5cd6401 update data and viewer templates 2022-09-14 20:39:02 -04:00
acalcutt 0c6509d959 add maplibre-gl-js / leaflet libraries 2022-09-14 20:36:45 -04:00
acalcutt 5be1072fd6 Update documentation dependencies 2022-09-14 20:16:08 -04:00
acalcutt 77e23e3283 Update package.json 2022-09-14 18:09:55 -04:00
acalcutt 6c6dd17df6 update @mapbox/mbtiles 2022-09-14 18:02:39 -04:00
acalcutt ef9e11cb25 remove max node version for now 2022-09-14 17:59:45 -04:00
acalcutt 398a6edbcd put back node min version 2022-09-14 17:52:27 -04:00
acalcutt 773902bbe9 update docker images to work with new maplibre-native 2022-09-14 17:43:44 -04:00
acalcutt 72fdf84292 Change to use maplibre-native and maplibre-gl-style-spec 2022-09-14 17:33:02 -04:00
Jiří Komárek 082243bda9 grammar + alternative 2022-07-30 02:08:52 +02:00
Petr Sloup d951c8be6b Merge pull request #575 from zstadler/patch-1
Fix  #560 - refresh by docker/-compose kill command
2022-05-09 16:42:14 +02:00
zstadler edd7c7dd87 Allow multiple refreshes
by sending multiple `HUP` kill commands to the container.
2022-03-06 16:33:56 +02:00
zstadler a766dfd233 Update usage.rst
Typo correction
2022-03-05 22:37:39 +02:00
Petr Sloup aba60f0c6a Merge pull request #560 from zstadler/docker-reload
Simplify reloading the configuration with docker
2021-12-29 09:42:16 +01:00
zstadler 6027d89623 Simplify reloading the configuration with docker
Allow `docker kill -s HUP` and `docker-compose kill -s HUP` to reach the
node process.
2021-12-22 18:38:44 +02:00
Petr Sloup 8680a8006a Merge pull request #516 from zstadler/patch-1
Document configuration reloading when using docker
2021-07-28 13:14:31 +02:00
zstadler 09ded526ef Document configuration reloading when using docker
Based on https://github.com/maptiler/tileserver-gl/issues/420#issuecomment-766332814
2021-02-02 12:35:19 +02:00
Petr Sloup c89a5ae029 v3.1.1 2020-12-14 15:27:33 +01:00
Petr Sloup a3d7f8bcbd Fix the docker image port to fix backward compatibility (#502) 2020-12-14 15:27:05 +01:00
Petr Sloup 7c1420982c v3.1.0 2020-12-11 16:19:48 +01:00
Petr Sloup 51baa9b67b Merge pull request #457 from joakimfors/master
Streamline Dockerfile for caching and size
2020-12-11 16:13:55 +01:00
Joakim Fors 6b3f557b1f Gracefully handle signals from Docker or terminal
Start Xvfb wrapper in background and wait for the process to complete.
Because wait exits immediately when a signal for which a trap has been
set, and the signal handler is executed directly after that, we need to
wait again for the background processes to actually finish before exiting.

The signal handler catches INT and TERM and forwards them to the node
process.

The return value from the first wait is stored and sent as exit value.
2020-12-04 20:57:06 +01:00
Joakim Fors 8d2ddd8f95 Use automatic server number 2020-12-04 16:19:30 +01:00
Joakim Fors 9f59f67087 Clean up dependencies 2020-12-04 16:19:30 +01:00
Joakim Fors 1d21648969 Run as node user instead of root 2020-12-04 16:19:30 +01:00
Joakim Fors 16de5be673 Use simplified entrypoint script 2020-12-04 16:19:30 +01:00
Joakim Fors 6b96f224ae Streamline Dockerfile for caching and size
Move package installation to top of file to enable layer caching
in Docker. Use multi stage builds to reduce final image size.
Ignore everything but essential files when creating Docker build
context.
2020-12-04 16:19:30 +01:00
Petr Sloup 6ff4cae9b9 Merge pull request #484 from candux/addKeyToSprites
add api key to sprite ressources in style json
2020-11-04 20:38:13 +01:00