diff --git a/Source/ProofOfConcept/Services/ZoneDeterminatorService.cs b/Source/ProofOfConcept/Services/ZoneDeterminatorService.cs index 68a9b2f..5c71a6c 100644 --- a/Source/ProofOfConcept/Services/ZoneDeterminatorService.cs +++ b/Source/ProofOfConcept/Services/ZoneDeterminatorService.cs @@ -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"; } \ No newline at end of file