Laura Klünder
|
e1a1ae8bc4
|
some more type hinting magic
|
2022-04-08 00:00:55 +02:00 |
|
Laura Klünder
|
ff00daca9d
|
trying some more type hinting and refactoring magic
|
2022-04-07 23:47:41 +02:00 |
|
Laura Klünder
|
fb4da7c768
|
satisfy linter and type checker in many places
|
2022-04-03 20:19:41 +02:00 |
|
Laura Klünder
|
36df1fed66
|
shapely's cascaded_union was deprecated, replace with unary_union
|
2022-04-03 18:16:03 +02:00 |
|
Laura Klünder
|
495294a886
|
avoid shapely deprecation warnings
|
2022-04-03 17:34:31 +02:00 |
|
Laura Klünder
|
03437a3a40
|
update dependencies and upgrade code for django where needed/possible
|
2022-04-03 16:34:11 +02:00 |
|
Laura Klünder
|
68f1e32c9e
|
fix LocationRedirect not working (fixes #60)
|
2020-01-25 18:27:58 +01:00 |
|
Laura Klünder
|
99e33eeb9e
|
provide coordinates when serializing a custom location
|
2019-12-28 17:20:45 +01:00 |
|
Laura Klünder
|
5e96d98693
|
provide score when llocating people
|
2019-12-28 17:18:32 +01:00 |
|
Laura Klünder
|
1ecdc89a68
|
dynamic location as a starting point
|
2019-12-27 23:27:50 +01:00 |
|
Laura Klünder
|
f7b830ca6a
|
fix bug with LocationById.__set__
|
2019-12-27 16:52:58 +01:00 |
|
Laura Klünder
|
171a183cef
|
track if the user has positions in user data
|
2019-12-27 15:46:22 +01:00 |
|
Laura Klünder
|
407e3ba06b
|
first stuff for custom positions
|
2019-12-27 14:13:40 +01:00 |
|
Laura Klünder
|
33c5299b3e
|
add todo to optimize locations_for_request
|
2019-12-26 12:34:18 +01:00 |
|
Laura Klünder
|
e59932f2b2
|
improve location matching and fix some performance issues as well
|
2019-12-26 12:11:51 +01:00 |
|
Laura Klünder
|
27b35a384d
|
show nearby locations
|
2019-12-25 00:40:19 +01:00 |
|
Laura Klünder
|
52c02a4101
|
issue submission forms
|
2019-12-24 17:29:00 +01:00 |
|
Laura Klünder
|
6f19a8d71d
|
colored obstacles should have a stroke color too
|
2019-12-22 21:07:33 +01:00 |
|
Laura Klünder
|
678954faab
|
this shouldn't happen, but fine, we'll make it work anyway
|
2019-12-22 03:18:19 +01:00 |
|
Laura Klünder
|
ecd7cc5637
|
implement label settings
|
2019-12-22 00:38:54 +01:00 |
|
Laura Klünder
|
3ce5e663c5
|
improve good_representative_point
|
2019-12-21 23:24:19 +01:00 |
|
Laura Klünder
|
4d113da653
|
cleangeometries & round_coordinates shouldn't return duplicate coordinates
|
2019-12-21 12:17:16 +01:00 |
|
Laura Klünder
|
484f725aa6
|
more performance optimization in altitudearea building and more comments
|
2019-12-20 20:05:14 +01:00 |
|
Laura Klünder
|
7062a6c446
|
fix shapely speedups warning object
|
2019-12-09 22:33:40 +01:00 |
|
Laura Klünder
|
16aa6c9a19
|
fix silly errors
|
2018-12-28 22:05:04 +01:00 |
|
Laura Klünder
|
d9e958f3a3
|
by_grid_square
|
2018-12-28 22:01:42 +01:00 |
|
Laura Klünder
|
0d59b6e7f4
|
convertstats
|
2018-12-28 19:53:04 +01:00 |
|
Laura Klünder
|
e6afd91805
|
LocalCacheProxy should not break migrations
|
2018-12-28 17:29:49 +01:00 |
|
Laura Klünder
|
565fc927d4
|
fix error 500
|
2018-12-27 22:21:17 +01:00 |
|
Laura Klünder
|
be693bee4b
|
clear cache after each map update
|
2018-12-27 22:02:07 +01:00 |
|
Laura Klünder
|
3eeda53ca8
|
introducing LocalCacheProxy to skip pickling stuff
|
2018-12-27 17:24:53 +01:00 |
|
Laura Klünder
|
957ce0c0cd
|
increase some helpful cache durations
|
2018-12-27 16:52:53 +01:00 |
|
Laura Klünder
|
f70ed3922d
|
much quicker good_representative_point
|
2018-12-27 15:47:11 +01:00 |
|
Laura Klünder
|
a4558ed5b2
|
fix key error
|
2018-12-25 21:36:54 +01:00 |
|
Laura Klünder
|
fc1a1bf586
|
increment_cache_key should start with 1, obviously
|
2018-12-25 21:35:03 +01:00 |
|
Laura Klünder
|
739dbf80d5
|
add statssnapshot
|
2018-12-25 21:34:48 +01:00 |
|
Laura Klünder
|
95fce11d00
|
show locations immediately after searching
|
2018-12-25 18:08:33 +01:00 |
|
Laura Klünder
|
f1d5b0ffad
|
tileserver should not depend on django
|
2018-12-23 20:00:01 +01:00 |
|
Laura Klünder
|
7754643c4b
|
treat empty geometries correctly
|
2018-12-23 19:50:53 +01:00 |
|
Laura Klünder
|
b406cb2d13
|
more performance improvements (no ordereddict, directly access geojson)
|
2018-12-23 00:04:43 +01:00 |
|
Laura Klünder
|
3c3556dd73
|
let's skip triangulation since we do 3d rendering differently now, if ever
|
2018-12-22 22:40:57 +01:00 |
|
Laura Klünder
|
059e7ba434
|
remove debug statement
|
2018-12-22 22:28:52 +01:00 |
|
Laura Klünder
|
f1e379aea8
|
speedup geometry serialization by smart wrapping magic
|
2018-12-22 22:27:45 +01:00 |
|
Laura Klünder
|
55384274a7
|
increment_cache_key() helper
|
2018-12-21 05:48:22 +01:00 |
|
Laura Klünder
|
a1dbc42f61
|
CachePackage didn't support negative bounds… oops!
|
2018-12-14 04:08:53 +01:00 |
|
Laura Klünder
|
9878ce76e7
|
add grid square to custom locations serialization and display as well
|
2018-12-10 19:43:25 +01:00 |
|
Laura Klünder
|
c666fd6db5
|
it's grid square, not grid cell (even though we don't have square cells)
|
2018-12-10 19:39:32 +01:00 |
|
Laura Klünder
|
f861fecee5
|
display grid cell for POIs
|
2018-12-10 19:06:38 +01:00 |
|
Laura Klünder
|
875b18c730
|
add support for grid and display grid cell for custom locations already
|
2018-12-10 18:52:32 +01:00 |
|
Laura Klünder
|
5b4ee0b4d0
|
blender render engine: render buildings… in theory
|
2018-12-05 19:22:20 +01:00 |
|