Commit graph

2181 commits

Author SHA1 Message Date
Laura Klünder
f842abd85c pad besides sidebar if details are shown 2017-11-22 21:22:15 +01:00
Laura Klünder
d96663bf73 make sure location details are rendered correctly 2017-11-22 20:59:50 +01:00
Laura Klünder
cd27a6a099 only link to locations that can be searched 2017-11-22 20:50:34 +01:00
Laura Klünder
06b7ef84a2 list locationgroups in location details 2017-11-22 19:30:10 +01:00
Laura Klünder
cd56100fe9 add overflow: auto only at the end of show animation 2017-11-22 19:16:24 +01:00
Laura Klünder
d757c71d78 reset location details when hiding them 2017-11-22 19:12:51 +01:00
Laura Klünder
ec18cc7365 display links in location details 2017-11-22 19:04:29 +01:00
Laura Klünder
359c176ad2 show details with a little bit smaller font 2017-11-22 18:39:27 +01:00
Laura Klünder
c52f64ee6f enable “open in editor” link 2017-11-22 18:36:18 +01:00
Laura Klünder
494c68e08a improve field display description 2017-11-22 18:23:08 +01:00
Laura Klünder
feabf040a0 remove debug statement 2017-11-22 18:18:46 +01:00
Laura Klünder
9138ad4023 load location 2017-11-22 18:17:18 +01:00
Laura Klünder
88aaf28ea9 move details loading animation 2017-11-22 18:04:31 +01:00
Laura Klünder
c852b5e766 toggle_details is a sidebar state change 2017-11-22 18:03:00 +01:00
Laura Klünder
55122ef895 details url and toggle details 2017-11-22 18:02:11 +01:00
Laura Klünder
e5305aa139 details-body 2017-11-22 15:39:14 +01:00
Laura Klünder
9afe4dc033 move details head button 2017-11-22 15:35:40 +01:00
Laura Klünder
7fa979fc1a animate details icon 2017-11-22 15:35:29 +01:00
Laura Klünder
c311d1f397 details loading animation 2017-11-22 15:15:53 +01:00
Laura Klünder
fbb0ee5133 details html and css 2017-11-22 14:52:46 +01:00
Laura Klünder
5bdd6caf9c add base for location and route details in map.html 2017-11-21 22:14:09 +01:00
Laura Klünder
a69d762fe1 fix missing focus style for autocomplete suggestions 2017-11-21 22:12:50 +01:00
Laura Klünder
d0a4a71118 make GeometryIndexed slicing even faster 2017-11-21 16:24:10 +01:00
Laura Klünder
624d6f281c shorten etag before b2a_base64 2017-11-21 16:13:03 +01:00
Laura Klünder
01d80220bc use binascii.b2a_base64 instead of base64.b64encode because its faster 2017-11-21 16:05:42 +01:00
Laura Klünder
fb573eefb8 only calculate access cache key if needed 2017-11-21 15:16:30 +01:00
Laura Klünder
ab0e4a46a0 speedup access permission parsing even more 2017-11-21 15:14:27 +01:00
Laura Klünder
950979af16 tileserver: speedup cookie parsind 2017-11-21 15:13:03 +01:00
Laura Klünder
d0a09dcccb calculate date header in a thread because that gives us 2000 requests/s 2017-11-21 15:07:34 +01:00
Laura Klünder
948ac26488 use base64 instead of base85, we want valid memcached keys 2017-11-21 14:59:10 +01:00
Laura Klünder
790835bc44 shorter etags 2017-11-21 14:25:10 +01:00
Laura Klünder
bdbfe82a43 fix content-length header breaking the tile server 2017-11-21 13:55:59 +01:00
Laura Klünder
0346301f8e fix error 500 if CACHE_TILES is active 2017-11-21 05:52:19 +01:00
Laura Klünder
e35227caa2 tileserver: fix mising Date and Content-Length headers 2017-11-21 05:42:19 +01:00
Laura Klünder
499bd349c7 fix cookie parsing in tile server (and add instance name) 2017-11-21 05:16:24 +01:00
Laura Klünder
51c2c15686 fix cookie matching in tileserver 2017-11-21 04:50:21 +01:00
Laura Klünder
b15965ed6c retry after max 10 seconds 2017-11-21 04:43:56 +01:00
Laura Klünder
443d58965d add settings to use external cached tile server 2017-11-21 04:34:43 +01:00
Laura Klünder
0fec7ff89c fix parse_tile_access_cookie 2017-11-21 04:27:05 +01:00
Laura Klünder
16c57560bc tileserver: cache tiles using memcached 2017-11-21 03:27:11 +01:00
Laura Klünder
763749327c fix error if the upstream response has no ETag 2017-11-21 02:48:10 +01:00
Laura Klünder
82cbc3e4ed add thread to tileserver to reload cache packages regularly 2017-11-21 02:47:38 +01:00
Laura Klünder
2185c1ac6a enable using the tileserver with minimal requirements 2017-11-21 02:12:00 +01:00
Laura Klünder
11678251bf merge requirements/production-extra.txt 2017-11-21 01:49:10 +01:00
Laura Klünder
d74d9a8a77 speedup tileserver by factor 2x (not 0.6ms per request) 2017-11-21 01:29:35 +01:00
Laura Klünder
0f6b372b92 tileserver: complete request handling, but without caching so far 2017-11-21 00:47:55 +01:00
Laura Klünder
7ccfe058f6 allow specifying tile access permissions directly if authorized 2017-11-21 00:41:19 +01:00
Laura Klünder
bf98f54b55 refactor tile code in meny places to allow reusing it 2017-11-21 00:15:49 +01:00
Laura Klünder
a503c0de6a base for python based tileserver 2017-11-20 23:05:27 +01:00
Laura Klünder
7cdc7879cc read MapPackage 2017-11-20 23:05:16 +01:00