Updates zone file path
All checks were successful
Build, Push and Run Container / build (push) Successful in 25s
All checks were successful
Build, Push and Run Container / build (push) Successful in 25s
Updates the default zone file path to point to the parking zones file. This change ensures the application uses the correct GeoJSON file for determining parking zones.
This commit is contained in:
@@ -67,5 +67,5 @@ public class ZoneDeterminatorService
|
||||
|
||||
public class ZoneDeterminatorServiceConfiguration
|
||||
{
|
||||
public string ZoneFilePath { get; set; } = "Resources/zones.geojson";
|
||||
public string ZoneFilePath { get; set; } = "Resources/parking_zones.geojson";
|
||||
}
|
||||
Reference in New Issue
Block a user