diff --git a/Parking_spaces/Controllers/EngineeringController.cs b/Parking_spaces/Controllers/EngineeringController.cs index b78f975..f48c1e6 100644 --- a/Parking_spaces/Controllers/EngineeringController.cs +++ b/Parking_spaces/Controllers/EngineeringController.cs @@ -72,6 +72,11 @@ namespace Parking_spaces.Controllers return View(); } + public IActionResult Map_RTSP(string id) + { + return View(); + } + } } diff --git a/Parking_spaces/Views/Engineering/Map_RTSP.cshtml b/Parking_spaces/Views/Engineering/Map_RTSP.cshtml new file mode 100644 index 0000000..ac1513b --- /dev/null +++ b/Parking_spaces/Views/Engineering/Map_RTSP.cshtml @@ -0,0 +1,400 @@ +@{ + Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; +} + + + + + + + + + + + + + + + +