Commit Graph

53 Commits

Author SHA1 Message Date
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
Stepan Kuzmin
e37a46b785 rename falcon into martin 2018-01-16 15:55:05 +03:00
Stepan Kuzmin
a9a4bb5fb9 WIP: tilejson endpoint 2017-12-17 13:51:07 +03:00
Stepan Kuzmin
ca44463c0f refactor tile query 2017-11-27 17:52:07 +03:00
Stepan Kuzmin
2ae8917591 switch to rererouter 2017-11-27 12:48:31 +03:00
Stepan Kuzmin
a5c8294d3c implement tilesets struct 2017-11-26 15:30:51 +03:00
Stepan Kuzmin
2a7af41782 add dummy router with regexp support 2017-11-24 21:49:45 +03:00
Stepan Kuzmin
e7edb6bfc2 move get_tile fn to db module 2017-11-22 18:31:21 +03:00
Stepan Kuzmin
579c3b1365 use lazy_static for Regex compilation 2017-11-22 17:44:45 +03:00
Stepan Kuzmin
6ff36d36d8 cleanup db::get_connection 2017-11-22 17:18:32 +03:00
Stepan Kuzmin
c29c70dbc7 move CORS to module 2017-11-22 16:41:43 +03:00
Stepan Kuzmin
7ac40b4b87 move db to module 2017-11-22 16:32:24 +03:00
Stepan Kuzmin
0fe335f417 fix: remove iron-cors 2017-11-21 15:00:31 +03:00
Stepan Kuzmin
204b132a26 feat: add MVT handler 2017-11-16 21:14:38 +03:00
Stepan Kuzmin
8a44543478 separate handlers by format 2017-11-12 17:51:58 +03:00