Commit graph

1299 commits

Author SHA1 Message Date
Laura Klünder
f1db7f6a26 fix HybridGeometry.is_empty 2018-12-23 19:40:37 +01:00
Laura Klünder
c621b02678 validate location slug 2018-12-23 18:13:37 +01:00
Laura Klünder
069b0021d8 LocationGroupCategory help text 2018-12-23 17:52:15 +01:00
Laura Klünder
8bfc591331 add help_text to slow_down_factor 2018-12-23 17:44:47 +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
05dab8acb5 for some reason ordereddict causes lots of overhead here 2018-12-22 23:36:07 +01:00
Laura Klünder
3b4e3bbdba don't crash when importing empty geometries (shouldn't happen though!) 2018-12-22 22:56:47 +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
64eaae1c9d custom icon for level 2018-12-21 22:30:50 +01:00
Laura Klünder
06cc96680c no reverse sort here 2018-12-21 19:13:36 +01:00
Laura Klünder
27287b8a00 render colors in right order 2018-12-21 19:07:40 +01:00
Laura Klünder
d5477c8b75 show currently running process updates 2018-12-21 17:43:30 +01:00
Laura Klünder
55384274a7 increment_cache_key() helper 2018-12-21 05:48:22 +01:00
Laura Klünder
b4f48473d0 persist mapdata:last_process_updates_run cache 2018-12-21 05:36:32 +01:00
Laura Klünder
26bee6d94c fix icons 2018-12-21 03:24:58 +01:00
Laura Klünder
2d8f37963b missing return icon 2018-12-21 03:13:53 +01:00
Laura Klünder
475ea434fe custom location icons 2018-12-21 03:07:07 +01:00
Laura Klünder
b88e9401aa ignore invalid rings in svg import 2018-12-21 02:05:17 +01:00
Laura Klünder
9582e8013d ignore symbols in svg import 2018-12-21 02:05:11 +01:00
Laura Klünder
ac395b674e imports need to be flipped 2018-12-20 23:46:13 +01:00
Laura Klünder
ba53627d5c make sure imports don't have the same import_tag 2018-12-20 17:45:08 +01:00
Laura Klünder
f4701ec29c importsvg 2018-12-20 17:43:55 +01:00
Laura Klünder
ec014680b3 add import_tag field 2018-12-20 16:12:20 +01:00
Laura Klünder
79fbb915de fix lock if no mapupdates exist 2018-12-18 20:36:45 +01:00
Laura Klünder
d842539c1b mapupdate default ordering 2018-12-17 18:52:47 +01:00
Laura Klünder
e2698e7109 remove race condition where c3nav tried to load a wrong router 2018-12-17 18:07:40 +01:00
Laura Klünder
59db4cdd1e track last process updates run 2018-12-16 19:47:39 +01:00
Laura Klünder
c3d8a39b05 no doors outside of buildings 2018-12-16 19:26:47 +01:00
Laura Klünder
6e63899d85 create empty hybridgeometry if we have a point 2018-12-16 19:20:04 +01:00
Laura Klünder
b23a2d4fc9 update german translation 2018-12-16 02:45:03 +01:00
Laura Klünder
e170e128bc manage map updates in control panel 2018-12-16 02:23:05 +01:00
Laura Klünder
84fd2b0011 fix _build_vertex_values with no faces crash 2018-12-15 23:24:04 +01:00
Laura Klünder
a1dbc42f61 CachePackage didn't support negative bounds… oops! 2018-12-14 04:08:53 +01:00
Laura Klünder
a7bcb63b51 if an altitudearea is a ramp, never give altitudes outside the altitude range 2018-12-12 21:53:41 +01:00
Laura Klünder
8936fe5aea columns can have an accessrestriction now 2018-12-12 19:37:24 +01:00
Laura Klünder
6125ea6d65 fix space geometries broken by bug in editor 2018-12-10 23:42:01 +01:00
Laura Klünder
e52a8df0dc allow rendermap zoom < 1 2018-12-10 20:58:33 +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
525d708d3a cell → grid_square 2018-12-10 19:40: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
8824026ce0 only show grid squares if there is a grid 2018-12-10 19:35:59 +01:00
Laura Klünder
fc0f35eb25 show grid suqares in details_display 2018-12-10 19:32:28 +01:00
Laura Klünder
1528e66758 add cell property to location serialization 2018-12-10 19:24:19 +01:00
Laura Klünder
0ef08ad61b give grid cells for spaces and areas as well 2018-12-10 19:16:50 +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
Jenny Danzmayr
328fb1b215 lock mapudates before setting cache if possible 2018-12-08 05:54:30 +01:00
Jenny Danzmayr
6d166325e6 fixed MapUpdte logic to work without an existing map update 2018-12-08 05:47:19 +01:00