diff options
Diffstat (limited to 'server/src/api.cppm')
| -rw-r--r-- | server/src/api.cppm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/src/api.cppm b/server/src/api.cppm index 8f639fd..6f301c4 100644 --- a/server/src/api.cppm +++ b/server/src/api.cppm | |||
| @@ -77,9 +77,10 @@ auto tag_invoke(json::value_from_tag, json::value& jv, sysinfo const& info) | |||
| 77 | 77 | ||
| 78 | class handler | 78 | class handler |
| 79 | { | 79 | { |
| 80 | constexpr static auto const min_distance_ = 5.0; | ||
| 81 | |||
| 80 | using lse_index_value = std::tuple< | 82 | using lse_index_value = std::tuple< |
| 81 | geo::box, std::shared_ptr<geo::linestring>, | 83 | geo::box, geo::multi_polygon, std::shared_ptr<datex2::road_closure> |
| 82 | std::shared_ptr<datex2::road_closure> | ||
| 83 | >; | 84 | >; |
| 84 | using p_index_value = | 85 | using p_index_value = |
| 85 | std::pair<geo::point, std::shared_ptr<datex2::road_closure>>; | 86 | std::pair<geo::point, std::shared_ptr<datex2::road_closure>>; |