Joseph Canero
|
127a4465c9
|
update variable reference
|
2017-10-05 14:54:55 -04:00 |
|
Joseph Canero
|
18407dea65
|
add new config setting to the style section to allow serving of sprites for a style even if the style json doesn't reference it locally.
|
2017-10-05 14:12:51 -04:00 |
|
Joseph Canero
|
1a512fc260
|
fix issue comparison when checking if a url includes a key domain
|
2017-10-05 11:00:47 -04:00 |
|
Joseph Canero
|
bde0b97935
|
fix new function formatting
|
2017-10-03 19:07:58 -04:00 |
|
Joseph Canero
|
788dba67f3
|
minor formatting updates
|
2017-10-03 19:07:18 -04:00 |
|
Joseph Canero
|
a007218e2d
|
fix formatting issues
|
2017-10-03 19:04:42 -04:00 |
|
Joseph Canero
|
f07e6ef3e8
|
instead of searching for domain starting at position 0, check if it is included in the url.
|
2017-10-03 18:51:33 -04:00 |
|
Joseph Canero
|
7bbbd01fc4
|
remove console log
|
2017-10-03 18:45:16 -04:00 |
|
Joseph Canero
|
2e44de5bd2
|
allow the optional to force adding the key parameter to the sprite url
|
2017-10-03 18:42:52 -04:00 |
|
Joseph Canero
|
e84503c9ac
|
fix generation of new urls with query params
|
2017-10-03 18:33:05 -04:00 |
|
Joseph Canero
|
cc08fa1323
|
need to add the query parameter to the url.
|
2017-10-03 17:28:26 -04:00 |
|
Joseph Canero
|
095c175572
|
remove logging statements. when getting tile urls, use the new keyName option
|
2017-10-03 17:24:07 -04:00 |
|
Joseph Canero
|
8519b3c5dd
|
fix variable reference
|
2017-10-03 17:02:34 -04:00 |
|
Joseph Canero
|
79f1b26983
|
add temporary logging
|
2017-10-03 16:35:24 -04:00 |
|
Joseph Canero
|
9b673638e3
|
when serving styles, look in a whitelisted set of urls to also see when we can add the key parameter to the url. also allow configuration of the parameter name.
|
2017-10-03 15:30:37 -04:00 |
|
Petr Sloup
|
82f179b07c
|
Minor fix for correctly serving empty responses for missing tiles
|
2017-10-02 13:56:32 +02:00 |
|
Petr Sloup
|
51d6ca0880
|
Merge pull request #222 from otsaloma/renderer-pool-sizes
Make raster tile renderer pool sizes configurable
|
2017-10-02 10:04:22 +02:00 |
|
Osmo Salomaa
|
89878015bb
|
Make raster tile renderer pool sizes configurable
|
2017-10-01 18:40:16 +03:00 |
|
Petr Pridal
|
ac948b6dee
|
Create ISSUE_TEMPLATE.md
|
2017-09-28 00:53:05 +02:00 |
|
Petr Sloup
|
440775dbbf
|
Update README.md
|
2017-09-25 13:23:05 +02:00 |
|
Petr Sloup
|
ea408f8ec9
|
Increase test timeout since travis can be slow on cold start when under load
|
2017-09-20 08:21:34 +02:00 |
|
Petr Sloup
|
da646868c3
|
Wait longer for xvfb to start up (#197)
|
2017-09-20 08:05:10 +02:00 |
|
Petr Sloup
|
d60996e3c6
|
Reorganize Dockerfile instructions for faster rebuilds
|
2017-09-20 08:03:46 +02:00 |
|
Petr Sloup
|
02cf45bbd9
|
Clean Dockerfile by basing on node:6-stretch
|
2017-09-20 08:01:35 +02:00 |
|
Petr Sloup
|
d9f8582279
|
Remove node-pngquant-native dependency
- Unnecessary native dependency
- It was disabled by default
- Has issues on certain platforms
- Not optimal for production use (performance)
|
2017-09-15 17:06:42 +02:00 |
|
Petr Sloup
|
54f11a2125
|
Update package version to 2.2.0
|
2017-09-01 11:37:18 +02:00 |
|
Petr Sloup
|
598c8c590b
|
Update package dependencies
|
2017-09-01 11:30:52 +02:00 |
|
Petr Sloup
|
438a18eec1
|
Merge pull request #207 from tschaub/handle-request-failures
Try to create the appropriate data type on http errors
|
2017-08-24 09:33:22 +02:00 |
|
Tim Schaub
|
7bdb7afcb9
|
Reuse the function for creating empty responses
|
2017-08-23 11:30:05 -04:00 |
|
Tim Schaub
|
2e46700cd9
|
Try to create the appropriate data type on http errors
|
2017-08-22 14:17:53 -04:00 |
|
Petr Sloup
|
bb09f3df64
|
Add --rm to docker run instruction to run it more cleanly
|
2017-07-28 09:54:12 +02:00 |
|
Petr Sloup
|
42f24c2c99
|
Add concept of data decorator function
|
2017-07-28 09:53:32 +02:00 |
|
Petr Sloup
|
427a0f0687
|
Update package version to 2.1.0
|
2017-07-03 09:41:27 +02:00 |
|
Petr Sloup
|
da5ea4b426
|
Update Mapbox GL JS to v0.38.0 (close #188)
|
2017-07-03 09:39:55 +02:00 |
|
Petr Sloup
|
2208ff1e24
|
Merge pull request #187 from aleksejleonov/debian_stretch_nodejs_repo
Use debian stretch nodejs repo
|
2017-07-03 09:29:29 +02:00 |
|
Oleksii Leonov
|
cf521058be
|
Use debian stretch nodejs repo
Dockerfile based on debian:stretch, so better to use native stretch nodejs repo instead of jessie repo.
|
2017-06-30 00:54:13 +03:00 |
|
Petr Sloup
|
a9b38022bb
|
Give xvfb some time to start up before starting the server in docker (#185)
|
2017-06-29 10:50:02 +02:00 |
|
Petr Sloup
|
654bdda629
|
Update package version to 2.0.0
|
2017-06-23 21:45:11 +02:00 |
|
Petr Sloup
|
537313840e
|
Update node version in documentation
|
2017-06-23 21:44:40 +02:00 |
|
Petr Sloup
|
d30f8464b2
|
Add some packages to travis and Dockerfile
|
2017-06-23 21:34:59 +02:00 |
|
Petr Sloup
|
698c527e94
|
Change endpoint URLs (close #154)
- styles at /style/{id}/style.json
- rendered tiles at /style/{id}/{z}/{x}/{y}.{format}
- TileJSONs at /style/{id}.json
|
2017-06-22 16:37:32 +02:00 |
|
Petr Sloup
|
8007f1386c
|
Add required package for travis and Dockerfile
|
2017-06-22 16:37:32 +02:00 |
|
Petr Sloup
|
4f2fdf602b
|
Update Dockerfiles to use node v6
|
2017-06-22 16:37:32 +02:00 |
|
Petr Sloup
|
6d7397647a
|
Update travis script to use node v6
|
2017-06-22 16:37:32 +02:00 |
|
Petr Sloup
|
8fd7a9b42b
|
Update dependencies to get ready for node v6
|
2017-06-22 16:37:32 +02:00 |
|
Petr Sloup
|
95470143b6
|
Merge pull request #179 from tschaub/err
Log errors to stderr and return
|
2017-06-20 17:29:39 +02:00 |
|
Tim Schaub
|
de83021c3d
|
Log errors to stderr and return
|
2017-06-20 08:09:59 -07:00 |
|
Petr Sloup
|
7de3d8b9c7
|
Update package version to 1.7.0
|
2017-05-10 10:32:44 +02:00 |
|
Petr Sloup
|
bdc3d20524
|
Use promises instead of async in font concatenation (remove async dependency)
|
2017-05-10 10:22:39 +02:00 |
|
Petr Sloup
|
5d93b1d4f9
|
Add healthcheck endpoint (close #140)
|
2017-05-10 08:57:51 +02:00 |
|