Commit Graph

67 Commits

Author SHA1 Message Date
Stepan Kuzmin
e3b2d5042b add tilejson endpoint 2018-03-28 19:15:00 +03:00
Stepan Kuzmin
30e4d76808 cleanup 2018-03-28 16:31:49 +03:00
Stepan Kuzmin
48ec709c1a handle empty tiles 2018-03-28 13:08:49 +03:00
Stepan Kuzmin
25b385e14d add query filter support 2018-03-28 12:26:44 +03:00
Stepan Kuzmin
36977bed85 implement sources refreshing 2018-03-27 19:29:41 +03:00
Stepan Kuzmin
04c5be44e7 add RefreshSources message 2018-03-27 17:50:37 +03:00
Stepan Kuzmin
a1965e9af4 implement worker connection 2018-03-27 17:27:51 +03:00
Stepan Kuzmin
2f4c843844 add actors 2018-03-27 16:21:20 +03:00
Stepan Kuzmin
86c12064db WIP: add coordinator 2018-03-27 14:40:33 +03:00
Stepan Kuzmin
e2755187f9 update sources list on index.json request 2018-03-26 18:47:31 +03:00
Stepan Kuzmin
0f222dbe88 cleanup 2018-03-26 16:43:18 +03:00
Stepan Kuzmin
d5e6eaabcb WIP: refactoring 2018-03-26 14:12:43 +03:00
Stepan Kuzmin
31ec5f8615 move tile query to db 2018-03-23 19:47:44 +03:00
Stepan Kuzmin
25e4a8b8cb fix tile handler 2018-03-23 17:19:08 +03:00
Stepan Kuzmin
131069d91d WIP switch to actix-web 2018-03-13 14:32:09 +03:00
Stepan Kuzmin
6c8bbc9691 WIP 2018-02-21 17:03:00 +03:00
Stepan Kuzmin
1e3422c09a WIP: switch to actix 2018-02-21 13:37:31 +03:00
Stepan Kuzmin
35483156e0 fix tests 2018-02-12 13:28:54 +03:00
Stepan Kuzmin
10422c4f28 implement tileset list endpoint, cleanup logs 2018-02-12 13:14:21 +03:00
Stepan Kuzmin
ea8f7abaad fix: revert to plain columns in tile properties request 2018-02-06 13:47:47 +03:00
Stepan Kuzmin
e6a19773bf fix: use json instead of jsonb for tile request 2018-02-05 19:46:44 +03:00
Stepan Kuzmin
e81cd4bb98 fix: tileset property types query 2018-02-05 17:13:36 +03:00
Stepan Kuzmin
63b753c81b fix tile properties query 2018-02-02 17:26:23 +03:00
Stepan Kuzmin
680cc507a3 rewrite tilesets query using pg_catalog 2018-02-01 10:26:55 +03:00
Stepan Kuzmin
2ca5715fcb update rust-musl-builder image to 1.23.0 2018-01-31 17:14:09 +03:00
Stepan Kuzmin
baad10c2a0 rewrite tile query using CTE 2018-01-31 17:11:14 +03:00
Stepan Kuzmin
d7bbe08b34 limit tile geometry to tile boundaries 2018-01-31 15:15:18 +03:00
Stepan Kuzmin
9a0e2442f0 cleanup 2018-01-31 12:59:44 +03:00
Stepan Kuzmin
8ad3fccd8a fix tests 2018-01-30 12:36:48 +03:00
Stepan Kuzmin
f3f13ec60c fix properties in tile query 2018-01-30 11:49:10 +03:00
Stepan Kuzmin
e41ca87439 built-in tilebbox 2018-01-30 11:36:40 +03:00
Stepan Kuzmin
6e68e9838c add missing cache module 2018-01-26 14:12:55 +03:00
Stepan Kuzmin
cd637e1ecc disable cache in tests 2018-01-26 12:49:21 +03:00
Stepan Kuzmin
c6043d6b6d implement lru cache for tiles 2018-01-26 12:45:09 +03:00
Stepan Kuzmin
935b4f6a32 fix source layer name in tile 2018-01-25 12:27:35 +03:00
Stepan Kuzmin
9059551a55 use tileset id as name 2018-01-25 11:09:17 +03:00
Stepan Kuzmin
c8d46d398a dummy rewrite url fix 2018-01-24 19:26:01 +03:00
Stepan Kuzmin
e187a9ace7 dummy host_and_port fix 2018-01-24 17:31:55 +03:00
Stepan Kuzmin
9a295e09d1 add tileset endpoint, add feature properties to tile response 2018-01-24 16:41:03 +03:00
Stepan Kuzmin
1ac60664a9 add condition filtering support 2018-01-22 20:01:44 +03:00
Stepan Kuzmin
77cd4ae3d2 add martin_lib crate 2018-01-19 14:06:01 +03:00
Stepan Kuzmin
d28249ee35 add logger 2018-01-18 19:07:14 +03:00
Stepan Kuzmin
bf75654bef revert to installing postgresql-9.6-postgis-2.4 using sudo 2018-01-18 14:55:23 +03:00
Stepan Kuzmin
edaa2fdd52 try to use default postgis with trusty and sudo required 2018-01-18 14:49:04 +03:00
Stepan Kuzmin
5e66aec98c try to install postgresql-9.6-postgis-2.4 using sudo 2018-01-18 14:44:14 +03:00
Stepan Kuzmin
d6859cdfd3 try default trusty 2018-01-18 14:33:50 +03:00
Stepan Kuzmin
c0ad4ae4c6 try postgresql-9.6-postgis-2.4 2018-01-18 14:23:04 +03:00
Stepan Kuzmin
f0a5b1ace2 try postgresql-10-postgis-2.4 2018-01-18 14:18:37 +03:00
Stepan Kuzmin
e5dceace19 upgrade postgis version in .travis.yml 2018-01-18 13:59:02 +03:00
Stepan Kuzmin
0b111532ad move tileset to separate file 2018-01-18 13:42:06 +03:00