Closed laugengebaeck closed 2 years ago
Merging #227 (2fc0e8d) into dev (d0b5fa3) will decrease coverage by
0.06%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## dev #227 +/- ##
==========================================
- Coverage 98.78% 98.72% -0.07%
==========================================
Files 28 26 -2
Lines 494 470 -24
==========================================
- Hits 488 464 -24
Misses 6 6
Impacted Files | Coverage Δ | |
---|---|---|
app/controllers/building_map_controller.rb | 100.00% <ø> (ø) |
|
app/helpers/building_map_helper.rb | 100.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d0b5fa3...2fc0e8d. Read the comment docs.
This pull request moves the storage of building coordinates from a constant Ruby file to a GeoJSON file. This makes it easier to add new buildings in the future. Also, the API endpoints for fetching building polygons and letter markers are removed, because they are not needed anymore. Lastly, the colors of the buildings and rooms are changed to match the HPI and Uni Potsdam corporate design.
This closes #201.