#geofence geofence_list: path: /geofence controller: App\Controller\GeofenceController::index geofence_upload_kml: path: /geofence/upload controller: App\Controller\GeofenceController::uploadKML methods: [POST] geofence_create: path: /geofence/create controller: App\Controller\GeofenceController::addForm methods: [GET] geofence_delete: path: /geofence/{id} controller: App\Controller\GeofenceController::destroy methods: [DELETE]