Skip to content

Commit

Permalink
Deleted mapshot and software_renderer
Browse files Browse the repository at this point in the history
This code was outdated and required a lot of fixes to work.
Even after fixes, it will generate map image that is inconsistent with GL/Metal/Vulkan version.
Restoring it later if necessary is always an option.

Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Apr 8, 2024
1 parent 959fd7e commit 2434c9e
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 56,660 deletions.
5 changes: 0 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ IncludeCategories:
- Regex: '^"openlr/openlr_stat/'
Priority: 19400

- Regex: '^"mapshot/'
Priority: 19500

- Regex: '^"search/search_quality/booking_dataset_generator/'
Priority: 19707
Expand Down Expand Up @@ -260,9 +258,6 @@ IncludeCategories:
- Regex: '^"editor/'
Priority: 48310

- Regex: '^"software_renderer/'
Priority: 48400

- Regex: '^"drape_frontend/'
Priority: 48500

Expand Down
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ option(USE_TSAN "Enable Thread Sanitizer" OFF)
option(USE_LIBFUZZER "Enable LibFuzzer" OFF)
option(PYBINDINGS "Create makefiles for building python bindings" OFF)
option(SKIP_QT_GUI "Skip building of Qt GUI" OFF)
# TODO: Fix mapshot, it doesn't work without our old FreeType hack.
option(BUILD_MAPSHOT "Build mapshot tool" OFF)
option(USE_PCH "Use precompiled headers" OFF)
option(NJOBS "Number of parallel processes" OFF)
option(ENABLE_VULKAN_DIAGNOSTICS "Enable Vulkan diagnostics" OFF)
Expand Down Expand Up @@ -365,10 +363,6 @@ add_subdirectory(traffic)
add_subdirectory(transit)

if (PLATFORM_DESKTOP)
if (BUILD_MAPSHOT)
add_subdirectory(mapshot)
add_subdirectory(software_renderer)
endif()
omim_add_tool_subdirectory(feature_list)
add_subdirectory(generator)
add_subdirectory(openlr)
Expand Down
2 changes: 0 additions & 2 deletions docs/STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Automatically [generated](TRANSLATIONS.md#technical-details):
- `indexer/` - processor for map files, classificator, styles.
- `kml/` - manipulation of KML files.
- `map/` - app business logic, including a scene manager.
- `mapshot/` - generate screenshots of maps, specified by coordinates and zoom level.
- `openlr/` -
- `packaging/` - packaging specs for various distributions.
- `platform/` - platform abstraction classes: file paths, http requests, location services.
Expand All @@ -105,7 +104,6 @@ Automatically [generated](TRANSLATIONS.md#technical-details):
- `routing/` - in-app routing engine.
- `search/` - ranking and searching classes.
- `shaders/` - shaders for rendering.
- `software_renderer/` -
- `std/` - standard headers wrappers, for Boost, STL, C-rt.
- `storage/` - map reading function.
- `testing/` - common interfaces for tests.
Expand Down
11 changes: 0 additions & 11 deletions mapshot/CMakeLists.txt

This file was deleted.

226 changes: 0 additions & 226 deletions mapshot/mapshot.cpp

This file was deleted.

36 changes: 0 additions & 36 deletions software_renderer/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 2434c9e

Please sign in to comment.